Search Result

Collapse
2 results in 0.0038 seconds.
Keywords
Members
Tags
key 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.

  • Joshua2010
    started a topic open webpage and simulate key press events

    open webpage and simulate key press events

    I have been trying to merge two command scripts, and have gotten nothing. I am trying to use javascript commands to open a new window on Firefox, and on that opened window simulate a Tab key press.

    This is the full script that I have come up with so far to open two windows, with the websites being yahoo.com and google.com. ***To fully help me please copy this script, paste to Notepad, save as a .html file and run it on Firefox. You...
    See more | Go to post
    Last edited by gits; May 9 '10, 08:50 AM. Reason: added code tags
Working...