-
Hello,
I've noticed that some proggies have this "hot tracking" feature, what control is used for this ?
If you're not familiar with hot tracking, it's helps in listboxes, when you pause your mouse over an item it automatically selects it after a few seconds.
Thanks,
-
Hot Tracking is a "feature" of a specific control... not actually a control itself.
Now I am sure there is some code out there that can determine what control you are currently over and "simulate" hot tracking but it isn't a control in itself.
The ListView for instance has a Hot Tracking option that if you have on will allow THAT control to track...
Don't forget that controls are entities within themselves... they don't effect OTHER controls directly unless you specifically program them to.