Through much trial and mostly error, I was able to figure out this method. It works, but I'm sure there's a more appropriate way of doing this.
OPEN "C:\PATH\FILENAME.TXT" FOR BINARY AS #1
A=1
DO WHILE NOT EOF(1)
GET #1, A, D%
D% = D% AND &HFF
IF D% <> 10 THEN Text1.Text =...
It seems a bit of a reach to think there's any expertise left for VBDOS v1.0. I don't know how much there ever really was in the first place. I've been playing around with multi-line text boxes and text files. I found this example online for some flavor of VB for moving text from a box into a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.