Toll Free: (877) 723-1442 U.S. and Canada
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
(877) 723-1442

International
(517) 625-5729

Email

Insert the ‘Window List’ command into the ‘Window’ popup menu

Author: Kirk Stowell
Posted: November 16, 2004
Environment: Visual C++ MFC

To add the Windows List command to the Window’ popup menu for your MDI application, add a new menu command to your menu resource titled Window List’.  Set its command ID equal to 35000, or you can use the following command ID which is already defined in toolkit:

 #define XTP_ID_WINDOWLIST 35000

Visual Studio resource editor...

If you plan on using XTP_ID_WINDOWLIST instead of 35000, 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:

Once you have the "Resource Includes" dialog open, you will need to add #include "XTPResource.h" to the list of read only symbol directives and close the dialog by pressing the "OK" button:

Microsoft, Visual Studio, and the Visual Studio logo are trademarks or registered trademarks of Microsoft Corporation in the United States and/or other countries. Other products and/or company names may be trademarks or registered trademarks of their respective owners.