How to embed Windows Explorer using MFC

Newbie Member
16Feb2009,09:31   #1
justmehere's Avatar
I wish to embed windows explorer into my mcf application and need help on which class can do this.

Thanks in advance
Newbie Member
22Feb2009,08:02   #2
justmehere's Avatar
Found what I was looking for by doing a little of research. If anyone cares to know I used a function called SHBrowseForFolder. It did the trick.