It is my personal opinion that RH 8.0 is complete crap (and yes, I'm actually a fan of RH). I tried installing it several times, both in GUI and text modes on two different machines. Also tried playing with BIOS settings, different CD's, different CD-ROM drives, to no avail. It crashed out...
One way is:
Open "c:\<file>" For Input As #1
Input #1, a
Input #1, b
Input #1, c
Close #1
But there are many file modes in VB. Try a search on google to learn more about the file modes.
Buffer0verflow
I notice this:
'Assign column data from the FileName column to Text4
Text4.DataField = "FileName"
If FileName is a variable already holding a value, you don't need the quotes. Also, shouldn't it be 'strFileName', and not just 'FileName'.....isn't it the same 'FileName' variable...
Personally, I would put the labels in a control array (if they aren't already), then you'd just have to write code to examine the index property of each label.
Buffer0verflow
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.