Enter Keywords:
1 - 10 of 420(0.008 seconds)
Sort By:
 
In, e.g., PreTranslateMessage() how do you catch combined key pressures, such as control-S ?
Zones: Windows MFCDate Answered: 06/23/1999 Rating: 5.4 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 Rating: 7.8 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 Rating: 7.0 Views: 0
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 Rating: 8.0 Views: 0
How do I detect ctrl and and letter?    If KeyCode = vbCtrlMask + vbKeyP
Zones: Visual BasicDate Answered: 04/03/2003 Rating: 9.4 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 Rating: 8.4 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 Rating: 9.2 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 Rating: 7.4 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 Rating: 6.8 Views: 79
How can I capture an escape sequence to exit a program or function, etc. (Ctrl+Shift+Q)?
Zones: C++Date Answered: 07/05/2004 Rating: 5.8 Views: 0