What is the name of the canned file browse dialog found in most Windows applications? I’m writing an application at work, and frantic searches through my old textbook and the .NET help have been fruitless. I’ve searched on various combinations of ‘file’, ‘browse’, and ‘dialog’, FWIW.
I don’t have my .net open, but isn’t it a component that can be dragged from the tool box in VB .net? Check around there.
I’ve found out that what I want is an Open File Dialog. I have yet to find an example of how to actually use it…
That’s it. Mucho thanks.
Just to make it clear outside of the link, the name that you were asking about is the ‘microsoft common dialog control’ or something like that. As well as the standard ‘open’ and ‘save as’ configurations, it also provides support for quick font and print dialogs IIRC.