Results 1 to 5 of 5

Thread: Why do my scroll bars flash after being moved?

  1. #1

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    52

    And how do I stop them from doing that?

    Thanks

  2. #2
    Hyperactive Member
    Join Date
    Sep 1999
    Location
    Cleveland, Ohio
    Posts
    263
    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.

  3. #3

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    52
    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?

  4. #4
    Lively Member
    Join Date
    Mar 2000
    Posts
    82
    just set the tabstop to false.

  5. #5

    Thread Starter
    Member
    Join Date
    Feb 2000
    Posts
    52
    DOOOHHHHH! I knew it had to be something ridiculously simple

    Thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width