R
Rainer Queck
Hello NG,
How can I force a ToolTip to popup by code?
In a Textbox_TextChanged event I want to verify the entered text an in some
cases pop up a tooltip.
I tried myToolTip.Show("my Text", myTextbox), but it does not show.
If I use myToolTip.SetToolTip(...) It works, but before the tool tip shows,
I have to leave the textbox with my mouse and reenter it.
Thanks for hints and help.
Regards
Rainer
How can I force a ToolTip to popup by code?
In a Textbox_TextChanged event I want to verify the entered text an in some
cases pop up a tooltip.
I tried myToolTip.Show("my Text", myTextbox), but it does not show.
If I use myToolTip.SetToolTip(...) It works, but before the tool tip shows,
I have to leave the textbox with my mouse and reenter it.
Thanks for hints and help.
Regards
Rainer