Results 1 to 5 of 5

Thread: [RESOLVED] Stop blinking scrollbars

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Resolved [RESOLVED] Stop blinking scrollbars

    is it possible to stop the blinkness of Scrollbars?
    blinkness which comes when we click on status bar scroll stick. and also is it possible to remove scrolling stick from the scrollbars?

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    Re: Stop blinking scrollbars

    To stop blinking, set scrollbar TabStop = False.
    What is a scrolling stick? If you are talking about the middle part (known as the thumb), then no, not that I know of. Generally, if the scrollbar is not needed, one makes it invisible.
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Re: Stop blinking scrollbars

    great,
    now i know this is known as Thumb, also TabStop works,
    Thump is hide when we disable scrollbar. thanks

  4. #4
    PowerPoster isnoend07's Avatar
    Join Date
    Feb 2007
    Posts
    3,237

    Re: Stop blinking scrollbars

    You can also set the focus to another control after the scroll change event
    eg:
    Picture1.SetFocus
    Waiting for a full featured smart phone with out marrying a provider
    Go Android
    Go raiders

  5. #5

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2007
    Posts
    912

    Re: Stop blinking scrollbars

    Quote Originally Posted by isnoend07
    You can also set the focus to another control after the scroll change event
    eg:
    Picture1.SetFocus
    i was doing the same till now, but i thought i must ask if it can be done and got its answer

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