Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

File Open Dialog?

Status
Not open for further replies.

TheCrappyProgrammer

Programmer
Sep 17, 2001
41
US
I notice many programs use the same file broswer interface for opening files. Does C# .NET have a built-in function to call this dialog and then perhaps return the string of the file path selected?
 
simple answer is yes to both, long answer is beyond my noobishness to explain.



______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
*side note : using M$ developer when addidng an open file dialog , the resulting code is :


openFileDialog1_FileOk(object sender,System.ComponentModel.CancelEventArgs e)

______________________________________________________________________
There's no present like the time, they say. - Henry's Cat.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top