Skip to content

Commit 3715aa1

Browse files
committed
minor formatting fix
1 parent 794bb16 commit 3715aa1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/ide/step-1-create-a-windows-forms-application-project.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ When you create a picture viewer, the first step is to create a Windows Forms Ap
2424

2525
1. On the menu bar, choose **File** > **New** > **Project**. The dialog box should look similar to the following screenshot.
2626

27-
![New project dialog](../ide/media/newprojectdialogcallouts.png)<br/>***New project** dialog box*
27+
![New project dialog](../ide/media/newprojectdialogcallouts.png)<br/>***New project*** *dialog box*
2828

2929
2. Choose either **Visual C#** or **Visual Basic** on the left side of the **New Project** dialog box, and then choose **Windows Desktop**.
3030

@@ -43,7 +43,7 @@ When you create a picture viewer, the first step is to create a Windows Forms Ap
4343

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

46-
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.
46+
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.
4747

4848
After you apply the language and platform filters, choose the **Windows Forms App (.NET Framework)** template, and then choose **Next**.
4949

@@ -52,13 +52,13 @@ When you create a picture viewer, the first step is to create a Windows Forms Ap
5252
> [!NOTE]
5353
> 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.
5454
>
55-
> ![The 'Install more tools and features' link from the 'Not finding what you're looking for' message in the 'Create new project' window](../get-started/media/vs-2019/not-finding-what-looking-for.png)
56-
>
55+
> ![The 'Install more tools and features' link from the 'Not finding what you're looking for' message in the 'Create new project' window](../get-started/media/vs-2019/not-finding-what-looking-for.png)
56+
>
5757
> Next, in the Visual Studio Installer, choose the Choose the **.NET desktop development** workload.
58-
>
58+
>
5959
> ![.NET Core workload in the Visual Studio Installer](../ide/media/install-dot-net-desktop-env.png)
6060
>
61-
> After that, choose the **Modify** button in the Visual Studio Installer. You might be prompted to save your work; if so, do so. Next, choose **Continue** to install the workload.
61+
> After that, choose the **Modify** button in the Visual Studio Installer. You might be prompted to save your work; if so, do so. Next, choose **Continue** to install the workload.
6262
6363
1. In the **Configure your new project** window, type or enter *PictureViewer* in the **Project name** box. Then, choose **Create**.
6464

@@ -108,4 +108,4 @@ Visual Studio creates a solution for your program. A solution acts as a containe
108108

109109
## See also
110110

111-
- [Creating a new Windows Form](/dotnet/framework/winforms/creating-a-new-windows-form/)
111+
- [Creating a new Windows Form](/dotnet/framework/winforms/creating-a-new-windows-form/)

0 commit comments

Comments
 (0)