Ace Master Posted September 11, 2003 Posted September 11, 2003 hi. I whant to put some info from a text file to a few textbox's. Ex. test.txt contain test1 test2 test3 I want in the main form to have three textbox's with test1, test2 and test3 info. I will search for myself for this, but I am in a hurry, and don't have much time to spend navigate the net. thanks Quote
Administrators PlausiblyDamp Posted September 11, 2003 Administrators Posted September 11, 2003 Have a look under System.IO and the StreamReader class. It's ReadLine method should do what you want. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.