Skip to content

Commit 12c0fc8

Browse files
Learn Build Service GitHub AppLearn Build Service GitHub App
authored andcommitted
Merging changes synced from https://github.com/MicrosoftDocs/visualstudio-docs-pr (branch live)
2 parents 20220c9 + 9a2d086 commit 12c0fc8

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
-7.59 KB
Binary file not shown.
25.7 KB
Loading

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

Lines changed: 2 additions & 2 deletions
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: 07/15/2024
4+
ms.date: 08/27/2024
55
ms.topic: tutorial
66
helpviewer_keywords:
77
- Windows Forms Designer, get started
@@ -25,7 +25,7 @@ The Windows Forms Designer provides many tools for building Windows Forms applic
2525

2626
When you're finished, you'll have a custom control that's been assembled by using many of the layout features available in the Windows Forms Designer. This control implements the user interface (UI) for a simple calculator. The following image shows the general layout of the calculator control:
2727

28-
![Screenshot of the completed user interface for the calculator control.](media/calculator-ui.gif)
28+
![Screenshot of the completed user interface for the calculator control.](media/calculator-ui.png)
2929

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).

0 commit comments

Comments
 (0)