Tooltip bug?
Vb.NET 2005
I create a tooltip control in a form and enter some tooltip texts for another control. When hoovering the mouse all seems fine, the tooltip appears etc... However after a few seconds it disappears. Annoying to the user, but then comes the real annoying thing: It won't reappear again until you restart the program (or have multiple controls and hoover another control then back to the first again). This can't possibly be the desired behaviour?
I tried setting AutoPopDelay to something high but the docs says 5000 (ms) is the max.
Help?

