Hello Community,
I have to show a Tooltip for a control via Win32-API programmatically. (I don't want to use the standard .NET 3.5 [WinForms] implemented way [ToolTip Extender Provider] cause of problems using only one Tooltip-Provider for all controls).
I use a new implementation of the Tooltip Extender of .NET from Codeproject: Building a BallonToolTip provider in C#, but they haven't implemented a function to show the Tooltip programmatically on this control. What simply means to popup the Tooltip on the control.
Any help would be appreciated.
Greetz from Germany, Marco
Edit: Ok, I'm using the ToolTip for the error description of the validation error. But the .NET implementation has a Bug. The new wrapper works for me but it has not the ability desribed above.