FileDialog to select file

  • Thread starter Thread starter Acid-Sky
  • Start date Start date
A

Acid-Sky

Hi,

I am trying to add a FileDialog to my form but its only t
select/generate a correct filepath, nothing more. the only options
saw so far tend to open the file - which is not what i want. the dialo
is more the make sure the file path is correct and the file exists a
the time of genereating an entry.

how can i do this
 
Application.GetOpenFileName only returns a string, which you can save or manipulate in any way you
want.
 

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