The information in this article applies to:
SYMPTOMSYou may experience significantly slow performance when using the dialog editor in Visual C++ 5.0 if the projects you are using have several complex dialog boxes that use many controls. You might experience this slowness when you change from one control to another, when you start the Class Wizard, or when you access the properties of a control. CAUSEComplex queries need to update the WizardBar while the Dialog Editor is running, and this slows performance. RESOLUTION
You can work around this problem by disabling the Wizard Bar as follows:
Double-clicking a control in the Resource Editor will re-invoke hidden WizardBar functionality (the WizardBar will not be displayed). To stop this behavior:
-or- STATUSMicrosoft has confirmed this to be a bug in Microsoft Visual C++ 5.0. This problem has been addressed in Visual C++ 6.0 with some performance gains. Additional query words:
Keywords : kbwizard kbResourceEd kbVC kbVC500bug kbVC600 kbGrpDSTools |
Last Reviewed: August 8, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |