Microsoft Forms 2.0 Scrollbar

  • Thread starter Thread starter Anthony
  • Start date Start date
A

Anthony

How do I use the
Microsoft Forms 2.0 Scrollbar?



There is no Scroll_Up, or Scroll_Down event! Is there another scrool bar
control out there somewhere that I can use that is easier to understand?
 
Hi Anthony,

You can set the Min and Max values of the Forms 2.0 Scrollbar control and
there is a 'Change' event for which you can then monitor where the user has
it currently selected. Might not be that useful to you since it is not meant
to be binded to another control from what I can remember.

There is a good tutorial on how it can be used:
http://www.functionx.com/vbaccess/articles/colorchanger.htm

It shows how you can use the Change event to modify the RGB value of a frame
element.

LT
 

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