In, e.g., PreTranslateMessage() how do you catch combined key pressures, such as control-S ?
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10174134.htm...
Zones:
Windows MFCDate Answered: 06/23/1999 Grade: D Views: 0
Any grid allows Ctrl+c and Ctrl+v for data in a rectangle area?
for example, copy the following data to its cells by Ctrl+v:
1 2 3
4 5 6
7 8 9
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10315090.html
Zones:
Visual BasicDate Answered: 03/23/2000 Grade: A Views: 0
the application i'm writing sets a system-wide hot key. i need to give the user a way to choose any kind of combinations to make that hotkey, for example ctrl+shift+f1
any way to get the codes t...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20336347.html
Hi there!
I want to get the interger from
event.keyCode
into a char.
I know that I can use
"String.fromCharCode(event.keyCode)"
But now the problem:
I use the <ctrl>-Key to implement
short...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20345342.html
Zones:
JavaScriptDate Answered: 04/30/2003 Grade: A Views: 37
Sony Viao Laptop
Windows XP Home
Nothing happens when pressing Ctrl-Alt-Del anymore.
The CEO of our company has a laptop with entirely too much possibly incompatible (or uncooperative at best)...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_20504838.html
Zones:
Windows XPDate Answered: 02/11/2003 Grade: A Views: 4
How do I detect ctrl and and letter?
If KeyCode = vbCtrlMask + vbKeyP
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20573357.html
Zones:
Visual BasicDate Answered: 04/03/2003 Grade: A Views: 0
How do I disable the default behaviour (backspace) when CTRL H is pressed in a TEdit?
I have used KeyDown event to trap this key combination and execute my own shortcut, but the default backspac...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20743332.html
Hmm... i want to get ctrl pressed while i send a click.
Does anyone have any idea?
Thanks for the future replys
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20805958....
Zones:
VB ControlsDate Answered: 12/04/2003 Grade: A Views: 0
How is it possible to resolve the next problem?
1. I want that, when I press, for example, Ctrl+F12, Windows runs Notepad. I will associate some key combinations, containing Ctrl, Alt, Shift, or C...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20812369.html
Zones:
C++Date Answered: 02/15/2004 Grade: A Views: 0
Hi,
I have an application and I want to simulate CTRL+C in a window, the application is in VC++.
I think that I have to write something like that, but it doesn't copy
::PostMessage(win,WM_KEYD...
http://www.experts-exchange.com/Programming/Misc/Q_20879518.html
Zones:
ProgrammingDate Answered: 02/10/2004 Grade: B Views: 97