Code:Dim l() As String = IO.File.ReadAllLines("the text file") For i As Integer = 0 To l.Length - 1 Me.Controls("TextBox" & (i + 1).ToString()).Text = l(i) Next
|
Results 1 to 2 of 2
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |