Wizardsheet - propertypage and AfxMessageBox
-
With Visual C++ Version 6.0 I face a problem that the next property page is not completely drawn after the message box has been closed. In the OnWizardNext() function I check the input fields and if an input is not acceptable I invoke an AfxMessageBox() function with Yes No button to continue or not. If the return value is IDNO I set the return value of the OnWizardNext() funtion to -1, so there is no jump to the next page. If the return from the message box is IDYES I set the return value to the default OnWizardNext() reurn wich is 0. Then a jump to the next page is performed but the next page is only partly drawn. The drawn area corresponds a:)pproximately with the rectangle including the controls in previous page. Can some body give me indications how I can solve this problem ?