Creating Toolbar Buttons for Add-in Commands Programmatically (Windows CE 5.0)
If you work with a previously created add-in, you may want to add new toolbar button for your commands.
To add the code for a button
Open the project for the add-in.
In ClassView, expand the project's classes, and then expand the CPBAddIn class.
Double-click the IDSAddIn::OnConnection method.
Search for the code that adds the appropriate command. This code calls the IApplication::AddCommand method.
After the AddCommand call, call the IApplication::AddCommandBarButton method if the bFirstTime parameter of the OnConnection method has a value of VARIANT_TRUE.
This parameter directs Visual Studio to call AddCommandBarButton only when the user first connects the add-in to Visual Studio.
See Also
Creating Toolbar Buttons for Add-in Commands Visually
Send Feedback on this topic to the authors