Skip to content

Commit 7535837

Browse files
committed
Merged main into live
2 parents 51885a1 + 2284a4e commit 7535837

9 files changed

+27
-19
lines changed

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

Lines changed: 5 additions & 3 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"
@@ -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)
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: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
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
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)
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: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
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).
2+
title: Create a WinForms project for a picture viewer app
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)
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.

docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Change themes, fonts, text, & accessibility options in Visual Studio
33
description: Learn how to change Visual Studio color themes, font colors, text sizes, extra-contrast colors, and more for ease of use and accessibility concerns.
44
titleSuffix: ''
5-
ms.date: 9/10/2024
5+
ms.date: 9/19/2024
66
ms.topic: how-to
77
helpviewer_keywords:
88
- Visual Studio, color themes
@@ -153,6 +153,8 @@ You can change the font and text size for all the IDE frame and tool windows, or
153153

154154
::: moniker-end
155155

156+
Changes to font settings for Printer affect the appearance of text in printed documents. To modify the font for printing, in the **Show settings for** list, select **Printer and Cut/Copy**. If you're getting garbage characters when printing, please refer to the [Dev Community ticket ](https://developercommunity.visualstudio.com/t/Printing-problem-for-listings-Visual-Stu/10314328) on the issue.
157+
156158
For more information about how to change fonts and colors for accessibility, see the [Set accessibility options](#set-accessibility-options) section of this page. And, for details about all the user interface (UI) elements where you can change font and color schemes, see the [Fonts and Colors, Environment, Options Dialog Box](../ide/reference/fonts-and-colors-environment-options-dialog-box.md) page.
157159

158160
## Set language-specific editor options

docs/javascript/tutorial-asp-net-core-with-angular.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,6 @@ If you create the project with [Docker support](../containers/overview.md#prereq
192192

193193
## Next steps
194194

195-
For more information about SPA applications in ASP.NET Core, see the Angular section under [Overview of Single-Page Apps (SPAs)](/aspnet/core/client-side/spa/intro?view=aspnetcore-7.0&preserve-view=true). The linked article provides additional context for project files such as *aspnetcore-https.js* and *proxy.conf.js*, although details of the implementation are different due to project template differences. For example, instead of a ClientApp folder, the Angular files are contained in a separate project.
195+
For more information about SPA applications in ASP.NET Core, see the Angular section under [Developing Single Page Apps](/aspnet/core/client-side/spa/intro?view=aspnetcore-7.0&preserve-view=true#developing-single-page-apps). The linked article provides additional context for project files such as *aspnetcore-https.js* and *proxy.conf.js*, although details of the implementation are different due to project template differences. For example, instead of a ClientApp folder, the Angular files are contained in a separate project.
196196

197197
For MSBuild information specific to the client project, see [MSBuild properties for JSPS](../javascript/javascript-project-system-msbuild-reference.md).

docs/javascript/tutorial-asp-net-core-with-react.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,6 @@ If you create the project with [Docker support](../containers/container-tools-re
194194

195195
## Next steps
196196

197-
For more information about SPA applications in ASP.NET Core, see the React section under [Developing Single Page Apps](/aspnet/core/client-side/spa/intro#developing-single-page-apps). The linked article provides additional context for project files such as *aspnetcore-https.js*, although details of the implementation are different based on the template differences. For example, instead of a ClientApp folder, the React files are contained in a separate project.
197+
For more information about SPA applications in ASP.NET Core, see the React section under [Developing Single Page Apps](/aspnet/core/client-side/spa/intro?view=aspnetcore-7.0&preserve-view=true#developing-single-page-apps). The linked article provides additional context for project files such as *aspnetcore-https.js*, although details of the implementation are different based on the template differences. For example, instead of a ClientApp folder, the React files are contained in a separate project.
198198

199199
For MSBuild information specific to the client project, see [MSBuild properties for JSPS](../javascript/javascript-project-system-msbuild-reference.md).

docs/javascript/tutorial-asp-net-core-with-vue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,6 @@ Edit the Docker profile in the `launchSettings.json` by adding the following pro
211211

212212
## Next steps
213213

214-
For more information about SPA applications in ASP.NET Core, see [Developing Single Page Apps](/aspnet/core/client-side/spa/intro#developing-single-page-apps). The linked article provides additional context for project files such as *aspnetcore-https.js*, although details of the implementation are different due to differences between the project templates and the Vue.js framework vs. other frameworks. For example, instead of a ClientApp folder, the Vue files are contained in a separate project.
214+
For more information about SPA applications in ASP.NET Core, see [Developing Single Page Apps](/aspnet/core/client-side/spa/intro?view=aspnetcore-7.0&preserve-view=true#developing-single-page-apps). The linked article provides additional context for project files such as *aspnetcore-https.js*, although details of the implementation are different due to differences between the project templates and the Vue.js framework vs. other frameworks. For example, instead of a ClientApp folder, the Vue files are contained in a separate project.
215215

216216
For MSBuild information specific to the client project, see [MSBuild properties for JSPS](../javascript/javascript-project-system-msbuild-reference.md).

gamedev/unreal/get-started/vs-tools-unreal-install.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ To install Visual Studio Tools for Unreal Engine:
4040
1. Select the **Workloads** tab, then select the **Game development with C++** workload.
4141
1. In the **Installations details** pane, ensure that under **Game development with C++** > **Optional** that **Visual Studio Tools for Unreal Engine** is selected. If you work with High-Level Shader Language (HLSL) files, ensure that **HLSL Tools** is also selected.
4242
1. Select the **Individual components** tab at the top of the dialog.
43-
1. Under **Installation details** on the right, expand **Desktop development with C++**.
43+
1. Under **Installation details** on the right, expand **Game development with C++**.
4444
1. Ensure that under **Optional** that **Windows 10 SDK 10.0.18362.0**, or higher, is selected.
4545
1. Select **Modify** to complete the installation.
4646

4747
:::image type="content" source="../media/unreal-workload.png" alt-text="Screenshot of the game development with C++ workload selected in the installer. In the installation details pane, IDE support for Unreal Engine and HLSL Tools are checked." lightbox="../media/unreal-workload.png":::
4848

4949
## Configure Unreal Engine to use Visual Studio
5050

51-
Epic Games provides the UnrealVS extension for Visual Studio. You don't need to install the plugin to use Visual Studio Tools for Unreal Engine. It provides convenience features such as making it easier to build UE projects, set command-line arguments, batch build projects, and so on. For more information, see [UnrealVS Extension](https://docs.unrealengine.com/using-the-unrealvs-extension-for-unreal-engine-cplusplus-projects/).
51+
Epic Games provides the UnrealVS extension for Visual Studio. It's not necessary to install the plugin to use Visual Studio Tools for Unreal Engine but it provides convenience features such as making it easier to build UE projects, set command-line arguments, batch build projects, and so on. For more information, see [UnrealVS Extension](https://docs.unrealengine.com/using-the-unrealvs-extension-for-unreal-engine-cplusplus-projects/).
5252

5353
You can install the Unreal Engine Visual Studio Integration Tool plugin via the [Unreal Engine Marketplace](https://aka.ms/vsituemarketplace) website. Search the marketplace for "Visual Studio Integration Tool". The Unreal Engine Marketplace provides instructions for installing the plugin.
5454

subscriptions/faq/admin/managing/includes/manage-admins.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ ms.faqid: group1_2
66
ms.topic: include
77
ms.assetid: 11274272-d834-44c7-acdb-09c9ba2f852d
88
ms.subservice:
9-
author: evanwindom
9+
author: joseb-rdc
1010
ms.author: amast
11-
ms.date: 08/09/2023
11+
ms.date: 09/19/2024
1212
---
1313

1414
## How do I manage administrators?
1515

16-
If you're a Super Admin, you can add or remove other Super Admins or Administrators. Administrators can only add or remove subscribers and don't see the Manage Administrators tab in the [Admin Portal](https://manage.visualstudio.com).
16+
If you're a Super Admin, you can add or remove other Super Admins or admins. Administrators can only add or remove subscribers and don't see the Manage Administrators tab in the [Admin Portal](https://manage.visualstudio.com).
1717

1818
To manage administrators:
1919

0 commit comments

Comments
 (0)