User profile: jwsports

User info
User name:jwsports
History
Joined:
Number of posts:9
Latest posts:

cant get GetOpenFIleName() to return string.
I got it to work, i had to change the char to a WCHAR, these UNICODE semi compatible types is annoy...

cant get GetOpenFIleName() to return string.
I have read it and add: CHAR szFile[260]; // buffer for file name and sitesfilesname.lpstrF...

cant get GetOpenFIleName() to return string.
THankl you gfor looking but i dont understand. I read the link but the only thing i see is .lpstrFi...

cant get GetOpenFIleName() to return string.
if (GetOpenFileNameW(&sitesfilesname) == true) Dd not work either SetWindowText(hEditOpenS...

cant get GetOpenFIleName() to return string.
Added the NULL character and it still behaves the same, i saw no difference between having the NULL ...