Skip to content

Repo sync for protected branch #10409

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Tutorial: Add code to the picture viewer Windows Forms app"
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.
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.
dev_langs:
- "CSharp"
- "VB"
Expand All @@ -9,11 +9,11 @@ ms.author: meghaanand
manager: mijacobs
ms.subservice: general-ide
ms.topic: tutorial
ms.date: 03/29/2024
ms.date: 09/19/2024
ms.custom: vs-acquisition
#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.
---
# Tutorial: Add code to the picture viewer Windows Forms app in Visual Studio
# Tutorial: Add code to the picture viewer Windows Forms App (.NET Framework)

In this series of three tutorials, you create a Windows Forms application that loads a picture and displays it.
The Visual Studio Integrated Design Environment (IDE) provides the tools you need to create the app.
Expand All @@ -28,6 +28,8 @@ In this third tutorial, you learn how to:
> - Write code for the other controls
> - Run your application

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.

## Prerequisites

- 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).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: "Tutorial: Add controls to a picture viewer app"
title: "Tutorial: Add controls to the picture viewer Windows Forms app"
description: Add a picture box, a checkbox, and buttons to a picture viewer application in the Visual Studio integrated development environment.
author: anandmeg
ms.author: meghaanand
manager: mijacobs
ms.subservice: general-ide
ms.topic: tutorial
ms.date: 03/29/2024
ms.date: 09/19/2024
#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.
---
# Tutorial: Add controls to the picture viewer Windows Forms app in Visual Studio
# Tutorial: Add controls to the picture viewer Windows Forms App (.NET Framework)

In this series of three tutorials, you create a Windows Forms application that loads a picture and displays it.
The Visual Studio Integrated Design Environment (IDE) provides the tools you need to create the app.
Expand All @@ -25,6 +25,8 @@ In this second tutorial, you learn how to:
> - Change control names and locations
> - Add dialog components

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.

## Prerequisites

- This tutorial builds on the previous tutorial, [Create a picture viewer application](tutorial-windows-forms-picture-viewer-layout.md).
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: Create WinForms projects for picture viewer apps
description: Create a C# or VB WinForms project for a picture viewer application in the Visual Studio integrated development environment (IDE).
title: Create a WinForms project for a picture viewer app
description: Create a C# or VB Windows Forms (.NET Framework) project for a picture viewer application in the Visual Studio integrated development environment (IDE).
author: anandmeg
ms.author: meghaanand
manager: mijacobs
ms.subservice: general-ide
ms.topic: tutorial
ms.date: 03/29/2024
ms.date: 9/19/2024
#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.
---
# Tutorial: Create a picture viewer Windows Forms app in Visual Studio
# Tutorial: Create a picture viewer Windows Forms App (.NET Framework)

In this series of three tutorials, you create a Windows Forms application that loads a picture and displays it.
The Visual Studio Integrated Design Environment (IDE) provides the tools you need to create the app.
Expand All @@ -21,6 +21,8 @@ In this first tutorial, you learn how to:
> - Add a layout element
> - Run your application

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.

## Prerequisites

- You need Visual Studio to complete this tutorial.
Expand Down
4 changes: 3 additions & 1 deletion docs/ide/how-to-change-fonts-and-colors-in-visual-studio.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Change themes, fonts, text, & accessibility options in Visual Studio
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.
titleSuffix: ''
ms.date: 9/10/2024
ms.date: 9/19/2024
ms.topic: how-to
helpviewer_keywords:
- Visual Studio, color themes
Expand Down Expand Up @@ -153,6 +153,8 @@ You can change the font and text size for all the IDE frame and tool windows, or

::: moniker-end

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.

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.

## Set language-specific editor options
Expand Down
2 changes: 1 addition & 1 deletion docs/javascript/tutorial-asp-net-core-with-angular.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ If you create the project with [Docker support](../containers/overview.md#prereq

## Next steps

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

For MSBuild information specific to the client project, see [MSBuild properties for JSPS](../javascript/javascript-project-system-msbuild-reference.md).
2 changes: 1 addition & 1 deletion docs/javascript/tutorial-asp-net-core-with-react.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,6 @@ If you create the project with [Docker support](../containers/container-tools-re

## Next steps

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

For MSBuild information specific to the client project, see [MSBuild properties for JSPS](../javascript/javascript-project-system-msbuild-reference.md).
2 changes: 1 addition & 1 deletion docs/javascript/tutorial-asp-net-core-with-vue.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,6 @@ Edit the Docker profile in the `launchSettings.json` by adding the following pro

## Next steps

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

For MSBuild information specific to the client project, see [MSBuild properties for JSPS](../javascript/javascript-project-system-msbuild-reference.md).
4 changes: 2 additions & 2 deletions gamedev/unreal/get-started/vs-tools-unreal-install.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,15 +40,15 @@ To install Visual Studio Tools for Unreal Engine:
1. Select the **Workloads** tab, then select the **Game development with C++** workload.
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.
1. Select the **Individual components** tab at the top of the dialog.
1. Under **Installation details** on the right, expand **Desktop development with C++**.
1. Under **Installation details** on the right, expand **Game development with C++**.
1. Ensure that under **Optional** that **Windows 10 SDK 10.0.18362.0**, or higher, is selected.
1. Select **Modify** to complete the installation.

:::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":::

## Configure Unreal Engine to use Visual Studio

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

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.

Expand Down
6 changes: 3 additions & 3 deletions subscriptions/faq/admin/managing/includes/manage-admins.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ ms.faqid: group1_2
ms.topic: include
ms.assetid: 11274272-d834-44c7-acdb-09c9ba2f852d
ms.subservice:
author: evanwindom
author: joseb-rdc
ms.author: amast
ms.date: 08/09/2023
ms.date: 09/19/2024
---

## How do I manage administrators?

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

To manage administrators:

Expand Down