Open Folder Browse Dialog
-
Hi I'm Use CFileDialog to open file, But I Want to open Folder Browse dialog. Help me to do it. :rose: Thanks a lot.
-
Hi I'm Use CFileDialog to open file, But I Want to open Folder Browse dialog. Help me to do it. :rose: Thanks a lot.
G'day Iman, Check out the SHBrowseForFolder function in the docs. That should get you started. Steve
-
G'day Iman, Check out the SHBrowseForFolder function in the docs. That should get you started. Steve
Hi Steve. :-O I Use the SHBrowseForFolder function But I don't know what Include file is for this function. :rose: Iman Ghasr-e-fakhri
-
Hi Steve. :-O I Use the SHBrowseForFolder function But I don't know what Include file is for this function. :rose: Iman Ghasr-e-fakhri
G'day Iman, shlobj.h should do the trick. Steve
-
G'day Iman, shlobj.h should do the trick. Steve
:(( Iman Ghasr-e-fakhri
-
G'day Iman, shlobj.h should do the trick. Steve
Hi Steve Please mote Help me :-O :-O :confused: :rose: Iman Ghasr-e-fakhri
-
Hi Steve Please mote Help me :-O :-O :confused: :rose: Iman Ghasr-e-fakhri
G'day Aman, I think the following article here at CP should give you an idea on how to use the SHBrowseForFolder function. File Searcher Edit Control with Browse Button Hope this helps, Steve