Advertisement

1 - 10 of 223 containing alltags:("keydown") (0 seconds)
How do I get the focus to switch to another text box when I press enter? (Like Tab)
Zones: C++Date Answered: 03/23/1999 Grade: A Views: 0
I'm writing an ActiveX control that will catch the <ESC> and <ENTER> keys.  I can trap for this on the KeyDown event of my control without problems.  However, if my control doesn't have the focus i...
Zones: Visual BasicDate Answered: 12/16/1999 Grade: A Views: 0
For some reason, the EE search engine is not working for me - I have seen some things related to this issue but can't get to them. At any rate, how can I trap keydown events from a combo box which ...
Zones: Windows MFCDate Answered: 03/14/2000 Grade: A Views: 0
How can I know if Ctrl, Alt or Shift is down IN MY WHOLE PROGRAM?  I don't want to check it one by one in each keydown event, NOR to use a global variable to track it down. How can I do this? (I'...
Zones: Visual BasicDate Answered: 06/29/2000 Grade: A Views: 0
I have a Class derived from CRichEditView I am handling the keydown event i am not able to capture the key shift+del how can i do that
Zones: C++Date Answered: 07/14/2000 Grade: A Views: 8
Hello Experts: I am writing a fairly simple chat program using the winsock control.  I am using a RichText Box for the user to enter their message into, and in the KeyDown event, I have the foll...
Zones: Visual Basic, WinsockDate Answered: 10/28/2002 Grade: A Views: 0
I was wondering if anyone could help me out  on this. In a program I'm making for DOS, I want to have keyboard input where the program 'instantly' responds to a specific key. However, the way it...
Zones: C++Date Answered: 03/19/2003 Grade: A Views: 0
Hi, I would like to sort the combo box when i enter the alphabet of my choice. say, i have a list of user names, the list may contain the items starting from the 'a' to 's', when I enter 'p' i ...
Zones: Visual BasicDate Answered: 10/05/2003 Grade: A Views: 0
Okay.....here's an interesting question. I have a function called chargetime(keytype inkey); now, on the start of that function, it should call some function called starttimer(), and another ca...
Zones: C++Date Answered: 11/07/2003 Grade: A Views: 0
Hello, I'm trying to emulate a keyboard command  eg. aaaaaaaaaaaaaaaa Sendkeys does not do the job for me so I have tried to use KeyDown still with no luck. here is the example I'm using... ...
Zones: Visual BasicDate Answered: 05/13/2003 Grade: A Views: 0