View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Soli3d Soli3d is offline
external usenet poster
 
Posts: 5
Default Recreate AutoScroll

Hello,

How would I recreate excel's autoscroll
button similar to the ones on the ends
of the excelv10 windows scroll bars.

I want to add this functionality
to a vb6 button and cannot use
ActiveWindow.SmallScroll or such.

Need to reproduce this scrolling action while
Left Mouse is held down after clicking button.

Thank You,
Paul