Enter Keywords:
1 - 10 of 82(0.006 seconds)
Sort By:
 
First of all: a happy new year 2000... Normally, TAB key shifts focus from a wincontrol to another on my active form.But I want TAB to do something different... So,it would be great to get any ...
Zones: Delphi ProgrammingDate Answered: 01/05/2000 Rating: 9.0 Views: 0
Does anyone know how to make onkeydown actually work? In a bare bones implementation pushing . (full stop) returns charcode 190. Which isn't a full stop, it's 3/4 symbol!! lower case letters are up...
Zones: JavaScriptDate Answered: 05/04/2000 Rating: 8.0 Views: 0
experts, I've written a dialog based Windows 95/98 application and would like to trap keyboard input without the need of hooks. I've tried using OnKeyDown but messages aren't even sent there ev...
Zones: Windows MFCDate Answered: 06/14/2000 Rating: 6.2 Views: 23
Hey I just made a simple puzzle game (get it at http://www-digital-crew.com/download/winwhizz.zip) but people are complaining that they can't hold down the key to get the charactor to walk. Intead ...
Zones: Windows MFCDate Answered: 09/06/2000 Rating: 8.4 Views: 0
Hi folks, I'm writing a CFrameWnd app whereby pressing and arrow key moves a character around a 2D world.  When you hold down a key it repeats and of course he flies around the map. Here is the...
Zones: Windows MFCDate Answered: 06/25/2002 Rating: 7.0 Views: 0
I have a form without any components on it in BCB4. I use the OnKeyDown event to respond to keyboard events. It works for all keys I need it for but the Tab key. How can I capture the Tab key using...
Zones: C++Date Answered: 07/14/2001 Rating: 9.0 Views: 0
I have a form embeded in the panel of another form and the embeded from has a ListView. I want to respond to the del key when the embedded ListView is the active control. KeyPreview is set to True ...
Zones: Delphi ProgrammingDate Answered: 09/09/2003 Rating: 7.2 Views: 0
Could someone possibly write a brief script so that I can try and understand something a little better. Basically I just need a script where when you press a key on the keyboard, an alert appears ...
Zones: JavaScriptDate Answered: 03/06/2003 Rating: 8.4 Views: 0
Hi, I'm building a group-email CMS system, and I'd like to be able to "paste" predefined text strings in any textarea when a particular key combo is hit (such as "alt-u" or "alt-5"). The rese...
Zones: JavaScriptDate Answered: 01/27/2004 Rating: 7.8 Views: 0
I currently have a problem getting the onkeydown function to work on Internet Explorer 5.2.3 and netscape 7.1. I would like to capture the ctrl and shift key anytime they are pressed...and then ...
Zones: JavaScriptDate Answered: 02/22/2004 Rating: 8.6 Views: 0