Search Result

Collapse
2 results in 0.0023 seconds.
Keywords
Members
Tags
press
  •  

  • Karl Raams
    started a topic Key Press on Form

    Key Press on Form

    Hi,

    I have this form that has all these controls on it such as buttons, entry fields, lists, and combo boxes, and I've been looking around the net for a while now trying to find a way to track key presses on my form so that I can trigger a set of code. For example when the user presses Shift + W call code that moves picture box up. I have the KeyPreview set to True on the form and I have placed this code.

    Code:
        Private
    ...
    See more | Go to post
    Last edited by Meetee; Jul 20 '11, 05:11 AM.

  • starfoxone
    started a topic Program that press a key every X time (HELP)
    in C

    Program that press a key every X time (HELP)

    I've some real problems finding info or creating a program that works like this:

    Every 5 minute the program will use key F2 (for example)
    Every 10 minute it will use arrow down and later arrow up.

    Any ideas, examples or guides on how the code should look like?


    Hope someone is able to solve this!
    (starfox-one@hotmail.com )
    See more | Go to post
Working...