Thursday, May 17, 2012
Call Toll Free: (877) 723-1442 U.S. and Canada
Quick Menu
ActiveX / COM
Visual C++ / MFC
Case Studies
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

Adding the CommandBars Control to your Visual Studio ToolBox

Author: Mike Palmatier
Posted: October 20, 2005
Environment: Visual Basic 6.0

To add the CommandBars Control to your ToolBox in Visual Studio you would start by displaying the ToolBox if it is not already visible.

  1. Then select View->Toolbox from the menu bar.

  2. Right-Click on an open area of the ToolBox not occupied by a control and select Components… from the pop-up menu (Bottom Left).



    As an alternative, you can select Project->Components from the menu bar.

  3. Select the Controls tab if it is not already selected and scroll down to the bottom of the list box. You should see the Xtreme CommandBars ActiveX Control 15.2.1 module, make sure that the check box is selected and click OK (Bottom Right).



  4. You should now have 3 new icons added to your ToolBox. The picture below shows the new icons and are numbered to make it easy to describe them:



    Icon #1 is the CommandBars control. Icon #2 is the CommandBarsFrame control. Icon #3 is the ImageManager control.