|
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 |
Special\Reserved Control IDs
Author: Mike Palmatier
Posted: October 21, 2005
Environment: Visual Basic 6.0
Using an ID of 35000 in a MDI application for a menu item will automatically add a menu item for up to 9 open documents.
Clicking on one of the menu items will cause the document to come into focus.
Const XTP_ID_WINDOWLIST = 35000 Const XTP_ID_CUSTOMIZE = 35001 Const XTP_ID_WORKSPACE_ACTIONS = 35002 Const XTP_ID_TOOLBARLIST = 59392 |
