|
Support
ActiveX / COM
Visual C++ / MFC
Customer Spotlight
Corporate Partners
Contact Sales
Call center available M-F 9:00 - 6:00 US Eastern Time. U.S. and Canada International Email |
Insert the ‘Customize’ command into the ‘Toolbars’ popup menu
Author: Kirk Stowell
Posted: November 16, 2004
Environment: Visual C++ MFC
To add the Customize command to the ‘Toolbars’ popup menu for your application, add a new menu command to your menu resource titled ‘Customize’. Set its command ID equal to 35001, or you can use the following command ID which is already defined in toolkit: #define XTP_ID_CUSTOMIZE 35001 Visual Studio resource editor... If you plan on using XTP_ID_CUSTOMIZE instead of 35001, you will need to add the Xtreme Toolkit Pro resources to your project. To do so, select the resource tab in Visual Studio and right click on the resource tree and select "Resource Includes" as shown here:
|



