Scroll bars

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.



Answer this question

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

    The software that I am using came with the class textbook, which is Programming In Visual Basic.NET. Unfortunately, although the program itself works, the MSDN library and help files could not be read on my computer...a number of students had this problem. So, to answer your question...no, I did not look thru the help topics because there was an issue with my computer pertaining to those CDs. Otherwise, that is the first place that I would have checked, under different circumstances.
  • 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



  • Scroll bars