Validation
- Can I display a message-box from within OnValidateCell?
- I am doing some validation in OnValidate(). OnValidate() is being called when there is a WM_KILLFOCUS message for the control. This works fine, right up until the moment that the user hits the Cancel button on a CDialog. How do I avoid validation when the user hits cancel?