Choose File Dialog

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am using Visual Basic 6. Is there any way to open a dialog that lets you select a file on a drive? I want the user to be able to select a file and place the directory chosen in a textbox. For instance. if there is a file on c:\images\picture.jpg I want the user to open up a dialog, choose that file in that directory and place that directory text in a textbox.
 
Take a look at http://www.mvps.org/access/api/api0001.htm at "The Access
Web"

--
Doug Steele, Microsoft Access MVP

(no e-mails, please!)


JoeThis said:
I am using Visual Basic 6. Is there any way to open a dialog that lets you
select a file on a drive? I want the user to be able to select a file and
place the directory chosen in a textbox. For instance. if there is a file on
c:\images\picture.jpg I want the user to open up a dialog, choose that file
in that directory and place that directory text in a textbox.
 
Back
Top