Tooltip when over a specific location over an image

  • Thread starter Thread starter mphanke
  • Start date Start date
M

mphanke

Hi,

I would like to place an Icon on an Image. If the mouse is over this
Icon, I want to display the associated text in a tooltip.

How would I do this? Any ideas? My last request wasn't answered so I
give it a second try.

Best regards,

Martin
 
If the icon was displayed in a control that was positioned over the image,
the standard tooltips might do it.

If you're interested in a commercial solution my bubble tooltip control for
C# provides PointTips that you can put anywhere and display anything.

http://www.bobpowell.net/bubbletooltips.htm



--
Bob Powell [MVP]
Visual C#, System.Drawing

The Image Transition Library wraps up and LED style instrumentation is
available in the June of Well Formed for C# or VB programmers
http://www.bobpowell.net/currentissue.htm

Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/gdiplus_faq.htm

The GDI+ FAQ RSS feed: http://www.bobpowell.net/faqfeed.xml
Windows Forms Tips and Tricks RSS: http://www.bobpowell.net/tipstricks.xml
Bob's Blog: http://bobpowelldotnet.blogspot.com/atom.xml
 
Back
Top