Apr 19, 2004 #1 mmfried Programmer Sep 17, 2003 33 IL Hi All, How Do I create a directory dialog Box in VC++. I want to have a browser that I can choose a directory in VC++ , and also get the Path? Thanks, mmfried
Hi All, How Do I create a directory dialog Box in VC++. I want to have a browser that I can choose a directory in VC++ , and also get the Path? Thanks, mmfried
Apr 19, 2004 1 #2 PerFnurt Programmer Feb 25, 2003 972 SE SHBrowseForFolder http://msdn.microsoft.com/library/e...ell/reference/functions/shbrowseforfolder.asp /Per [sub] "It was a work of art, flawless, sublime. A triumph equaled only by its monumental failure."[/sub] Upvote 0 Downvote
SHBrowseForFolder http://msdn.microsoft.com/library/e...ell/reference/functions/shbrowseforfolder.asp /Per [sub] "It was a work of art, flawless, sublime. A triumph equaled only by its monumental failure."[/sub]
Apr 19, 2004 Thread starter #3 mmfried Programmer Sep 17, 2003 33 IL Thanks Alot, But I'm a little new in windows, How do I Initialize and get the following: "LPITEMIDLIST" "LPBROWSEINFO " and how do I perform CoInitializeEx. Upvote 0 Downvote
Thanks Alot, But I'm a little new in windows, How do I Initialize and get the following: "LPITEMIDLIST" "LPBROWSEINFO " and how do I perform CoInitializeEx.
Apr 19, 2004 #4 PerFnurt Programmer Feb 25, 2003 972 SE Here's an example: http://msdn.microsoft.com/library/d...basics/shell_basics_programming/folder_id.asp Call CoInitializeEx in your application's InitInstance method /Per [sub] "It was a work of art, flawless, sublime. A triumph equaled only by its monumental failure."[/sub] Upvote 0 Downvote
Here's an example: http://msdn.microsoft.com/library/d...basics/shell_basics_programming/folder_id.asp Call CoInitializeEx in your application's InitInstance method /Per [sub] "It was a work of art, flawless, sublime. A triumph equaled only by its monumental failure."[/sub]