 | MsgBox Statement |
| I am going to start with the most basic statement, the MsgBox statement. It is also one of the statements most people want to learn. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Command Descriptions |
| In this section of the tutorial, I take each one of the commands and provide the syntax and a brief description of what the command does. For details, you can turn to the VB HELP file. My intent is to allow you to skim quickly over the commands to determi |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | A Programmers Guide to Visual Basic.NET |
| This free ebook is meant to give you a head start on the changes from Visual Basic to Visual Basic.NET (VB.NET). Most of the book assumes that you are comfortable with Visual Basic 6.0 (VB6), so the book endeavors to be a quick introduction to the major d |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Managing Visual Basic Data |
| Learn about the Types of Visual Basic Data. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Instrinsic Controls |
| VB comes with 20 built-in controls. In this section of the tutorial I provide a few comments about each one, trying to give some useful pointers on the use of each control. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Getting Started With Visual Basic 6.0 |
| Comprehensive tutorial to introducing you to all of the basics in version 6.0 of Visual Basic. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Building a Visual Basic Application |
| In this section, we are not going into the technical aspect of VB programming, just have a feel of it. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Arrays |
| What are arrays? And how to use them. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Controlling Program Flow |
| To control the VB program flow, we can use various conditional operators. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Forms |
| Visual Basic forms are windows. Its an important piece of data because it ties the concept of a form in with everything you already know about Windows applications. This section provides additional details about how VB handles forms. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Command Summary Chart |
| Fact is, that few of the VB commands stand alone. More often than not, a command supports only one aspect of a topic. For example, the OPEN command opens a file so you can read it, whereas the LINE INPUT command reads one line of data at a time. And so it |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | More on Program Control |
| If you have a lot of conditional statements, using If..Then..Else could be very messy. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Looping |
| Visual Basic allows a procedure to be repeated as many times as long as the processor could support. This is generally called looping. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | VB Overview |
| It can be very difficult to pick up a new skill, especially when the training material starts off assuming you know more than you actually do! Throughout my tutorials I will continually try to put things into perspective and to explain why a certain capab |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | VB Code |
| In this section I"ll cover the topic of coding - the use of the Visual Basic language. As part of this section I"ll try to show you which elements of the language you need to know the most, and which elements work together. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Working With Controls |
| Learn how to work with controls in VB. |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | ActiveX Controls |
| In the Learning Edition of VB there were only 4 ActiveX controls, but in the Professional Edition of VB, Microsoft has provided 20 additional controls. Some are very excellent and some you may never use. In this section of the tutorial I provide a few com |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Introduction to VB IDE |
| Like any other Windows application, VB consists of multiple windows which appear at startup. The windows that are displayed when you start VB are collectively known as the Visual Basic Integrated Development Environment (IDE). |
| Visual Basic Tutorials > Introduction to Visual Basic |
| |
 | Distribution of Applications |
| There are programmers out there who program solely for themselves. They write code/applications and no one but them ever sees their applications. However, most of you are like me and we want to revel in the accolades that our friends and peers heap on us |
| Visual Basic Tutorials > Miscellaneous |
| |
 | Printing |
| An important fact is that how well the data is presented to the user can make or break the success of the application. Learning to use the printing tools of VB is critical to your success as a programmer. |
| Visual Basic Tutorials > Miscellaneous |
| |