I am a student who is taking a Visual Basic.net course and I am having major troubles coding for scroll bars. I am able to place them on the form in design time. However, when it comes to coding procedures for them, I am at a loss. One person told me that I must have a "Scroll" procedure and a "Value Changed" procedure for each scroll box. Someone else told me that I must also have a form load procedure for each scroll box. If anyone is willing to help me out, I will gladly send you the code and such so that, perhaps, someone can figure out what I am doing wrong.
Thank you.

Scroll bars
KrazyMGA
Have you taken the time to actually read the help file documentation on the scroll bar control. They include samples to demonstrate there use and which you can play around with to understand how the control works.
Brandon0223
TWild
The help files and the entire msdn library are available online ...for scroll bars class see:
http://msdn2.microsoft.com/en-us/library/system.windows.forms.scrollbar(VS.80).aspx