
Get started coding with VB - Visual Studio (Windows)
Sep 3, 2024 · In this tutorial, you'll try out the code editor in Visual Studio. You'll add code to a file to learn some of the ways that Visual Studio makes writing, navigating, and understanding …
Tutorial: Create simple Visual Basic console apps - Visual Studio ...
Dec 6, 2024 · In this tutorial, you use Visual Studio to create a Visual Basic application. Visual Basic (VB) is an easy to learn type-safe programming language. This tutorial also explores …
Visual Basic development with Visual Studio - Visual Studio …
Explore how to create different Visual Basic (VB) apps in Visual Studio, including console, web, Windows Forms, and Windows Desktop apps, and find coding resources.
Get started with Visual Basic - Visual Basic | Microsoft Learn
Apr 17, 2024 · Get started with Visual Basic and .NET Core. Build a Hello World application with .NET Core in Visual Studio. Build a class library with .NET Standard in Visual Studio. …
Tutorial: Create Windows Forms app (Visual Basic) - Visual Studio ...
Jan 27, 2025 · Open Visual Studio, then select Create a new project on the start window. On the Create a new project window, select the Windows Forms App (.NET Framework) template for …
Overview for Visual Basic developers - Visual Studio (Windows)
Nov 17, 2023 · Explore how to work with Visual Studio to edit, debug, and build code, and then publish an app as a Visual Basic developer.
Learn about projects and solutions using Visual Basic
Sep 26, 2024 · We'll construct a solution and project from scratch as an educational exercise to understand the concept of a project. In your general use of Visual Studio, you'll likely use …
Create a new app with Visual Studio tutorial - Windows Forms
May 6, 2025 · In this tutorial, you learn how to use Visual Studio to create a Windows Forms app. With Visual Studio, you add controls to a form and handle events. By the end of this tutorial, …
Walkthrough: Creating COM Objects - Visual Basic
Sep 15, 2021 · This walkthrough demonstrates how to use Visual Basic to expose .NET Framework objects as COM objects, both with and without the COM class template. The …
Tutorial: Build an application - Visual Studio (Windows)
Nov 14, 2024 · In this article, you'll become more familiar with several options that you can configure when you build applications with Visual Studio. You'll create a custom build …