About 3,560,000 results
Open links in new tab
  1. Visual Basic docs - get started, tutorials, reference.

    Visual Basic documentation Visual Basic is an object-oriented programming language developed by Microsoft. Using Visual Basic makes it fast and easy to create type-safe .NET apps.

  2. Introduction to Visual Basic - learn.microsoft.com

    Sep 18, 2021 · The Microsoft® Visual Basic® programming language is a high-level programming language for the Microsoft .NET Framework. Although it is designed to be an approachable …

  3. Get started with Visual Basic - Visual Basic | Microsoft Learn

    Apr 17, 2024 · This section of the documentation helps you get started with Visual Basic application development.

  4. What's new - Visual Basic | Microsoft Learn

    Visual Basic 16.0 focuses on supplying more of the features of the Visual Basic Runtime (microsoft.visualbasic.dll) to .NET Core and is the first version of Visual Basic focused on .NET …

  5. Get started coding with VB - Visual Studio (Windows)

    Sep 3, 2024 · Explore the code editor in Visual Studio and learn some ways that Visual Studio makes writing, navigating, and understanding Visual Basic code easier.

  6. Overview for Visual Basic developers - Visual Studio (Windows)

    Nov 7, 2025 · Explore how to work with Visual Studio to edit, debug, and build code, and then publish an app as a Visual Basic developer.

  7. Module Statement - Visual Basic | Microsoft Learn

    Sep 15, 2021 · Previous versions of Visual Basic recognize two types of modules: class modules (.cls files) and standard modules (.bas files). The current version calls these classes and …

  8. And Operator - Visual Basic | Microsoft Learn

    Sep 15, 2021 · If the operands consist of one Boolean expression and one numeric expression, Visual Basic converts the Boolean expression to a numeric value (–1 for True and 0 for False) …

  9. Object-oriented programming - Visual Basic | Microsoft Learn

    Sep 15, 2021 · Visual Basic provides full support for object-oriented programming including encapsulation, inheritance, and polymorphism. Encapsulation means that a group of related …

  10. Programming Guide - Visual Basic | Microsoft Learn

    Sep 15, 2021 · As with any modern programming language, Visual Basic supports many common programming constructs and language elements. This guide describes all the major elements …