View Single Post
Old Nov 10th, 2006, 4:47 AM   #2
alphonso
Programmer
 
Join Date: Dec 2005
Location: Philippines, where the seasons are: hot, and hotter
Posts: 72
Rep Power: 3 alphonso is on a distinguished road
I'm not sure exactly what you mean, but based on my understanding, you want a scrollable form with objects...Here's how:

1) Create a form that will slide to the left of your screen whenever you move your mouse away.

2) Access the Object Browser and type in ScrollBar, and learn what you can about them.

3) Create a groupbox, and whatever objects you want to put in; put them in there.

4) Assign pictures to the objects that can have pictures, like picturebox.

5) To add some usefullness, add some codes to your objects

6) Test and retest your program

7) Eliminate all errors, warnings and bugs you or VB may find.

If these don't help, then you can always buy a good book about VB.Net
__________________
"The most incomprehensible idea about the universe is that it is comprehensible" - Albert Einstein
alphonso is offline   Reply With Quote