Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. J

    VBDOS Expertise Still Alive? Looking for assistance with loading a text file into a text box.

    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 =...
  2. J

    VBDOS Expertise Still Alive? Looking for assistance with loading a text file into a text box.

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

Part and Inventory Search

Back
Top