-
I would like to build my own custom Folder Browser and File Open/Save dialog. I have played with GetOpenFile and SHBrowseForFolder API functions but they are too limited. How do I build the folder list on my own form like the one in SHBrowseForFolder and the Open/Save dialogs? Thanks.
-
You need use DriveListBox, DirListBox and FileListBox objects.
------------------
smalig
[email protected]
smalig.tripod.com
-
Thanks, but I would like to incorporate the Win95 look and feel. IE, the list would contain My Computer, Network Neighborhood, drives and shares, exactly like the actual list in BrowseFolder API function. Unless I am not aware of a property, these controls will not accomplish my goal.