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.