473,804 Members | 3,475 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Find Toolbar Button on Mouse Move

Hi All,

How to find the Toolbar Button Index in Mouse Move event on Toolbar.
Thanks
Regards
Sakharam Phapale
Nov 21 '05 #1
4 1997
In the event handler on the MouseMove event,

Select Case toolBar1.Button s.IndexOf(e.But ton)

Case 0

Case 1

etc


--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"Sakharam Phapale" <sp******@annet site.com> wrote in message
news:uT******** ******@TK2MSFTN GP09.phx.gbl...
Hi All,

How to find the Toolbar Button Index in Mouse Move event on Toolbar.
Thanks
Regards
Sakharam Phapale

Nov 21 '05 #2
Hi

Thanks for your reply
But, If I am correct then e.Button is nothing but mouse button
e is MouseEventArgs

So following should not work.
Hopes some explanation on this.

Thanks & Ragards
Sakharam Phapale

"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in message
news:e$******** ******@TK2MSFTN GP10.phx.gbl...
In the event handler on the MouseMove event,

Select Case toolBar1.Button s.IndexOf(e.But ton)

Case 0

Case 1

etc


--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"Sakharam Phapale" <sp******@annet site.com> wrote in message
news:uT******** ******@TK2MSFTN GP09.phx.gbl...
Hi All,

How to find the Toolbar Button Index in Mouse Move event on Toolbar.
Thanks
Regards
Sakharam Phapale


Nov 21 '05 #3
Yes, your right, the only way I can think of is this.

//This will give you the bounding rectangle
toolbar1.Button s.Item(0).Recta ngle
//Use the mousevent args ( X,Y ) and the bounding rectangle to discover
which button it is over, Im sure there must be an easier way

--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"Sakharam Phapale" <sp******@annet site.com> wrote in message
news:Oq******** ******@tk2msftn gp13.phx.gbl...
Hi

Thanks for your reply
But, If I am correct then e.Button is nothing but mouse button
e is MouseEventArgs

So following should not work.
Hopes some explanation on this.

Thanks & Ragards
Sakharam Phapale

"One Handed Man ( OHM - Terry Burns )" <news.microsoft .com> wrote in message news:e$******** ******@TK2MSFTN GP10.phx.gbl...
In the event handler on the MouseMove event,

Select Case toolBar1.Button s.IndexOf(e.But ton)

Case 0

Case 1

etc


--

OHM ( Terry Burns )
. . . One-Handed-Man . . .
If U Need My Email ,Ask Me

Time flies when you don't know what you're doing

"Sakharam Phapale" <sp******@annet site.com> wrote in message
news:uT******** ******@TK2MSFTN GP09.phx.gbl...
Hi All,

How to find the Toolbar Button Index in Mouse Move event on Toolbar.
Thanks
Regards
Sakharam Phapale



Nov 21 '05 #4
* "Sakharam Phapale" <sp******@annet site.com> scripsit:
How to find the Toolbar Button Index in Mouse Move event on Toolbar.


From my FAQ:

\\\
Imports System.Windows. Forms
..
..
..
Private Sub ToolBar1_MouseM ove( _
ByVal sender As Object, _
ByVal e As MouseEventArgs _
) Handles Me.ToolBar1.Mou seMove
Dim b As ToolBarButton
For Each b In Me.ToolBar1.But tons
If b.Rectangle.Con tains(New Point(e.X, e.Y)) Then
If Me.StatusBar1.T ext <> b.ToolTipText Then
Me.StatusBar1.T ext = b.ToolTipText
End If
Return
End If
Next b
End Sub
///

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

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

Similar topics

1
327
by: Arif | last post by:
I have a bizarre problem. I am using a code module to update the Caption property of the buttons of a custom toolbar. Though the code module works fine, the new caption does not immediately show on the toolbar button till i hover the mouse above the button. Is there a way to fix this? For now I am using the SetFocus method of the Toolbar's control collection which seems to work but the problem is then I cant cause the control to lose...
11
9166
by: Pete | last post by:
Is there any way to change the default search to "Any Part Of Field" instead of whole field? The first thing I ever do when searching for something in a field is change the default setting from "Whole Field" to "Any part of field" because that way I don't have to key in the entire word I'm searching for. It is especially frustrating having to explain this to all of the people using my database. Any help would be appreciated. Thanks.
3
2118
by: Trythat | last post by:
Is it possible to tell which button has been clicked, when using the right mouse button (using the mousedown event). I can tell which button using the 'ToolBar_ButtonClick' but I want to tell whether it was a left or right mouse button click. I've searched Google, but surprisingly there isn't anything on there, so any help received with thanks.
7
17164
by: Tyron | last post by:
I need to know if the Left Button of the Mouse is clicked in the WM_NCMOUSEMOVE Notification but this Message doesnt contain the Mouse Button States as WM_MOUSEMOVE does. So how can I get them? Thanks
0
2603
by: AK | last post by:
Hello, Listbox mulitselect property is set to true (extended). I am trying to implement drag and drop feature for a listbox. The drag & drop is done in the mouse move event (DoDragdrop function is called in mouse move event). I am facing two problems: 1. First is that when shift key is pressed and left mouse button is down. The listbox does not give the correct count of selected items. It gives only one item as selected...
3
1160
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 move etc. it is posible or not in vb.net thanks and regards vikash yadav
2
1214
by: JC Voon | last post by:
Hi : How to detect the mouse is move over which ToolbarButton, the ToolbarButton is inherited from Component, and don't have mouse move event, the Toolbar.GetChildAtPoint return control, i assume it cannot use to get the ToolBarButton where the mouse pointer is. I want to display a StatusBar message when the mouse over the ToolBarButton, any idea ?
6
9729
by: marss | last post by:
Hi, How can I define in Firefox whether the left mouse button is pressed when I move mouse over a html element? The documentation says that "e.button == 0 for standard 'click', usually left button" http://developer.mozilla.org/en/docs/DOM:event.button Tracing of mouse clicks or mousedown/mouseup events looks not reliable, because mouse can be pressed elsewhere out of the html element (even outside of the browser) and then move over the...
2
5091
by: emily224 | last post by:
Hello, I have been trying to understand this source code, which I retreived from my online course test. I would like to know how to find the answer for the question on the test. Im sure the answer must be embedded somewhere in the source code, and I would like to know if anyone knows where to find the correct answer. I would greatly appreciate it!! Thanks!! <!--put the preloads file here as it must load before the website class...
0
9708
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9588
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10589
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10327
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10085
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6857
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5663
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3828
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2999
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.