Re: Dialog to Select Files or Folder (Custom OpenFileDialog ?)
http://www.codeproject.com/vb/net/VbNetExpTree.asp
code looks pretty simple
"Zemp Dominik" <zemp.dominik@xxxxxxxxxxxxxxxxxxx> wrote in message
news:667220D8-682A-4E7F-85D5-D4E9CD891070@xxxxxxxxxxxxxxxx
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
-----------------------------
http://blogs.ecreation.ch
.
Relevant Pages
- OpenFileDialog - no browse
... I use the OpenFileDialog control to give the user a GUI to select and open a ... file from a folder. ... Prev by Date: ... (microsoft.public.dotnet.languages.vb) - Restrict the user to a particular folder in OpenFileDialog Control
... Can anyone please help me with the OpenFileDialog Control in VB.Net? ... the user to be restricted to a particular folder only for selecting a file, ... Paras Wadehra ... (microsoft.public.dotnet.general) - Restrict the user to a particular folder in OpenFileDialog Control
... Can anyone please help me with the OpenFileDialog Control in VB.Net? ... the user to be restricted to a particular folder only for selecting a file, ... Paras Wadehra ... (microsoft.public.dotnet.faqs) - RE: WMP 11 wont do many things
... continued my own searching into the problem and am still completely stumped. ... to add a folder and the folder i just added wasn't in my manually addded ... each time won't let me get passed the media sharing settings without hitting ... years in and still smarter than my EE friends. ... (microsoft.public.windowsmedia.player) - Re: WMP 11 wont do many things
... adding them and said the whole searching in the background so i'd click ... to add a folder and the folder i just added wasn't in my manually addded ... each time won't let me get passed the media sharing settings without ... years in and still smarter than my EE friends. ... (microsoft.public.windowsmedia.player) |
|