OWLNext 7.0
Borland's Object Windows Library for the modern age
|
To handle child ID notifications at the child window, use EV_CHILD_NOTIFY_AT_CHILD.
The sample program NOTITEST.CPP contains the following response table:
This response table uses the macro EV_NOTIFY_AT_CHILD to tell the child window (TBeepButton) to handle the notification code (BN_CLICKED) using the function BnClicked.