Gustav Brock
gustav at cactus.dk
Fri Jul 16 05:04:41 CDT 2004
> Also noted this code for the Browse Folder dialog which can display > files as well: > http://vbnet.mvps.org/index.html?code/browse/browsenetwork.htm Note, however, that should you ever get the idea to open Browse Folder with a preselected folder, this is very convoluted: http://vbnet.mvps.org/code/callback/browsecallback.htm /gustav >>> I need to have a 'browse' button on a form that will allow the users to >>> open the File Dialog Box (the normal Windows one) so they can browse to >>> the file the program needs if necessary. Normally they will not have to >>> do this, but, things will not always be 'normal' in real life. This gives >>> them the option to go find the file using a familiar interface.