Results 1 to 11 of 11

Thread: Write to path

Threaded View

  1. #7

    Thread Starter
    New Member
    Join Date
    May 2012
    Posts
    4

    Re: Write to path

    Quote Originally Posted by .paul. View Post
    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
  •  



Click Here to Expand Forum to Full Width