Advertisement

1 - 10 of 205 containing alltags:("keystroke") (0 seconds)
I am trying to develop a page that will perform the following: When the user presses the letter "T", a new window will open at 200 pixels wide by 400 pixels long.  The new window will contain "con...
Zones: JavaScriptDate Answered: 03/01/1999 Grade: A Views: 0
My MFC App (Win95) executes an MS-DOS app through the command line argument of CreateProcess(), in a hidden Window. The output of the external app is redirected to a CRichEdit control of the callin...
Zones: Windows MFCDate Answered: 05/03/1999 Grade: B Views: 0
How can I send for instance ALT + 'a' keystroke from a program? I didn't find any API except keybd_event() which does not have a way to specify the ALT key. Platform: WINDOWS NT 4.0 and KeyboardEv...
Zones: Windows ProgrammingDate Answered: 07/23/1999 Grade: A Views: 5
How do I alter the keyboard map to generate a Euro character ? I want to be able to allocate a keystroke to it
Zones: Apple OS, Font Creator, AppleDate Answered: 10/17/2000 Grade: A Views: 0
I know there is a Win API will allow me to listen to a keystroke.  And a lot of programmer use a timer control or loop to implement/listen to the keystroke. I just wondering is that a way to i...
Zones: Visual BasicDate Answered: 07/20/2002 Grade: A Views: 0
If i have to trace a key pressed by running a VB application in background, when I'm in any other application in Windows environment, How do I do it?.
Zones: Visual BasicDate Answered: 08/06/2001 Grade: B Views: 0
Hey Im working on a program where I need to send a keystroke to a minimized program. Until now I have used the FindWindow api call to get the hwnd of the program, and then used the Postmessage c...
Zones: Visual BasicDate Answered: 11/16/2002 Grade: B Views: 0
I have written a keystroke monitor which should display all keys pressed in edit boxes. The program does this perfectly, but only for the app, not the rest of windows as it should :o( I will post ...
Zones: Delphi ProgrammingDate Answered: 11/27/2002 Grade: A Views: 0
How do i implement that for each UP arrow key i press, a integer variable i declared will increase by a certain value? and the same goes for the DOWN arrow key how do i implement it for increase an...
Zones: C++Date Answered: 01/13/2003 Grade: B Views: 0
How can you query the system for a list of the global keystroke combinations? These are those key combinations that will be passed to a specific program regardless of what program has the focus at ...
Zones: Visual BasicDate Answered: 04/09/2004 Grade: A Views: 0