Is there a simple way to create and show a custom tooltip control in C# / WinForms?
My current thinking is either:
create a subclass of Tooltip, override the OnPaint method, set it as the parent control's tooltip
create a subclass of form and show it manually
Any thoughts?
It depends on what you need for your tool tip. If you only need a tool tip with balloon shape, animation and fading effects with custom text color and background, It is easier to use ToolTip control