Do...Loop...Until>>

This loop is executes one ir more st of statements while the given condition is false.This loop is similar to Do...While...Loop except that it first executes the body and then checks the condition. It means that the body of the loop is executed once even if the condition is true.  Read More>>

Arrays In Visual Basic >> Click Here





History of Visual Basic:

Visual Basic is a popular language that is used for making windows programs It was developed from BASIC(Beginner All-purpose Simbolic Instruction Code) That was developed in 1960 by Jhon Kemeny and Thomas Kartz. Microsoft corporation created Visual Basic in 1991. There are many versions of Visual Basic Released. Visual Basic 6.0 was released in september 1998. Latest versions of visual basic are Visual Basic 2008, Visual Basic 2010, Visual Basic .Net.

Introduction to Visual Basic:

Microsoft Visual Basic is an High Level Computer Language. It is an event driven language thats means instructions are executes when a specific event is occur.Visual Basic provides tools that helps the user to develop Programs easily and quickly.

About

This Site Helps You To Learn Programming Skills in Computer Languages.
Like Visual Basic, Visual Basic Script etc.