Programmatically show tooltip in winforms application -


how can programatically cause control's tooltip show in winforms app without needing mouse hover on control? (p/invoke ok if necessary).

if using tooltip control on form, can this:

tooltip1.show("text display", control)

the msdn documentation tooltip control's "show" method has different variations on , how use them.


Comments

Popular posts from this blog

windows - Why does Vista not allow creation of shortcuts to "Programs" on a NonAdmin account? Not supposed to install apps from NonAdmin account? -

c++ - How do I get a multi line tooltip in MFC -

unit testing - How to mock PreferenceManager in Android? -