I am using VC++ 2008, and i am programing a little software to search for a folder and open it.
My problem is i have no idea how to open a folder.
Please help

Recommended Answers

All 6 Replies

What do you mean with "open it"? Open it in your code, or in an explorerwindow, or...

please make you statement a clearly..
you mean, you want to open an folder using a code?

I am using VC++ 2008, and i am programing a little software to search for a folder and explore it in a new window.(like I open/explore c: drive)
I tried using 'ShellExecute' but didn't work.
My problem is i have no idea how do that.
Please help

I am using VC++ 2008, and i am programing a little software to search for a folder and explore it in a new window.(like I open/explore c: drive)
I tried using 'ShellExecute' but didn't work.
My problem is i have no idea how do that.
Please help

I tried using 'ShellExecute' but didn't work.

Tell us what didn't work, and post code use CODE TAGS

My problem is i have no idea how do that.
Please help

Try this

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.