Hello Guest it is April 19, 2024, 04:08:50 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tuonganhvu

Pages: 1
1
VB and the development of wizards / How to use jogon in vb_scrip
« on: September 23, 2014, 07:28:13 AM »
Hi everybody!
 This is my code
/////////////////////////////////////////////////////////
dooembutton(1003)
message("stop")
sleep(1000)
message("run x until input2 activate")
jogon(0,1)
While(isactive(input2))
Wend
jogoff(0)
sleep(300)
dooembutton(139)
sleep(1000)
message("run y until input3 activate")
jogon(1,1)
While(isactive(input3))
Wend
jogoff(1)
sleep(300)
dooembutton(140)
//////////////////////////////////////////////////
i don't know why my code is not run, please check it for me, many thank!

Pages: 1