About 3,000,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. 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 …

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

    This article lists key feature names for each version of Visual Basic. For detailed descriptions of the new and enhanced features in the latest versions of the language, see the linked sections.

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

    Nov 11, 2025 · You'll add code to a file to learn some of the ways that Visual Studio makes writing, navigating, and understanding Visual Basic code easier. This article assumes you're …

  7. Comparison Operators in Visual Basic | Microsoft Learn

    Sep 15, 2021 · This behavior is opposite to the behavior found in Visual Basic 6. Similarly, when you compare an expression of type Decimal to an expression of type Single or Double, the …

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

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

  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. Objects and classes - Visual Basic | Microsoft Learn

    Jan 10, 2023 · When you create an application in Visual Basic, you constantly work with objects. You can use objects provided by Visual Basic, such as controls, forms, and data access objects.