You could use a CommonDialog Control (You need to add it to your project the same way you add TextBox or Label - in canse you were wondering).
Code:
'It will show the browser box
CommonDialog1.ShowOpen
'It will print the text to a TextBox
Text1.Text = CommonDialog1.FileName
I believe it should be something like this but if it doesn't work then just play around with CommonDialog Control and you will find the solution for your problem.

Regards Marek

------------------
Visual Basic Programmer (at least I want to be one)
------------------
PolComSoft
You will hear a lot about it.



[This message has been edited by QWERTY (edited 12-06-1999).]