Skip to content

Commit 08d95d8

Browse files
committed
uuf-242980
1 parent 8304be8 commit 08d95d8

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

docs/get-started/csharp/tutorial-windows-forms-picture-viewer-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: "Tutorial: Add code to the picture viewer Windows Forms app"
3-
description: Learn how to add C# or VB code to support the UI controls for a picture box, checkbox, and button in a picture viewer WinForms application with Visual Studio.
3+
description: Learn how to add C# or VB code to support the UI controls for a picture box, checkbox, and button in a picture viewer WinForms application (.NET Framework) with Visual Studio.
44
dev_langs:
55
- "CSharp"
66
- "VB"
@@ -13,7 +13,7 @@ ms.date: 09/19/2024
1313
ms.custom: vs-acquisition
1414
#customer intent: As a developer, I want to learn how to add C# or VB code to my WinForms project to take actions when a user selects a control.
1515
---
16-
# Tutorial: Add code to the picture viewer Windows Forms App (.NET Framework) in Visual Studio
16+
# Tutorial: Add code to the picture viewer Windows Forms App (.NET Framework)
1717

1818
In this series of three tutorials, you create a Windows Forms application that loads a picture and displays it.
1919
The Visual Studio Integrated Design Environment (IDE) provides the tools you need to create the app.

docs/get-started/csharp/tutorial-windows-forms-picture-viewer-controls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Add controls to a picture viewer app"
2+
title: "Tutorial: Add controls to the picture viewer Windows Forms app"
33
description: Add a picture box, a checkbox, and buttons to a picture viewer application in the Visual Studio integrated development environment.
44
author: anandmeg
55
ms.author: meghaanand
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
ms.date: 09/19/2024
1010
#customer intent: As a developer, I want to learn how to use controls with layout elements in a Visual Studio WinForms project in C# or VB.
1111
---
12-
# Tutorial: Add controls to the picture viewer Windows Forms App (.NET Framework) in Visual Studio
12+
# Tutorial: Add controls to the picture viewer Windows Forms App (.NET Framework)
1313

1414
In this series of three tutorials, you create a Windows Forms application that loads a picture and displays it.
1515
The Visual Studio Integrated Design Environment (IDE) provides the tools you need to create the app.

docs/get-started/csharp/tutorial-windows-forms-picture-viewer-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Create WinForms projects for picture viewer apps
2+
title: Create a WinForms project for a picture viewer app
33
description: Create a C# or VB Windows Forms (.NET Framework) project for a picture viewer application in the Visual Studio integrated development environment (IDE).
44
author: anandmeg
55
ms.author: meghaanand
@@ -9,7 +9,7 @@ ms.topic: tutorial
99
ms.date: 9/19/2024
1010
#customer intent: As a developer, I want to learn how to use Visual Studio to create C# or VB WinForms projects, starting with adding a layout element.
1111
---
12-
# Tutorial: Create a picture viewer Windows Forms App (.NET Framework) in Visual Studio
12+
# Tutorial: Create a picture viewer Windows Forms App (.NET Framework)
1313

1414
In this series of three tutorials, you create a Windows Forms application that loads a picture and displays it.
1515
The Visual Studio Integrated Design Environment (IDE) provides the tools you need to create the app.

0 commit comments

Comments
 (0)