How do I get the focus to switch to another text box when I press enter? (Like Tab)
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10141442.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10241005.html
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 ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10308982.htm...
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'...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10554461.html
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
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10584501.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20384455.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20554106.html
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 ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20561900.html
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20592914.html
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...
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20594492.html
Zones:
Visual BasicDate Answered: 05/13/2003 Grade: A Views: 0