
Add a form to a project - Windows Forms | Microsoft Learn
May 7, 2025 · Add a new form Add a new form with Visual Studio. In Visual Studio, find the Project Explorer pane. Right-click on the project and choose Add > Form (Windows Forms). In …
How do I add an existing form from another VB.NET project to my …
Apr 20, 2022 · You can right click on your project in Project Explorer and choose Add existing item, then navigate and choose the Form you want to add. Depending on what you have …
How to: Create MDI Child Forms - Windows Forms | Microsoft Learn
May 7, 2025 · Learn how to use Visual Studio to create a Multiple-Document Interface (MDI) child form that displays a RichTextBox control.
Pass data between forms (.NET Framework) - Visual Studio …
Apr 24, 2025 · This tutorial provides step-by-step instructions for passing data from one form to another. By using the Customers and Orders tables from the Northwind sample database, one …
Create a Windows Forms app with C# - Visual Studio (Windows)
Dec 15, 2025 · Create a Windows Forms app in Visual Studio with C#, add button controls to the form, and run the code to test your application.
Add Controls to a Form - Windows Forms | Microsoft Learn
May 7, 2025 · A control is a component on a form used to display information or accept user input. The primary way a control is added to a form is through the Visual Studio Designer, but …
How to dock and anchor controls - Windows Forms | Microsoft Learn
May 7, 2025 · Controls that are docked fill the edges of the control's container, either the form or a container control. For example, Windows Explorer docks its TreeView control to the left side of …
Add controls to Windows forms by Visual C# - C# | Microsoft Learn
May 8, 2022 · This article describes how to programmatically add controls to Windows forms at run time by using Visual C#, and also includes a code sample to explain the methods.
How to create a user control - Windows Forms | Microsoft Learn
Jun 25, 2025 · This article teaches you how to create a user control, known as a composite control, that you can add to other forms.
How to add or remove an event handler - Windows Forms
May 7, 2025 · Learn how to create an event handler for a control at design-time with the Windows Forms Designer in Visual Studio or at runtime.