How to make a floating (tooltip) control in Windows.Forms?
Posted
by Daren Thomas
on Stack Overflow
See other posts from Stack Overflow
or by Daren Thomas
Published on 2010-03-17T10:29:31Z
Indexed on
2010/03/17
10:31 UTC
Read the original article
Hit count: 312
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.
© Stack Overflow or respective owner