[ Home | Contents | Search | Next | Previous | Up ]
Date: 11/30/99
Time: 12:32:52 AM
Q.How do I process non-standard messages (user defined ones)?
A. Use the EV_MESSAGE macro in the response table. For example:
DEFINE_RESPONSE_TABLE1(TDataView, TOleView)
EV_MESSAGE( CM_UPDATELABEL, UpdateLabel ),
END_RESPONSE_TABLE;
Scott