The problem with the Visual Basic Scrollbar is that it flashes. This is to indicate that it has focus. You can either set the Focus to something else on a form when the Scrollbar receives focus, or set the TabStop property to False:
Scrollbar.TabStop = False
You will need to have another control on the form. If there isn't one the scrollbar will continue to flash. A PictureBox is a good control for this because it can receive focus but has no visible indication of this.
taken from qbdsoftware.co.uk
Related Posts
Get the VBCode Collection on CDKoleksi lengkap VB project bermacam aplikasi sebagai referensi belajar, dengan fasilitas
Complete Code ProtectorCode Security is a great VB Tools from G-soft, Code Security is a very small program but
web-based payroll and time management suiteTimeTrex is a complete web-based payroll and time management suite which offers employee
Use Winsock Control to download webpagesOverview:The Professional and Enterprise Editions of Visual Basic are shipped with the Wi
The Benefits Of CRM SoftwareCRM software, often called customer relationship management software, is becoming much mo
How to create your own VB add-in featuresVisual Basic Programmers usually create add-ins because they feel short of features when