Showing the Tool Tip description for Toolbar panel in the status bar panel.

S

Suresh Kumaran

Hi Everyone,

Is there any one out there who can help me in VB.NET to
show the tooltip description of the TOOLBAR panel in the
STATUSBAR. In other words when the mouse hovers over the
tool bars the tooltip shows tip under the mouse and the
detail description of the TOOL BAR should be shown in the
STATUS BAR panel in the right hand side corner at the
bottom of the form.

Thanks in advance.


Suresh
 
J

Jay B. Harlow [MVP - Outlook]

Suresh,
In the MouseMove event of the Toolbar check each ToolbarButton's Rectangle
property to see if it contains the mouse's location. If it does update the
StatusBar, if non of the buttons do clear the StatusBar.

I have a sample that I need to verify is clean enough to post on Got Dot
Net...

Hope this helps
Jay
 
S

Suresh Kumaran

Jay,

I don't seem to be getting the syntax correct to check
the rectangle box. The stsus bar is not showing the text
correctly.

Please help, if you have a sample code.


Suresh
 
J

Jay B. Harlow [MVP - Outlook]

Suresh,
Can you post what you have, then I or someone else can identify your problem
and asset you in correcting it.

Hope this helps
Jay
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top