toolbar mousehover events

S

SgNaPpO

Hi,
I am trying to change the message of status bar when the mouse pointer
hovers over the toolbar buttons.

What event should I capture?

How can I determine which button is pointed to by the mouse pointer?

thanks in advance
SgNaPpO
 
N

Nathan Sokalski

Unfortunately, there is no event in ASP.NET to do this. You can, however, do
this using Javascript using the Javascript onMouseOver and onMouseOut
events.
 
B

Brian Henry

what does ASP.NET have to do with his question?


Nathan Sokalski said:
Unfortunately, there is no event in ASP.NET to do this. You can, however,
do this using Javascript using the Javascript onMouseOver and onMouseOut
events.
 
C

Cor Ligthert [MVP]

Brian,
what does ASP.NET have to do with his question?

I found it very clever from Nathan, what are you thinking about in this
puzzle question.

Cor
 

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