Home

Submit

Source

Feeds

Home » Visual Basic » Getting Started ::

Visual Basic Getting Started
This tutorial describes: "If" and "Select Case" Statements, and their examples.
Related Tutorials
Visual Basic Getting Started
More on Program Control
Visual Basic / Getting Started
If you have a lot of conditional statements, using If..Then..Else could be very messy.

Site: www.vbtutor.net Report - View Tutorial

Visual Basic General Development
Loop Statements
Visual Basic / General Development
This tutorial will help you understand: "For ... Next" Statements; "While" Statements; "Do ... Loop" Statements; Breaking Loops Early.

Site: www.herongyang.com Report - View Tutorial

Visual Basic Getting Started
Controlling Program Flow
Visual Basic / Getting Started
To control the VB program flow, we can use various conditional operators. Basically, they resemble mathematical operators. Conditional operators are very powerful tools, they let the VB program compare data values and then decide what action to take, whether to execute a program or terminate the program and etc.

Site: www.vbtutor.net Report - View Tutorial

 
Site Search

 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement