Programming Forums

Programming Forums (http://www.programmingforums.org/forumindex.php)
-   Visual Basic .NET (http://www.programmingforums.org/forum19.html)
-   -   toolbox like interface using vb.net (http://www.programmingforums.org/showthread.php?t=11846)

nascar2000 Nov 10th, 2006 12:04 AM

toolbox like interface using vb.net
 
hello everybody. i would like to gain some knowledge in how to do a toolbox like interface using visual basic.net ,(the interface should be like the vb.net toolbox where sliders go up and down). just tell me the steps


thx

alphonso Nov 10th, 2006 3:47 AM

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 ;)


All times are GMT -5. The time now is 9:31 PM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC