Notifications
Clear all

[Closed] Dotnet button tooltip gif?

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

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