Link to home
Start Free TrialLog in
Avatar of croag
croagFlag for United States of America

asked on

What is the VB.NET equivilent to this? - EASY

What's the .NET equivelent to these..I keep messing up the arguments being passed to fileget()


Here is my VB.NET file open statement : FileOpen(1, "C:\myfile", OpenMode.Random, , , 12)



What is this VB6 equivelent in VB.NET?


***1***

Get #1, i, ReadData(i).Label
         txtbox1(i - 1).txt = Trim(ReadData(i).Label)



Thanks!
ASKER CERTIFIED SOLUTION
Avatar of Mike Tomlinson
Mike Tomlinson
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial