kotivalo
04-20-2003, 04:51 PM
Im using
Dim file As String
file = ""
Open file For Input As #1
TextBox1.Text = Input(LOF(1), #1)
Close
for loading a file in a Textbox. Does anyone know how to read only the
second or third row from a file and just load that in a TextBox?
Dim file As String
file = ""
Open file For Input As #1
TextBox1.Text = Input(LOF(1), #1)
Close
for loading a file in a Textbox. Does anyone know how to read only the
second or third row from a file and just load that in a TextBox?