Windows Explorer
-
I'm currently working on a project,wherein i have to display the Tree structure of the directories as it is in (WINDOWS EXPLORER).Can anyone tell how to access the SHELL in Win32 Api(VC++) as im working in this platform. NO MFC please..
See http://www.codeproject.com/treectrl/shelltreectrl.asp[^] Peter Molnar
-
See http://www.codeproject.com/treectrl/shelltreectrl.asp[^] Peter Molnar
-
Thanx for the link...but i'm working in plain win32 Api "NO MFC"...anyways thanx again for the help..if u find anything that has no MFC for displaying folders using SHELL in WIn32 please send me some reference..
MFC is nothing but a wrapper over the win32, so if you understand what that link is trying to say you can convert that logic into win32 calls in ur application. but if you looking for spoon feeding anwers, then wait let me get my spoon. The World is getting smaller and so are the people.