NEVER MIND What's the best way to count the number of lines in a text file in VB?
(got it to work)
New Question -
I'm trying to capture the value of a scroll bar and use that to speed up or slow down how fast something prints to a picture box.
What's the best way to do this?
Here is what I have so far and it overflows or goes too fast:
Dim delayVar As Integer
Dim d as Integer
delayVar = scrSpeed.Value
for d = 1 to (delayVar * 10)
next d
Thanks
(got it to work)
New Question -
I'm trying to capture the value of a scroll bar and use that to speed up or slow down how fast something prints to a picture box.
What's the best way to do this?
Here is what I have so far and it overflows or goes too fast:
Dim delayVar As Integer
Dim d as Integer
delayVar = scrSpeed.Value
for d = 1 to (delayVar * 10)
next d
Thanks
