|
-
Mar 8th, 2007, 02:56 PM
#1
Thread Starter
Lively Member
arrays, variables and sendkeys
Hello
i would like to try and make my own little autokey program with a little help, sure thiers plenty on the web..but i just want to make one realy, only difference is..instead of looping forever, i want to do it a specific amount of times, MAX
i need help with:
the interval timer and, (some macros i seen dont even select the process window to send the WORDS too but that would be nice)..but if i dont need it then i guess thats ok too any part ppl can help with will be great.
at the moment i just put a timer control, cmdbutton and texbox on a form.
Code:
dim max as integer
dim words as string
public sub command1_click()
for a = 0 to max
'how to send WORDS to a specific window and perhaps with a time delay.
next a
end sub
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|