The information in this article applies to:
SYMPTOMSIf you build the ENROLL tutorial, you will see that there is a "+" Toolbar button that brings up the About dialog box instead of adding new records. The additional buttons, "\", "-" and "?" are not present. CAUSEThe Enroll.rc file is missing for the Toolbar buttons even though the bitmap for the Toolbar has images for all the buttons in it. RESOLUTIONThe Toolbar section has the following IDs listed in Enroll.rc:
The IDs should be the following:
Open Enroll.rc as a text file in MSDEV. Go to the Toolbar section, and add
the following four lines after "BUTTON ID_RECORD_LAST":
Rebuilding the application should fix the problem.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. This bug was fixed in Visual C++ version 5.0. Additional query words: kbVC400bug
Keywords : kbDatabase kbMFC kbODBC KbUIDesign kbVC kbVC500fix |
Last Reviewed: January 31, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |