Open a text file into a text box!!!
Open a text file into a text box!!!
Rate Open a text file into a text box!!!
(1(1 Vote))
Open Text1.Text for input as #1
dim gotfile as string
Do
On error goto endopen
Input #1, Gotfile
Text2.Text = Text2.Text + vbnewline + Gotfile
Loop
endopen:
close #1
exit sub
end sub
Open a text file into a text box!!! Comments
No comments yet — be the first to post one!
Post a Comment