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 |
|
Ivan Surzhenko
|
Apr 4, 2008 - 6:45 AM
|
I like snoof messages from CExtGroupBox(mouse button click, mouse button double click)... What message I can use?
|
|
Ivan Surzhenko
|
Apr 9, 2008 - 5:05 AM
|
Yes. But when I try override WindowProc and intercept BN_CLICKED(like "... if(message==BN_CLICKED) ...")... And BN_CLICKED is not detect. Where I make mistake?
|
|
Technical Support
|
Apr 8, 2008 - 1:05 PM
|
The CExtGroupBox is a common window and derived from the CButton class. So you can override the WindowProc virtual method to handle any message the group box receives.
|
|