473,480 Members | 1,864 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

toolbar mousehover events

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

------------------------
http://www.genesyconsulting.com

Nov 21 '05 #1
8 1721
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.
--
Nathan Sokalski
nj********@hotmail.com
http://www.nathansokalski.com/

"SgNaPpO" <sa****************@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
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

------------------------
http://www.genesyconsulting.com

Nov 21 '05 #2
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.
--
Nathan Sokalski
nj********@hotmail.com
http://www.nathansokalski.com/

"SgNaPpO" <sa****************@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
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

------------------------
http://www.genesyconsulting.com

Nov 21 '05 #3
what does ASP.NET have to do with his question?
"Nathan Sokalski" <nj********@hotmail.com> wrote in message
news:ez**************@TK2MSFTNGP10.phx.gbl...
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.
--
Nathan Sokalski
nj********@hotmail.com
http://www.nathansokalski.com/

"SgNaPpO" <sa****************@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
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

------------------------
http://www.genesyconsulting.com


Nov 21 '05 #4
what does ASP.NET have to do with his question?
"Nathan Sokalski" <nj********@hotmail.com> wrote in message
news:ez**************@TK2MSFTNGP10.phx.gbl...
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.
--
Nathan Sokalski
nj********@hotmail.com
http://www.nathansokalski.com/

"SgNaPpO" <sa****************@gmail.com> wrote in message
news:11**********************@z14g2000cwz.googlegr oups.com...
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

------------------------
http://www.genesyconsulting.com


Nov 21 '05 #5
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
Nov 21 '05 #6
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
Nov 21 '05 #7
"SgNaPpO" <sa****************@gmail.com> schrieb:
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?


Displaying a description of a hovered toolbar button in a status bar
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=toolbarstatustext&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #8
"SgNaPpO" <sa****************@gmail.com> schrieb:
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?


Displaying a description of a hovered toolbar button in a status bar
<URL:http://dotnet.mvps.org/dotnet/faqs/?id=toolbarstatustext&lang=en>

--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
Nov 21 '05 #9

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4064
by: Natan | last post by:
I was playing with control events and noticed that if try to change the color of a button or text in a MouseHover event, it is slow to respond. It takes about half a second to notice that the mouse...
1
6983
by: Sheriff | last post by:
Receiving a single mouseHover is simple, just move the mouse over my control and wait. However, following this mouse hover event, if I move the mouse around within the control and once again wait,...
4
4790
by: Arif | last post by:
how to display combobox contents(the same function that occurs when Mouse is pressed on a combobox but) on MouseEnter/MouseHover events? arif.
3
1148
by: Vikash Yadav | last post by:
hi can any body tell me how to pick up events on toolbar buttons in vb.net i mean to say that i have one toolbar and buttons on it now i want mouseevents on those buttons like mouse over ,mouse...
0
297
by: SgNaPpO | last post by:
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...
0
1208
by: Thomas Wegener | last post by:
I created a nonmodal dialog with a PropertyGrid control. I added an Enter-, Click-, MouseClick and MouseHover event If I start the dialog the enter event are called If I leave dialog and reenter...
6
1634
by: mohit.akl | last post by:
hey guys I got trouble implementing hot toolbar like intertnet explorer in my win forms. Could someone please give me ideas... thanks
3
1546
by: Saurabh | last post by:
I'm a user of Visual Studio Web Developer 2005 Express Edition & I use C# as the language in it. So, the problem i'm facing is that I want to add a MouseHover event to an image but i could'nt find...
12
3776
by: Marc | last post by:
Hi, How can i increase the mousehover event timer? AddHandler NewBtn.MouseHover, AddressOf Shownotes Private Sub Shownotes(ByVal sender As System.Object, ByVal e As System.EventArgs)...
0
7055
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7059
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
5362
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4799
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3011
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3003
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1311
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
572
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
203
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.