MsgBox Question??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to have a MsgBox pop up when single item in a combobox list is
moused over?
 
If you put this in the mousemove event of the activeX dropdown:
application.statusbar = y
then you'll see what you need to "trap" for -- then you'll probably conclude
it's way too tough to zero in on what you want, given that there's a range of
y-values where you're "over" the item and the msgbox might popup several
times, and given that this y value would change if you change the font of the
items in the list, etc.
So it's possible, but NOT worth the effort!!!
 

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

Back
Top