|
-
May 26th, 2012, 08:48 AM
#7
Thread Starter
New Member
Re: Write to path
 Originally Posted by .paul.
 it does everything you asked for in your original question...
'open
Dim lines() As String = IO.File.ReadAllLines("c:\example.txt")
If lines.Length <> 3 Then Return
TextBox1.Text = lines(0)
TextBox2.Text = lines(1)
TextBox3.Text = lines(2)
What root path do I need to put?
Last edited by Hilt; May 26th, 2012 at 09:10 AM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|