About 20,100,000 results
Open links in new tab
  1. Tutorial: Create Windows Forms app (Visual Basic) - Visual

    Jan 27, 2025 · Create a Windows Forms app in Visual Studio with Visual Basic, add a button to the form, add a label and code, and run the application.

  2. Add a form to a project - Windows Forms .NET | Microsoft Learn

    Apr 7, 2025 · Right-click on the project and choose Add > Form (Windows Forms). In the Name box, type a name for your form, such as MyNewForm . Visual Studio will provide a default and unique name that you may use.

  3. Starting a Visual Basic Windows Forms Application - YouTube

    Jul 24, 2022 · This tutorial shows how to select the project template for creating a Visual Basic Forms Application.

  4. Create a new app with Visual Studio tutorial - Windows Forms .NET

    Apr 2, 2025 · With Visual Studio, you add controls to a form and handle events. By the end of this tutorial, you have a simple app that adds names to a list box. In this tutorial, you: The first step to creating a new app is opening Visual Studio and generating the app from a template.

  5. vb.net - Creating a form dynamically in VB - Stack Overflow

    Aug 16, 2012 · You are currently creating a Form, then assigning your current Form to it. You need to New up another instance of your Form then you can show it, along with your Main Form. Dim newWindow As New Form1 'Name of my Default Form's Class assuming Form1. newWindow.Show()

  6. How to Create a VB.Net Windows Forms Application

    The Windows based programs you create using Visual Basic .NET run in the context of a form. When you close the form, the application also ends. Benefits of Using Windows Forms in VB.NET. Rapid Prototyping: Visually design your UI early in the development process, enabling quick feedback and iteration.

  7. VB.NET Forms Overview - Online Tutorials Library

    VB.NET Forms Overview - Explore the fundamentals of VB.NET forms, including creation, properties, and event handling, to enhance your application development skills.

  8. How To Create A Form In Visual Basic - TechBloat

    Jan 20, 2025 · In this article, we’ll delve into the process of creating a form in Visual Basic, covering principles, hands-on examples, and best practices. Forms in Visual Basic are essentially windows that contain various controls for data input and output.

  9. How to Create a Simple Login Form Using VB.net and MS Access

    Mar 17, 2017 · This time I’m going to teach you how to make a simple Login Form Using VB.net and MS Access. Take Note: After Completing the lesson here in Visual Basic Login Form using Access Database, you will be able to apply the code here in the Visual studio 2010 login form access database.

  10. VB.NET - Windows Forms Application | vb-net Tutorial

    When you use a development environment like Visual Studio, you can create Windows Forms applications that display information, request input from users, and communicate with remote computers over a network. A form is a visual surface on which you display information to the user.

  11. Some results have been removed
Refresh