Re: [GD-Windows] Choosing a folder with a dialog
Brought to you by:
vexxed72
From: Mickael P. <mpo...@ed...> - 2002-10-22 11:59:13
|
Pascal Gane wrote: > Anybody knows which Win32 function to use (maybe MFC based) to allow > the user to select a folder not file ?? > Using CFileDialog is fine for files but it only allows me to select a > folder that already contains a file. I'd like to be able to select > any folder. Here it is: SHBrowseForFolder Mickael Pointier |