Re: [GD-Windows] Choosing a folder with a dialog
Brought to you by:
vexxed72
From: Laurent M. <lau...@fx...> - 2002-10-30 00:03:10
|
> > 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 I have been searching for a while in the MSDN, for a .NET equivalent. It's weird, it does not seems implemented, so if you've got it :) Laurent, |