Dialog to Select Files or Folder (Custom OpenFileDialog ?)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I'm searching for a dialog where the user can select files or a folder.

With .NET 2.0, I have a OpenFileDialog control for selecting files and a
FolderBrowserDialog for selecting a folder. However I don't want to use both
controls at the same time (confusing for the user, bad usability).

Can I change the OpenFileDialog? Or is there an other way to resolve this,
perhaps a Win32 API?

Thanks and Regards,
Dominik
 
You can try to use our Dialog Workshop .NET components.
Customizable OpenFile dialog component allows you to
select folers using OpenFile dialog.

Also many other features are available.

Please visit http://www.componentage.com for details.

Best regards,
Alex
 
Back
Top