Link to home
Start Free TrialLog in
Avatar of williamthys
williamthys

asked on

sendkeys.send?????

i have seen the solution with


"I use a procedure called hangNow because the script moves quicker than the application so it may crash if i dont' force it to slow down. The hangNow parameters are just the cursor location that i want it to hang at.

        Call hangNow(0, 49)
        System.Windows.Forms.SendKeys.Send("2")
        System.Windows.Forms.SendKeys.Send("{Enter}")

        Call hangNow(0, 55)

        System.Windows.Forms.SendKeys.Send("+{F12}")

        Call hangNow(0, 44)
        System.Windows.Forms.SendKeys.Send("23")
        System.Windows.Forms.SendKeys.Send("{Enter}")

"
but i don't know what the procedure hangnow is
who can give me the code of this procedure??
please it's is urgent.
Avatar of CuSo4
CuSo4

I don't know if this can help you, but at this link: http://www-tcsn.experts-exchange.com/questions/20712782/sleep-method-in-vb-net-very-urgent.html
there is a procedure that can pause your program for some seconds...
it may be just

Thread.Sleep(yourtime)
ASKER CERTIFIED SOLUTION
Avatar of sony1464
sony1464

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
Avatar of Bob Learned
No comment has been added lately, so it's time to clean up this TA.
I will leave the following recommendation for this question in the Cleanup topic area:

Accept: sony1464 {http:#9702162}

Please leave any comments here within the next seven days.
PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

TheLearnedOne
EE Cleanup Volunteer