|
-
December 30th, 2010, 02:55 AM
#1
Reading a text file
hi all
can u pls help me i want to do an event that reads the second line of a text file and put it in text box1
can u pls help me
it's vb.net code
is
Dim s As String() = System.IO.File.ReadAllLines("conn")
TextBox1.Text = s(2)
I want the C++ code for this
Thanks in advance
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
|