Simple task, need help
Posted: Sat Aug 11, 2007 2:07 am
I have a simple task but I need help on it.
I want to send keystrokes to a window. My keystrokes are something like "send me #"
After "#" I want to have a number that I specify, and I want that number to increase by +1 each time the event is triggered.
Then after that I want the information to be entered with the enter button.
My triggering event is a cycle that goes ever 60 seconds. So what I want is when it's activated to go something like this:
1. Event is activated
2. Switches to window, types in "send me #"
3. After the "#" something like '1' is added. Then it presses enter.
4. After 60 seconds it does it again, but this type does 'send me #2' and it keeps doing that over and over.
I know it sounds simple but I can't figure it out. Any help would be greatly appreciated!
I want to send keystrokes to a window. My keystrokes are something like "send me #"
After "#" I want to have a number that I specify, and I want that number to increase by +1 each time the event is triggered.
Then after that I want the information to be entered with the enter button.
My triggering event is a cycle that goes ever 60 seconds. So what I want is when it's activated to go something like this:
1. Event is activated
2. Switches to window, types in "send me #"
3. After the "#" something like '1' is added. Then it presses enter.
4. After 60 seconds it does it again, but this type does 'send me #2' and it keeps doing that over and over.
I know it sounds simple but I can't figure it out. Any help would be greatly appreciated!