Log in

View Full Version : SendKeys with GUI



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.

sm321
03-24-2012, 09:33 AM
Bump :) Need some help.

nielsie95
03-24-2012, 09:56 AM
You are looking for forms. Take a look in the tutorial section :)

sm321
03-24-2012, 04:05 PM
You are looking for forms. Take a look in the tutorial section :)

Ok, thanks :)