Toolbar mouse events

  • Thread starter Thread starter Vikash Yadav
  • Start date Start date
V

Vikash Yadav

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
 
Vikash,

You can not pick up events from toolbar buttons only from the whole toolbar.
In that you can use the case select to determ which button is clicked.

select case e.button.tag

I use the "tag" for it to keep it language independent.

Cor
 
See my post above

--

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

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

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

Similar Threads


Back
Top