You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Choose either **Visual C#** or **Visual Basic** on the left side of the **New Project** dialog box, and then choose **Windows Desktop**.
30
30
@@ -43,7 +43,7 @@ When you create a picture viewer, the first step is to create a Windows Forms Ap
43
43
44
44

45
45
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.
47
47
48
48
After you apply the language and platform filters, choose the **Windows Forms App (.NET Framework)** template, and then choose **Next**.
49
49
@@ -52,13 +52,13 @@ When you create a picture viewer, the first step is to create a Windows Forms Ap
52
52
> [!NOTE]
53
53
> 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.
54
54
>
55
-
> 
56
-
>
55
+
> 
56
+
>
57
57
> Next, in the Visual Studio Installer, choose the Choose the **.NET desktop development** workload.
58
-
>
58
+
>
59
59
> 
60
60
>
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.
62
62
63
63
1. In the **Configure your new project** window, type or enter *PictureViewer* in the **Project name** box. Then, choose **Create**.
64
64
@@ -108,4 +108,4 @@ Visual Studio creates a solution for your program. A solution acts as a containe
108
108
109
109
## See also
110
110
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