I am trying to implement a trackbar with a tooltip. What I want is that the tooltip to appear at certain values when the trackbar is scrolling and then disappear ( and appear at the x,y coordinate of that value). I have been able to get the tooltip up and running but unfortunately it appears all the time when the mouse hovers over the trackbar.
Using .NET framework 2.0
Any help/suggestions greatly appreciated.
Thanks