How to stop a scrollbar from blinking?

  • Thread starter Thread starter Psapg
  • Start date Start date
P

Psapg

Hi,

My problem is simple, but seems to be of dificult resolusion...
In a form I have several textboxes that I populate from a worksheet, and a
scrollbar.....
I've set the Tabstop property to false so the scrollbar would'nt blink.
Still, when I click the sliders handler, the scrollbar gains focus, and
starts blinking until it loses focus again...
Is there any way to stop the Scrollbar from blinking entirely?

Paulo Gomes
 
Paulo,
The only ways I have seen is with the Windows API. Unfortunately the Scoll
bar does not expose a handle, so these methods are not possible.
Is it really that important ?

NickHK
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top