Hello Everyone,

I am using Visual Studio 2008 (with focus in VB.NET). I want to add tooltip to the menu items in the menus I have created.

Now I know that menu items have a property call tooltip and if I type text there, tooltips are displayed. But I want to use tooltip control for that because it gives me flexibility of changing colours or adding a heading to tooltips.

I was able to bound tooltip control for controls on forms like button, textbox etc. But how can I achieve the same for menu items. Basically I want that my tooltips for menus have a heading also and If I want I can change colours.

Help will be appreciated.

Thank You,

Cheers,
GR