Forum
Please
Log In
to post a new message or reply to an existing one. If you are not registered, please
register.
NOTE: Some forums may be read-only if you are not currently subscribed to
our technical support services.
Subject |
Author |
Date |
|
tera tera
|
Jan 19, 2009 - 2:38 AM
|
Hello. 
I want to perform a decision when a key moved.
Please teach appropriate programming.
|
|
Technical Support
|
Jan 19, 2009 - 1:14 PM
|
You should handle a WM_KEYDOWN message in your CExtTreeCtrl -derived class. Please take a look at the source code of the CExtTreeCtrl::OnKeyDown() method where the VK_LEFT , VK_RIGHT , VK_UP and VK_DOWN keys are handled.
|
|