VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



The easiest way to read a txt, ini, dat file ! Der einfachste weg eine txt, ini, dat datei auszules

by -Fallen-Angel- (1 Submission)
Category: Files/File Controls/Input/Output
Compatability: Visual Basic 4.0 (32-bit)
Difficulty: Unknown Difficulty
Originally Published: Thu 27th April 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

The easiest way to read a txt, ini, dat file ! Der einfachste weg eine txt, ini, dat datei auszulesen!

API Declarations


Keine verdammten api aufrufe nötig!

Rate The easiest way to read a txt, ini, dat file ! Der einfachste weg eine txt, ini, dat datei auszules



Open c:\list.ini For Input As #1 ' first open file / zuerst wird das file geöffnet 
Do Until EOF(1)
      Line Input #1, Textzeile
          Text1.Text = Text1.Text & vbCrLf & Textzeile 'the words are added into the text box
         Loop
      Close #1


Download this snippet    Add to My Saved Code

The easiest way to read a txt, ini, dat file ! Der einfachste weg eine txt, ini, dat datei auszules Comments

No comments have been posted about The easiest way to read a txt, ini, dat file ! Der einfachste weg eine txt, ini, dat datei auszules. Why not be the first to post a comment about The easiest way to read a txt, ini, dat file ! Der einfachste weg eine txt, ini, dat datei auszules.

Post your comment

Subject:
Message:
0/1000 characters