cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
how to access the OnSelChange event of t
how to access the OnSelChange event of the combo outside the dialog
Mar 31, 2010 at 7:29am UTC
hansrajlal
(2)
Hi, Can the OnSelChange() event of the combo box be accesses outside of the dialog class wihtout using the header file of the dialog class and if so please let me know how it can be accomplished. Thanks in advance.
Mar 31, 2010 at 7:55am UTC
kbw
(9488)
The control sends a message to it's parent. If you're not the parent, you won't be notified.
Topic archived. No new replies allowed.