Thanks for all the help tonight guys. I'm trying to open a text file and have portions of the text fill text controls on my form. What's the best way to go about opening a text file and having it read up to a certain point. For example here is a text file:
This is line 1 of my text file
this is the second line
The third line may look like this.
And the forth is here.
How can I open a file and have it put whatever is inbetween the word "third" and "forth" and put it in a control?
Thank again for the help. I'm quite the beginner with text modification and VB.NET
-- Ethan --
