How to make a floating (tooltip) control in Windows.Forms?
- by Daren Thomas
The Scene: A (smallish) Form hosting a UserControl.
The Plot: Whenever UserControl raises a hover event, display some (graphical) information in a tool tip fashion. When the user moves the mouse, fade them away again.
Notes: I'd like to display more than one "tooltip", with each tooltip being a UserControl displaying information in a graphical manner. Not just text in a yellow box! Also, I'm using the Windows.Forms library.