What's the best way to change the ToolTip Text dynamically, for example If a TextBox.text = "A" I want the tooltip text to be "Apple", if it's "B" the tooltip should be "Banana."
The best I'v come up with is setting ToolTip1.SetToolTip(TextBox1, "Text") in the mouseHover event. This works but the tooltip flickers, it shows once then goes away then shows again. Is there a better way of doing this or how do I get rid of the flicker.
Thanks
The best I'v come up with is setting ToolTip1.SetToolTip(TextBox1, "Text") in the mouseHover event. This works but the tooltip flickers, it shows once then goes away then shows again. Is there a better way of doing this or how do I get rid of the flicker.
Thanks