Drive - Folders - Files

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

Guest

Hi all,

I need to display a list of files in a directory into a list box. I also
need the user to be able to change (combo box maybe) the drive and folder of
where the list box is looking.

Is there a control that does this already ?

David.
 
If you want the user to open a file, you could use:
application.GetOpenFilename

If you want the user to pick a name to save a file, you could use:
application.GetSaveAsFilename
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top