Advertisement

1 - 10 of 387 containing alltags:("ctrl") (0.001 seconds)
In, e.g., PreTranslateMessage() how do you catch combined key pressures, such as control-S ?
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
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...
Zones: Delphi Programming, SSIDate Answered: 08/15/2002 Grade: A Views: 0
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...
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)...
Zones: Windows XPDate Answered: 02/11/2003 Grade: A Views: 4
How do I detect ctrl and and letter?    If KeyCode = vbCtrlMask + vbKeyP
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...
Zones: Delphi ProgrammingDate Answered: 09/19/2003 Grade: A Views: 0
Hmm... i want to get ctrl pressed while i send a click. Does anyone have any idea? Thanks for the future replys
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...
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...
Zones: ProgrammingDate Answered: 02/10/2004 Grade: B Views: 97