Technology
 

Visual basic

From ProgrammingWiki

MediaWiki logo
This page has been moved to the Programmer's Wiki.
Please do not make any changes or additions to this page.

Any modifications, if still appropriate, should be made on Visual basic at the Programmer's Wiki.

Visual Basic is a third-generation event-driven programming language. Scripting languages such as VBA and VBScript are syntactically similar to Visual Basic, but perform differently. many get misxed thinking they they are all the same thing but just diffreant names. The final release was version 6 in 1998. Microsoft's extended support ended in March 2008 and the designated successor was Visual Basic .NET.

[edit] Hello World

Private Sub Form_Load()
   MsgBox "Hello, World!"
End Sub

[edit] Basic Visual Basic's

List of Visual Basic Programs:

Visual Basic.NET

Visual Basic 2008

Visual Basic 6