here's the problem: I'm currently a student of visual basic in college. My teacher gave us an assignment on taking two values and calculating an output list using those 2 values. No problem, every one in the class got it with not much problem. But now we get into scroll bars....
we are to provide scrollbars in the project, should the output exceed the room provided. We all have our output going to a picture box, but can't figure out how to scroll through all of the data. I've gotten to the point where I have 2 pic boxes, and a scrollbar will control the innermost box. The scroll box will move the pic box around, but wont show me any more data. Also, if I scroll the pic box to where some of the data isn't showing, then when I scroll it back the data isn't there anymore.
HELP!!!!