Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Browse button ...
Message
General information
Forum:
ASP.NET
Category:
Forms
Environment versions
OS:
Windows XP
Miscellaneous
Thread ID:
01298985
Message ID:
01299016
Views:
11
This message has been marked as a message which has helped to the initial question of the thread.
>Hi everybody,
>
>In Windows Forms is there a special button that would let pick up a directory? If not, what should I put in this button to be able to select a directory?
>
>I'm writting a simple VB Winforms application based on the sample Mike Cole posted. I decided to make date, start directory and output file to be selectable.
>
>I may also need to add extension filter, but this is later.
>
>Thanks a lot in advance.
>
>UPDATE. Found FolderBrowserDialog in the Dialogs section, but not sure how to use it.

The M$ has some pretty good examples for this class:
http://msdn2.microsoft.com/en-us/library/system.windows.forms.folderbrowserdialog.aspx


There is also the OpenFileDialog and SaveFiledialog classes.

If you don't want to do it all in cose you can drop these controls on a form and set the properties through the designer.
Semper ubi sub ubi.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform