Hi,
I've tried looking but couldn't find any relevant information about it. I
have an image button that when I move my mouse over it I want it to show
some string in a yellow small box (tool-tip).
How do I it? :)
Thanks in advance.
btw: Using VS2005.
Jon Skeet [C# MVP] - 22 Oct 2007 13:07 GMT
> I've tried looking but couldn't find any relevant information about it. I
> have an image button that when I move my mouse over it I want it to show
> some string in a yellow small box (tool-tip).
> How do I it? :)
Have you looked at the ToolTip class and the documentation for it?
Also, if you look in the MSDN index under tooltips/about tooltips
you'll find more info.
Jon