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! |