sm321
03-22-2012, 02:17 PM
Hello. How would I make the
SendKeys('Example',1);
repeat what is predetermined bye a GUI made in Visual Basic? E.g.
It repeats this:
SendKeys('Example2',1);
MoveMouse(x, y);
ClickMouse(x, y, 1);
but the
SendKeys('This bit', 1);
Knows what to say from a list similar to this (Gary Hood's Auto Typer):
http://puu.sh/lSiD
Thankyou. (It may be very confusing, but I've explained it the best I could :)) Also, the GUI for Narcle's Fast Fighter might be a good example.
SendKeys('Example',1);
repeat what is predetermined bye a GUI made in Visual Basic? E.g.
It repeats this:
SendKeys('Example2',1);
MoveMouse(x, y);
ClickMouse(x, y, 1);
but the
SendKeys('This bit', 1);
Knows what to say from a list similar to this (Gary Hood's Auto Typer):
http://puu.sh/lSiD
Thankyou. (It may be very confusing, but I've explained it the best I could :)) Also, the GUI for Narcle's Fast Fighter might be a good example.