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

    Jun 3, 2025 · In this tutorial, you create a Visual Basic application that has a Windows Forms user interface. The Visual Studio integrated development environment (IDE) includes all the tools …

  2. VB.Net - Forms - Online Tutorials Library

    Visual Basic Form is the container for all the controls that make up the user interface. Every window you see in a running visual basic application is a form, thus the terms form and …

  3. Visual Basic and Forms - Techotopia

    Oct 27, 2016 · Forms allow the Visual Basic developer to create windows and layout controls (such as buttons, labels etc) in those forms to provide the application's user interface.

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

    A visual representation illustrating the step-by-step process of creating a new form within Visual Studio is depicted below for your reference. Select project type from New project dialog Box.

  5. WinForms with Visual Basic inside Visual Studio 2022 - YouTube

    Windows Form with Visual Basic (Visual Studio 2022) VB.Net Windows Forms is a UI framework for building Windows desktop apps. It provides one of the most productive ways to create …

  6. User Forms: Creating Interactive User Forms with VBA in Visual Basic ...

    Apr 12, 2025 · User forms are an essential component of creating interactive and engaging interfaces in Visual Basic. With VBA, developers can create custom forms that allow users to …

  7. Visual Basic .NET - Lesson 7: Introduction to the Form - FunctionX

    There are two main ways you get a form to your application. If you create a Windows Forms Application, it creates a starting form for you. Otherwise, the other technique consists of …

  8. Windows Forms Application Basics - Visual Basic | Microsoft Learn

    Jul 23, 2022 · Using a development environment like Visual Studio, you can create Windows Forms applications that display information, request input from users, and communicate with …

  9. How to Add Form Inside a Form in VB.Net | SourceCodester

    Aug 13, 2018 · This time in my tutorial I’m going to teach you how to add Form inside a Form in vb.net. Adding a form inside the form is very useful to all the programmers that is developing a …

  10. Window Forms and Examples - Coders Helpline

    Dec 28, 2022 · Window Forms and examples in Visual Basic .Net are the basic objects used to develop an application. It also contains the coding as well as the controls embedded in it to …