I have a class derived from CEdit that processes its own EN_CHANGE notification. The problem is that this doesn't allow the parent window to receive the EN_CHANGE notification. I need to be able to process this notification both inside the control and inside its parent window. Is there any way I can first process the message in the control, and then have the message continue along the message routing path so it can be processed at all levels?
Thanks.
Thanks.