Search Result

Collapse
10 results in 0.0042 seconds.
Keywords
Members
Tags
keyboard
  •  

  • Le Duc
    started a topic Typing Unicode into WebBrowser Control

    Typing Unicode into WebBrowser Control

    Hello,

    I am trying to type an unicode character into the WebBrowser Control, but it alway change to the "?" character. I can copy the unicode character to clipboard and paste to WebBrowser, but can't typing directly to it.
    So WebBrowser Control doesn't support Unicode typing, but it can store & displaying unicode character. Any solutions for me to type unicode directly instead of copy and paste ?

    ...
    See more | Go to post

  • JohanSmith
    started a topic Keyboard is not working properly

    Keyboard is not working properly

    Hi,

    I have been using a computer for data entry work, suddenly some key is working and some are not, have any solution if not before purchasing how I can type it temporary.
    See more | Go to post

  • How to force numeric keypad from an input box (HTML)

    I built a web-based application (HTML) optimized for mobile devices. Is there any way to force the numeric pad to come up when clicking an input box (as opposed to the qwerty default)?
    See more | Go to post

  • how simulate keyboard and mouse whilst in game?

    hi i am trying to make a program that whilst ingame (magicka if anyone is interested) reads what is pressed on the keyboard and the simulates a combination of keyboard key down and keyboar key up and mouse press.

    eg if i press NumPad0 it would simulate Key Press A, Key Press S, Key Press F

    or if i press NumPad1 it would simulate Shift Down, LButton Press, Shift Up

    i have already managed to read what is...
    See more | Go to post

  • Karl Johansson
    started a topic How to change the output of a keyboard press?
    in .NET

    How to change the output of a keyboard press?

    Hey there! I'm preparing a 1st of april- joke for my roomate and decided I wanted to create a little hidden program that would take control of the user's keyboard.

    So for example, when you press on 'a' you don't really get an 'a' on the screen, rather its supposed to be changed to a random letter.

    So far: I have successefully hooked the keyboard to my application and I can read all keystrokes that are pressed. But i'm...
    See more | Go to post

  • 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

  • How to move a panel using keyboard input?

    The title may not really identify what I'm trying to do, so I'll provide a screenshot.

    What I'm trying to do is a design an RPG style combat system using VB. If I can get the interface working, the bulk of the internal coding shouldn't be a problem but what I'd like to know is:

    As you can see, there is a panel on the "Attack" command in the screenshot. I'd like to know if there is some way to make it so that, while...
    See more | Go to post

  • mrjohn
    started a topic Trouble getting Keyboard input with KeyListener
    in Java

    Trouble getting Keyboard input with KeyListener

    Hey, I'm trying to make a program that will recognize when certain keys are released, so that I can encorperate it into a game I'm making. Unfortunately, it doesn't seem to be working. When I run the program and press keys, nothing happens. Any ideas?

    [code="java"]import java.awt.Dimens ion;
    import java.awt.Graphi cs;
    import java.awt.Graphi cs2D;
    import java.awt.Image;
    import java.awt.event. KeyEvent;...
    See more | Go to post

  • Damienboog
    started a topic Mouse And keyboard not working on boot

    Mouse And keyboard not working on boot

    I recently upgraded the motherboard, CPU and RAM of my PC. During boot the keyboard and mouse (ordinary USB) will work fine, as soon as the windows load screen starts they both lose all power.
    Please advise
    See more | Go to post

  • maxx233
    started a topic capture & analyze keyboard input

    capture & analyze keyboard input

    No, I'm not trying to make a keylogger ;) I need to be able to swipe a MagStripe card through a reader (which uses the standard keyboard driver), and when it reads a string of 20 characters being input in rapid succession (under 300ms) *not* send that string to the active application, but instead do some processing on it first, and send the processed data to the active app.

    So basically to finish this little project I need to figure...
    See more | Go to post
Working...