Are there any easy way to make a commobly seen Browse box or OpenFile box in Windows by VB?
Use the MS Common Dialog control.
I'm bringing geeky back...
I have selected MS Common Dialog Control, then which control is that? I mean sth like this:
You place the control on your form Place a commandbutton on your form In the click event of the button, place: Commondialog1.fileopen This should do it. Greetz, Luc
Forum Rules