What's the best way to allow a user to browse for a file in C#?
|
|
|
||
|
|
|
|
I would say use the standard "Open File" dialog box (OpenFileDialog), this makes it less intimidating for new users and helps with a consistant UI. |
||
|
|
|
|
Close, Ryan, but you never showed the dialog. it should be:
|
||
|
|
|
|
Hehe, I typed it too quickly and edited that after posting. |
||
|
|
