Skip to content

Commit 8304be8

Browse files
committed
uuf-242980
1 parent 4feaeb5 commit 8304be8

File tree

3 files changed

+13
-7
lines changed

3 files changed

+13
-7
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ ms.author: meghaanand
99
manager: mijacobs
1010
ms.subservice: general-ide
1111
ms.topic: tutorial
12-
ms.date: 03/29/2024
12+
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 in Visual Studio
16+
# Tutorial: Add code to the picture viewer Windows Forms App (.NET Framework) in Visual Studio
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.
@@ -28,6 +28,8 @@ In this third tutorial, you learn how to:
2828
> - Write code for the other controls
2929
> - Run your application
3030
31+
To create a new Windows Forms App with .NET, follow the tutorial [Create a Windows Forms app with .NET](/dotnet/desktop/winforms/get-started/create-app-visual-studio/). See the [Desktop Guide on Windows Forms .NET](/dotnet/desktop/winforms/overview/) to learn more.
32+
3133
## Prerequisites
3234

3335
- This tutorial builds on the previous tutorials, [Create a picture viewer application](tutorial-windows-forms-picture-viewer-layout.md) and [Add UI controls to the picture viewer](tutorial-windows-forms-picture-viewer-controls.md).

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ms.author: meghaanand
66
manager: mijacobs
77
ms.subservice: general-ide
88
ms.topic: tutorial
9-
ms.date: 03/29/2024
9+
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 in Visual Studio
12+
# Tutorial: Add controls to the picture viewer Windows Forms App (.NET Framework) in Visual Studio
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.
@@ -25,6 +25,8 @@ In this second tutorial, you learn how to:
2525
> - Change control names and locations
2626
> - Add dialog components
2727
28+
To create a new Windows Forms App with .NET, follow the tutorial [Create a Windows Forms app with .NET](/dotnet/desktop/winforms/get-started/create-app-visual-studio/). See the [Desktop Guide on Windows Forms .NET](/dotnet/desktop/winforms/overview/) to learn more.
29+
2830
## Prerequisites
2931

3032
- This tutorial builds on the previous tutorial, [Create a picture viewer application](tutorial-windows-forms-picture-viewer-layout.md).

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
title: Create WinForms projects for picture viewer apps
3-
description: Create a C# or VB WinForms project for a picture viewer application in the Visual Studio integrated development environment (IDE).
3+
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
66
manager: mijacobs
77
ms.subservice: general-ide
88
ms.topic: tutorial
9-
ms.date: 03/29/2024
9+
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 in Visual Studio
12+
# Tutorial: Create a picture viewer Windows Forms App (.NET Framework) in Visual Studio
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.
@@ -21,6 +21,8 @@ In this first tutorial, you learn how to:
2121
> - Add a layout element
2222
> - Run your application
2323
24+
To create a new Windows Forms App with .NET, follow the tutorial [Create a Windows Forms app with .NET](/dotnet/desktop/winforms/get-started/create-app-visual-studio/). See the [Desktop Guide on Windows Forms .NET](/dotnet/desktop/winforms/overview/) to learn more.
25+
2426
## Prerequisites
2527

2628
- You need Visual Studio to complete this tutorial.

0 commit comments

Comments
 (0)