Jan 14, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 How do you create a directory tree in visual C++?There's no control that automatically does it like in visual basic is there?
How do you create a directory tree in visual C++?There's no control that automatically does it like in visual basic is there?
Jan 14, 2001 #2 vkavith Programmer Joined Nov 10, 2000 Messages 52 Location IN You will need to create a tree control and program it to behave that way... Inside VC++ by Kruglensky gives u an example. Sriks Upvote 0 Downvote
You will need to create a tree control and program it to behave that way... Inside VC++ by Kruglensky gives u an example. Sriks
Jan 15, 2001 Thread starter #3 Guest_imported New member Joined Jan 1, 1970 Messages 0 I don't have that book...and I can't find it on the web. But thanks anyway because I can always check it out at chapters Upvote 0 Downvote
I don't have that book...and I can't find it on the web. But thanks anyway because I can always check it out at chapters
Jan 16, 2001 #4 psnead Programmer Joined Jul 5, 2000 Messages 41 Location DK Try SHBrowseForFolder() Upvote 0 Downvote