And how do I stop them from doing that?
Thanks
Printable View
And how do I stop them from doing that?
Thanks
They flash to let the user know that the scroll bar is currently in focus. Why do you care if it flashes or not? You could get it to stop by putting focus on another control or making your own.
I suppose I could live with it if I had to. But I shouldn't have to. Flashing scroll bars are not standard windows app behavior. For instance, if I scroll the page down in my browser right now, the bar does not flash. Most apps do not work that way.
So the question is, I suppose, how to move the focus off of the scroll bar in scrollbar_change event procedure.
Or am I missing something obvious here?
just set the tabstop to false.
DOOOHHHHH! I knew it had to be something ridiculously simple :)
Thanks