English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I need a run down of the basics in Visual Basic. Not like, a command button is labled cmd, but like how to create a text box and that sort of thing. Any info will be appreciated, but please keep it simple.

2007-02-19 11:53:58 · 4 answers · asked by Anonymous in Computers & Internet Programming & Design

4 answers

There is a visual basic toolbox. You can create objects - textboxes, listboxes, command buttons, etc. by double clicking the item in the toolbox. That will add it to your form. Another way is to single click it, and let go. Then move the mouse to the form, and click and drag the mouse. You can customize the objects' sizes quite easily if you do it that way. For a site full of source code, check out http://www.pscode.com

2007-02-19 12:45:14 · answer #1 · answered by Richard H 7 · 0 0

The biggest deal to using visual basic is the syntax (or ways commands are formatted). Creating a text box, or button is really easy simply access the toolbox and drag the object onto the form surface. If you are serious about getting into visual BASIC I would advise taking a class or buying a book. Good luck and enjoy

2007-02-19 19:59:26 · answer #2 · answered by Zero Cool 2 · 0 0

May the following guide be of some assistance:

http://www.developerfusion.co.uk/show/5379/

2007-02-19 19:57:19 · answer #3 · answered by Phlow 7 · 0 0

Hi. Will this get you started? http://www.answers.com/main/ntquery?s=Visual+basic&gwp=13

2007-02-19 19:57:31 · answer #4 · answered by Cirric 7 · 0 0

fedest.com, questions and answers