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