Table of Contents

Programming Language

Visual Basic

Visual Basic (programminglanguage)
Full NameVisual Basic
Short NameVisual Basic
DescriptionEvent-driven programming language
CompanyMicrosoft
WebYes
MobileYes
EnterpriseYes
EmbeddedYes

What is Visual Basic?

Visual Basic is a programming language and integrated development environment (IDE) that was created by Microsoft. It is designed to be easy to learn and use, and is often used to develop Windows desktop applications.

What is the latest version of Visual Basic?

The latest version of Visual Basic is Visual Basic .NET (VB.NET), which is part of the Microsoft .NET Framework. VB.NET was first released in 2002, and has been updated several times since then.

What are some common uses for Visual Basic?

Visual Basic is often used to develop Windows desktop applications, including database applications, games, and other graphical user interface (GUI) applications. It can also be used to develop web applications and mobile apps, although other languages like JavaScript and Swift are more commonly used for those platforms.

Is Visual Basic still popular?

While Visual Basic is not as widely used as it once was, it is still a popular language for developing Windows desktop applications. Many businesses and organizations continue to use legacy Visual Basic applications, and some developers still prefer Visual Basic for its ease of use and familiarity.

Can Visual Basic be used with .NET?

Yes, Visual Basic .NET is part of the Microsoft .NET Framework, which is a software framework for building Windows applications. Visual Basic .NET uses the .NET runtime, which provides a common language runtime (CLR) and a class library for building .NET applications.

Snippet from Wikipedia: Visual Basic

Visual Basic is a name for a family of programming languages from Microsoft. It may refer to:

  • Visual Basic, the current version of Visual Basic launched in 2002 which runs on .NET
  • Visual Basic (classic), the original Visual Basic supported from 1991 to 2008
  • Embedded Visual Basic, the classic version geared toward embedded applications
  • Visual Basic for Applications, an implementation of Visual Basic 6 built into programs such as Microsoft Office and used for writing macros
  • VBScript, an Active Scripting language based on VB6, actively maintained from 1996–2023

Hello World

Public Sub Main()
    Debug.Print "Hello, world!"
End Sub

Source: Wikibooks

See also: Programming Languages