|
-
Sep 13th, 2009, 06:18 PM
#1
Thread Starter
Lively Member
New Project need help yet again!
I'm working on a Sendkey like Function let me explain what im trying to pull off.
I wanna use the FKey function to press key like number 5 6 7 8 key 5 sec part from each other every 60 secs
can someone show me an example on how I could go about doing something like this.
And I don't mean the NUMPad keys I'm talking about the number keys above the letter keys.
Thanks if you can give me a hand.
-
Sep 13th, 2009, 06:41 PM
#2
Addicted Member
Re: New Project need help yet again!
Before I make a more sensible post, one question:
Will your app have focus when you press the "FKey"?
If Yes, it can be done pretty easily with VB alone.
If No, you will have to put code in a DLL and referece it by mapping it into your process space with I believe LoadLibrary().
EDIT:
Read this: http://www.vbaccelerator.com/home/VB...ry/article.asp
Last edited by Xiphias3; Sep 13th, 2009 at 06:43 PM.
Reason: linky ^^
-
Sep 13th, 2009, 07:01 PM
#3
Thread Starter
Lively Member
Re: New Project need help yet again!
Link is useless as it don't explain anything of what im trying to do.
And it wont need any DLL either all is needs to to is randomly press the numbers 5 secs apart from each other every 60 seconds.
I was going to use my scroller code but its a little different from what Im trying to do.
and like I said looking for more of an example rather then some site that explains differently I wanna see how its done rather then read something that is irrelevant
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
|