473,320 Members | 1,879 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

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 1713
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
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
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
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
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
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
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
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
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
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
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...

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.