Skip to content

Commit 38e20fa

Browse files
committed
add CSharp WinForms screenshots for VS 2019
1 parent 7393da8 commit 38e20fa

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed
73 KB
Loading
38.1 KB
Loading

docs/ide/create-a-visual-basic-winform-in-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ First, you'll create a Visual Basic application project. The project type comes
5959

6060
![View the 'Create a new project' window](../get-started/media/vs-2019/create-new-project-dark-theme.png)
6161

62-
1. On the **Create a new project** window, enter or type *Windows Forms* in the search box. Next, choose **Visual Basic** from the Language list, and then choose **Windows** from the Platform list.
62+
1. On the **Create a new project** window, choose the **Windows Forms App (.NET Framework)** template for Visual Basic.
6363

64-
After you apply the language and platform filters, choose the **Windows Forms App (.NET Framework)** template, and then choose **Next**.
64+
(If you prefer, you can refine your search to quickly get to the template you want. For example, enter or type *Windows Forms App* in the search box. Next, choose **Visual Basic** from the Language list, and then choose **Windows** from the Platform list.)
6565

6666
![Choose the Visual Basic template for the Windows Forms App (.NET Framework)](../get-started/visual-basic/media/vs-2019/vb-create-new-project-search-winforms-filtered.png)
6767

docs/ide/create-csharp-winform-visual-studio.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,11 @@ First, you'll create a C# application project. The project type comes with all t
5959

6060
![View the 'Create a new project' window](../get-started/media/vs-2019/create-new-project-dark-theme.png)
6161

62-
1. On the **Create a new project** window, enter or type *Windows Forms* in the search box. Next, choose **C#** from the Language list, and then choose **Windows** from the Platform list.
62+
1. On the **Create a new project** window, choose the **Windows Forms App (.NET Framework)** template for C#.
6363

64-
After you apply the language and platform filters, choose the **Windows Forms App (.NET Framework)** template, and then choose **Next**.
64+
(If you prefer, you can refine your search to quickly get to the template you want. For example, enter or type *Windows Forms App* in the search box. Next, choose **C#** from the Language list, and then choose **Windows** from the Platform list.)
6565

66-
![Choose the C# template for the Windows Forms App (.NET Framework)](../get-started/visual-basic/media/vs-2019/vb-create-new-project-search-winforms-filtered.png)
66+
![Choose the C# template for the Windows Forms App (.NET Framework)](../get-started/csharp/media/vs-2019/csharp-create-new-winforms-project-nonfiltered.png)
6767

6868
> [!NOTE]
6969
> If you do not see the **Windows Forms App (.NET Framework)** template, you can install it from the **Create a new project** window. In the **Not finding what you're looking for?** message, choose the **Install more tools and features** link.
@@ -78,7 +78,7 @@ First, you'll create a C# application project. The project type comes with all t
7878
7979
1. In the **Configure your new project** window, type or enter *HelloWorld* in the **Project name** box. Then, choose **Create**.
8080

81-
![in the 'Configure your new project' window, name your project 'HelloWorld'](../get-started/visual-basic/media/vs-2019/vb-name-your-winform-project-helloworld.png)
81+
![in the 'Configure your new project' window, name your project 'HelloWorld'](../get-started/csharp/media/vs-2019/csharp-name-your-winform-project-helloworld.png)
8282

8383
Visual Studio opens your new project.
8484

0 commit comments

Comments
 (0)