261
VB and the development of wizards / Re: Percent Complete
« on: December 02, 2007, 07:33:40 PM »
WOW bdring nice job!!!
Here you go this will work
:
You can put this along side the "Load Gcode" button but....I think that the VB "load Gcode" is spitting an error...we'll have to report it to Art if any one else is getting this as well...
Here you go this will work

Code: [Select]
Dim I
Dim textLine
Open FileName For Input As #1
While Not EOF(1)
Line Input #1, textLine
I = I + 1
Wend
Close #1
Call setuserDro(1200,I)
You can put this along side the "Load Gcode" button but....I think that the VB "load Gcode" is spitting an error...we'll have to report it to Art if any one else is getting this as well...