Guest_imported
New member
- Jan 1, 1970
- 0
Hi,
I've created an edit box (MFC) and a DDX variable as an integer. Using Class Wizard I've set the Min and Max values. If the user inputs a value outside the Min and Max a message box appears indicating the user must enter a value between Min and Max. This message box was not created by me. Class Wizard must have added it. I would like to gain cotrol and create my own message box. Does anyone know what member function or event I can over ride after the error checking is done.
Thanks in advance,
Brother C