send link to app

Learn Visual Basic Programming in the quickest time possible with this concise app that teaches you all the essentials about Visual Basic programming.

Written for people who have NO background in programming or are beginners.

Learn Visual Basic Programming zooms in on the most essential concepts with EXAMPLES!

We cover the following topics:
What is a Computer Program?
A First Visual Basic Application
Components of a Visual Basic Application
Variables
Input and Output
Operators
Selection - If Else & Switch
Scope of Variables
String Comparison
Loops - While, For, Do-While
Arrays
Arrays - Traversal
Methods
Methods Calling
Modularizing a program using Methods
Objects
Objects - Constructor
Objects - Sending Messages