ToolBar How-To

Learn how to create Add-Ins of all types for V3-R and share your own tutorials with others.
1 post Page 1 of 1
Contributors
User avatar
CodenStuff
Site Admin
Site Admin
Posts: 4389
Joined: Tue Aug 04, 2009 1:47 am

ToolBar How-To
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;
Welcome to CodenStuff.com Learn Code, Love Code. Thank you for being a member of the community.
1 post Page 1 of 1
Return to “Tutorials”