angelica
10-25-2001, 03:37 AM
In VB 6.0, is there any way to have a label pop up over a certain point....for example....on a picture of a world map, when you move your mouse over a certain country, a label pops up, naming the country????? (like in webpages)
Flyguy
10-25-2001, 06:22 AM
Use the ToolTip property for this...
Change its value based on x,y coordinates of the mouse.
ChiefRedBull
10-26-2001, 01:33 PM
Or you can have a label thats invisible, and you change its caption, then make it visible, then set its poisiton accroding to the mouses current position. Complicated, but fun. images/icons/smile.gif
Chief