The information in this article applies to:
SYMPTOMS
Custom AppWizards with some custom steps do not pick up initialization
values for the dialog's controls for these steps from the Resource Editor. CAUSEFor the custom step dialog boxes, Custom AppWizards ignore any initialization information setup in the Resource Editor. RESOLUTIONEach custom step's dialog template has a corresponding CAppWizStepDlg- derived class. The necessary initialization should be done in this class's OnInitDialog member function. Because this function is called before the dialog is visible to the user, the effect is as if the initializations were done in the Resource Editor. STATUSThis behavior is by design. MORE INFORMATIONCustom AppWizards are of three types with only two of these types supporting custom dialog steps. The problem discussed in this article shows up in both these types. Sample Code
Additional query words:
Keywords : kbwizard kbMFC kbVC kbVC400 kbVC410 kbVC500 kbVC600 kbGrpDSTools |
Last Reviewed: July 22, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |