I want to import a .txt file into a TextBox, how???
Open C:\text.txt For Input As #1
Line Input #1, Form1.Text1.Text
Close #1
Like that?
Thanks
|
Results 1 to 6 of 6
Threaded View
|
Click Here to Expand Forum to Full Width |