Results 1 to 3 of 3

Thread: New Project need help yet again!

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 2008
    Posts
    101

    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.

  2. #2
    Addicted Member Xiphias3's Avatar
    Join Date
    Jan 2009
    Location
    Clarendon, Jamaica
    Posts
    188

    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 ^^

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Feb 2008
    Posts
    101

    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
  •  



Click Here to Expand Forum to Full Width