OK, that works. Now as I have been looking all through MSDN, I have found the way to get the path from a pidl, however, no way to get the pidl from a path. Would you happen to know how to do this? The very first time I run my SHBrowseForFolder() function, Im still starting at "My...
I tried changing the directory with _chdir()... and while the function succeeded in changing the current working directory, it did not set the directory for the SHBrowseForFolder() function. When I call SHBrowseForFolder(), it still opens with "My Computer" pre-selected, which makes...
I apologize in advance if this topic has already been covered, but I have searched this forum up and down and have not found a relating question/answer.
this is what I have:
//
//PathChange - selects a path to a folder that contains MP3s
//and sets that string path to a global var... g_strPath...
Sorry, thought it might help for you to take a look at what it is that Im trying to do... here's the project
http://www.relaychat.com/LabelMaker2.zip
Thanks for your help thus far :)
Seems to work now, however... now I am getting a
First-chance exception in LabelMaker2.exe (KERNEL32.DLL): 0xC0000005: Access Violation.
this wasnt appearing before adding the lib to the link list
any ideas on why that is?
WIN API confusion!
I have gone through several tutorials (yes, I am a beginner) to try to learn how to place a toolbar on my program. It seems every tutorial (including MSDN) does it the same way.
There is a problem for me with this, when I call InitCommonControlsEx(&iccx) when iccx is an...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.