View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
NickHK NickHK is offline
external usenet poster
 
Posts: 4,391
Default How to stop a scrollbar from blinking?

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

"Psapg" wrote in message
...
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