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
Copy file name to clipboardExpand all lines: Extension/WindowsForms-Extension/Syncfusion-Project-Templates-for-Windows-Forms.md
+9-16Lines changed: 9 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,33 @@ control: Syncfusion Extensions
7
7
documentation: ug
8
8
---
9
9
10
-
11
10
# Create WinForms application
12
11
13
12
Syncfusion provides the Visual Studio Project Template for the Syncfusion WinForms platform to create the Syncfusion WinForms Application by adding the required Syncfusion assemblies and forms.
14
13
15
14
I> The Syncfusion Windows Forms templates are available from v14.3.0.49.
16
15
16
+
>WinForms Project Template works seamlessly with Visual Studio 2015 or lower. For the Visual Studio 2017 or later versions, it is recommended to use a [WinForms Template Studio](https://help.syncfusion.com/windowsforms/visual-studio-integration/template-studio).
17
+
17
18
Use the following steps to create the Syncfusion Windows Forms project through the Visual Studio Project Template.
18
19
19
-
> Before use the Syncfusion WinForms Project Template, check whether the **WinForms Extensions - Syncfusion** installed or not in Visual Studio Extension Manager by clicking on the Tools -> Extensions and Updates -> Installed for Visual Studio 2017 or lower and for Visual Studio 2019 by clicking on the Extensions -> Manage Extensions -> Installed.If this extension not installed, please install the extension by follow the steps from the [download and installation](https://help.syncfusion.com/windowsforms/visual-studio-integration/vs2019-extensions/download-and-installation/) help topic.
20
+
> Check whether the **WinForms Extensions - Syncfusion**are installed or not in Visual Studio 2015 or lower by going to **Tools -> Extensions and Updates -> Installed**. If this extension not installed, please install the extension by follow the steps from the [download and installation](https://help.syncfusion.com/windowsforms/visual-studio-integration/download-and-installation) help topic.
20
21
21
22
1. To create a Syncfusion Windows Forms project, follow either one of the options below:
22
23
23
24
**Option 1:**
24
25
Click **Extensions >Syncfusion Menu** and choose **Essential Studio for WinForms > Create New Syncfusion Project…** in **Visual Studio**.
25
26
26
-

27
+

27
28
28
-
N> In Visual Studio 2017 or lower, you can see the Syncfusion menu directly in the Visual Studio menu.
29
+
N> In Visual Studio 2015 or lower, you can see the Syncfusion menu directly in the Visual Studio menu.
29
30
30
31
**Option 2:**
31
32
Choose **File -> New -> Project**. Opens a new dialog to create a new project. You can obtain the templates provided by Syncfusion for WinForms by filtering the project type with Syncfusion or by using the Syncfusion keyword in the search option
32
33
33
34

34
35
35
-
In Visual Studio 2017 or lower, Select File > New > Project and navigate to Syncfusion > Windows > Syncfusion Windows Forms Application in Visual Studio.
36
+
In Visual Studio 2015 or lower, Select File > New > Project and navigate to Syncfusion > Windows > Syncfusion Windows Forms Application in Visual Studio.
36
37
37
38

38
39
@@ -44,35 +45,27 @@ Use the following steps to create the Syncfusion Windows Forms project through t
44
45
45
46

46
47
47
-
> .NET 6.0 version is available from v19.4.0.38 and support from Visual Studio 2022.
48
-
49
-
> .NET 7.0 version is available from v20.4.0.38 and support from Visual Studio 2022.
50
-
51
-
> .NET 8.0 version is available from v23.2.4 and support from Visual Studio 2022.
52
-
53
-
In Visual Studio 2017 or lower, Syncfusion Windows Forms Application project configuration wizard.
48
+
In Visual Studio 2015 or lower, Syncfusion Windows Forms Application project configuration wizard.
54
49
55
50

56
51
57
52
**Project Configurations**
58
53
59
54
**Project Type:** Select the project type, either .NET Framework or .NET Core.
60
55
61
-
N> Project type selection option will be available only from Visual Studio 2019 and later in Syncfusion Windows Forms Project template configuration. The .NET 6.0, .NET 7.0, and .NET 8.0 option will be listed in project type only when the .NET 6.0, .NET 7.0, and .NET 8.0 setup has been installed.
62
-
63
56
**Language:** Select the language, either CSharp or VB.
64
57
65
58
**Reference From:** Choose the assembly location such as NuGet, GAC Location, or Essential Studio installed location, from where the assembly is added to the project.
66
59
67
-
N> Installed location and GAC option will be available only when the Syncfusion Essential Windows Forms setup has been installed. You can use NuGet option without installing the Syncfusion Essential Windows Forms setup. Also, the GAC option will not be available when you choose .NET 6.0, .NET 7.0, and .NET 8.0 from project type option in Visual Studio 2022.
60
+
N> Installed location and GAC option will be available only when the Syncfusion Essential Windows Forms setup has been installed. You can use NuGet option without installing the Syncfusion Essential Windows Forms setup.
68
61
69
62
**Installed ES Build Version:** Choose the build version to add the corresponding version assemblies to the project.
70
63
71
64
N> Installed ES build version option will be available only when you install the Syncfusion Essential Windows Forms setup and choose the assembly location as Installed Location or GAC.
72
65
73
66
**Select Window:** Choose the window as required for application.
74
67
75
-
4. After the Project Configuration Wizard is done, the Syncfusion WinForms project is created with required references and forms.
68
+
4. After choosing above project configuration options in the Project Configuration Wizard, click the create button then Syncfusion WinForms project is created with the necessary XAML files and required Syncfusion WinForms assemblies/NuGet packages.
76
69
77
70

0 commit comments