I have a form that allows the user to select a filename as a hyperlink, which the forum helped me with a couple weeks ago.
Now, I need to allow the user to browse to a folder and then make that folder path a hyperlink on the form. I also need to set the default directory for the user to start browsing in.
I have found other information about SHGetPathFromIDListA (windows api), but have yet to get it to work.
Any suggestions?
Thanks in advance,