how to access the OnSelChange event of the combo outside the dialog

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.
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.