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...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_10133825.html
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10156441.htm...
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...
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10186348.html
How do I alter the keyboard map to generate a Euro character ?
I want to be able to allocate a keystroke to it
http://www.experts-exchange.com/Apple/Operating_Systems/Q_11567418.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20120648.html
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?.
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20160070.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20386128.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20408595.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20452288.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20948833.html
Zones:
Visual BasicDate Answered: 04/09/2004 Grade: A Views: 0