CodeItBetter Programming Another VB Programming Blog

How to stop the Scroll Bar blinking

Posted on January 5, 2009
1
2
3
4
5
6
7
'Controls - How to stop the Scroll Bar blinking

'When you use Scroll Bar in your program, it has annoying blinking.

'To avoid it, simply set the Scroll Bar's Tab Stop property to False.

'Note that you must have at least one more control on your form to allow this tip to work.

Related posts:

  1. How to add Horizonal Scroll Bar to Rich Text Box
  2. How to make text on a form scroll upward.
  3. How to scroll for selected ListView item
  4. How to add Horizonal Scroll Bar to ListBox
  5. How to scroll the form caption
  6. How to add Controls at Run-Time
  7. How to display animated Gif in your program
  8. How to move multiple items from one List Box to another List Box/Combo Box
  9. How to add and remove buttons from a scrolled button area
  10. How to make editable List Box

Filed under: Controls Leave a comment
Comments (0) Trackbacks (0)

No comments yet.


Leave a comment


No trackbacks yet.