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
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