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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

file get dialog

Status
Not open for further replies.

emcdan61

Programmer
Feb 5, 2002
13
US
Jeez I'm floundering here.

I'm working on acclimating myself to vb.net. I'm an experienced Visual Foxpro Programmer.

My current objective is to display a windows dialog that will allow me to navigate the directory structure and select a file to "process". In foxpro this is "afile = getfile()".

I'm being overwhelmed in the help system with stuff that does not do what I want. Whats the secret here?
 
dim f as new openfiledialg
if f.showdialog = dialogresult.ok then
textbox1.tex = f.getfilename
end if

Christiaan Baes
Belgium

If you want to get an answer read this FAQ faq796-2540
There's no such thing as a winnable war - Sting
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top