Hi,

I want to create a project in vc++ which is having an explorer by which I can explorer the entire file system. I am using visual c++ 6.0. Anyone can help me?

Recommended Answers

All 2 Replies

You will want to call FindFirstFile() and FindNextFile() to get a list of all the files and folders, then display the information in a tree control. You can get examples of tree controls from www.codeproject.com, the largest repository of c++ code for MS-Windows on the internet. Once you are on that site just enter "tree control" in its search box.

welcome Raja

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.