A Simple Problem... How to Solve it....?
Hi Guys,
I'm doing a app with some menu, Coolbars, Toolbars and statusbar. I need to give some explanation of the functions in the menus and toolbars when the user moves the mouse over them. I need to show some info like "creates a New document", "opens a existing Document" in the statusbar. I've tried with the MouseMove event in the Toolbar, But the Button parameter returns the Mouse Button Value. How do I check on which Toolbar Button is my mouse on. Also I need to know this in the case of Menus. I want to on which menu item, my mouse is currently on. Depending on that I've to give info in the statusbar. Any help please. Thnx in advance.
I don't want the ToolTipText...
Hi Kaverin,
I don't want the Tool tip Text. But I need some other way of displaying a Description of the Action Performed by the Button in a Statusbar. The MouseMove() Event in the ToolBar Just returns the Mouse Button and Not the Toolbar Button. So a MouseMove() Event in a Toolbar is useless. It does not return the name of the Button like the Toolbar ButtonClick() Event. Is there any other way of displaying a Text when the Mouse is Moved over the Toolbar. Or Just we need to do subclassing like what hack has told. Anyway thnx for ur reply. :)