Page 1 of 1

ToolBar How-To

Posted: Fri May 06, 2011 4:12 pm
by CodenStuff
How to make a Toolbar Add-In

Toobars are used for quick/convenient access to various features like: Search bar for a specific site, news scrollers, favorite list or quick launch buttons for other apps/settings/features.

Firstly you will need to follow the main Add-In tutorial found Here then create your add-in to the following specs.

These add-ins can contain anything you want it is not restricted to an actual toolbar style control so you can add images, feeds, media player or anything to it. Your usercontrol should be no higher than 26 pixels in height but can be any width you want.

Width: Anything
Height: 26 MAX

Remember to configure the "iLocation" setting to ToolBar like this:
Code: Select all
Private iLocation As String = 4
More advanced features for the ToolBar will be available soon cooll;