Question SetToolTip to Bitmaps?

_sky_

New member
Joined
Dec 15, 2010
Messages
1
Programming Experience
Beginner
Hello,
I'm trying to use a ToolTip directly to a Bitmap Object (System.Drawing.Bitmap), aparently I can't do this because Bitmap isnt a Windows Control, I suppose one solution would be to include the image inside a PictureBox but I prefer avoid this if possible, could you give any idea/solution? thank you
 
You can use tooltips for other UI controls, like the one you're using to display the image instead of Picturebox.
 

Latest posts

Back
Top