is there anyway to make a standard pop-upmenu that was created using the built in editor, make it so if your mouse goes over it, it will give you tooltiptext?
Printable View
is there anyway to make a standard pop-upmenu that was created using the built in editor, make it so if your mouse goes over it, it will give you tooltiptext?
I searched for your previous answer RyeBread (through FOOBAR's posts) and noticed you said that it can't be done, that must be why he asked again. I saw the thread a while ago he posted too, just didn't understand it completely, now I realize what he wants to do. Never worked with tooltips, but you can subclass the menu to see what item the mouse is over.
There's a tip on this site that shows an example of how to subclass it. Search seems to be broken (the VB-World and VBSquare one, not the forums). Search for "menu" when it's back up. It's description will tell you it has something to do with subclassing the item which the mouse is over in a menu.
Hope that helps.