Notifications
Clear all
[Closed] Dotnet button tooltip gif?
Mar 05, 2020 7:41 am
Not really sure if its even possible but has anyone put a gif on a button tooltip with dotnet ?
I would like to add a help gif besides the text explaining what each button does.
Guillermo
1 Reply
Mar 05, 2020 7:41 am
if use rectangle tooltip with static image , you can set OwnerDraw = true , then use e.Graphics.DrawImage or e.Graphics.Drawicon in draw event
otherwise , you need rewrite or customize a form