how to display a text on a status bar corresponding the position of the mouse pointer on a specific button on a toolbar
Could someone explain to me or give me the code for the following:
I have a toolbar (say toolbar1) containing 10 buttons, just below the mainmenu.
The name of my form is frmMain.
The name of my statusBar is statusBar1.
I want to display a text on the status bar to indicate the name of the button (inside the toolbar) my mouse pointer is on (I used the MouseHOver event).