Loading Directories in tree control in vc++
-
-
I have created tree control in vc(win32) but unable to load tree structure of the directories in the system.im actually trying to make a Windows explorer like application.if any one knows how to DISPLAY DIRECTORIES IN TREE STRUCTURE..please help me...
Check out http://www.codeproject.com/wtl/wtlfiletreectrl.asp[^]. It's WTL but that's so close to the APIs that it would be no sweat to convert it. --Mike-- Ericahist | CP SearchBar v2.0.2 | Homepage | RightClick-Encrypt | 1ClickPicGrabber "That probably would've sounded more commanding if I wasn't wearing my yummy sushi pajamas." -- Buffy
-
I have created tree control in vc(win32) but unable to load tree structure of the directories in the system.im actually trying to make a Windows explorer like application.if any one knows how to DISPLAY DIRECTORIES IN TREE STRUCTURE..please help me...
-