FileDialog to select file

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
 
B

Bernie Deitrick

Application.GetOpenFileName only returns a string, which you can save or manipulate in any way you
want.
 
Top