Thread: Dumb question..
View Single Post
Old 02-09-2005, 07:06 AM   #1 (permalink)
grand_marquisGT
USAF .NET Slacker
 
grand_marquisGT's Avatar
 
Join Date: Feb 2005
Posts: 7
grand_marquisGT is on a distinguished road
Cool Dumb question..

I am creating a loop in vb.net to populate a textbox(multiline) the filenames selected..

For Each temp In OpenFileDialog1.FileNames
txtText.Text = txtText.Text & temp
Next

I am wondering what is the syntax for a linebreak after each filename..

thanks, and awesome forum!
grand_marquisGT is offline   Reply With Quote