Skip to content

Commit cf78ae7

Browse files
Merge pull request #14170 from MicrosoftDocs/ghogen-patch-717429
Add Prerequisites section
2 parents 4b1ef76 + 8cf2f77 commit cf78ae7

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/designers/walkthrough-windows-forms-designer.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Windows Forms Designer tutorial
33
description: 'Use Windows Forms Designer to build applications and arrange controls, set margins and padding, adjust layout, size, and display, and set property values.'
4-
ms.date: 08/27/2024
4+
ms.date: 8/5/2025
55
ms.topic: tutorial
66
helpviewer_keywords:
77
- Windows Forms Designer, get started
@@ -30,6 +30,22 @@ When you're finished, you'll have a custom control that's been assembled by usin
3030
> [!TIP]
3131
> If you're a C++ developer and are looking for a tutorial to help you create a Windows app that includes forms and controls, see [Creating a forms-based MFC application](/cpp/mfc/reference/creating-a-forms-based-mfc-application?view=msvc-170&preserve-view=true). For more generalized info, see [Overview of Windows programming in C++](/cpp/windows/overview-of-windows-programming-in-cpp?view=msvc-170&preserve-view=true).
3232
33+
## Prerequisites
34+
35+
::: moniker range="=vs-2019"
36+
37+
- If you don't have Visual Studio, go to [Visual Studio downloads](https://visualstudio.microsoft.com/vs/) to install it for free.
38+
- The **.NET desktop development** workload. To verify or install this workload in Visual Studio, select **Tools** > **Get Tools and Features**. For more information, see [Change workloads or individual components](../install/modify-visual-studio.md#change-workloads-or-individual-components).
39+
40+
::: moniker-end
41+
42+
::: moniker range=">=vs-2022"
43+
44+
- If you don't have Visual Studio, go to [Visual Studio 2022 downloads](https://visualstudio.microsoft.com/downloads/?cid=learn-onpage-download-create-csharp-winform-app-page-cta) to install it for free.
45+
- The **.NET desktop development** workload. To verify or install this workload in Visual Studio, select **Tools** > **Get Tools and Features**. For more information, see [Change workloads or individual components](../install/modify-visual-studio.md#change-workloads-or-individual-components).
46+
47+
::: moniker-end
48+
3349
## Create the custom control project
3450

3551
The first step is to create the DemoCalculator control project.

0 commit comments

Comments
 (0)