Skip to content

Commit f8a8e9e

Browse files
Updated
1 parent e61fc3b commit f8a8e9e

File tree

2 files changed

+9
-16
lines changed

2 files changed

+9
-16
lines changed
72.8 KB
Loading

Extension/WindowsForms-Extension/Syncfusion-Project-Templates-for-Windows-Forms.md

Lines changed: 9 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,33 @@ control: Syncfusion Extensions
77
documentation: ug
88
---
99

10-
1110
# Create WinForms application
1211

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

1514
I> The Syncfusion Windows Forms templates are available from v14.3.0.49.
1615

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+
1718
Use the following steps to create the Syncfusion Windows Forms project through the Visual Studio Project Template.
1819

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.
2021
2122
1. To create a Syncfusion Windows Forms project, follow either one of the options below:
2223

2324
**Option 1:**
2425
Click **Extensions >Syncfusion Menu** and choose **Essential Studio for WinForms > Create New Syncfusion Project…** in **Visual Studio**.
2526

26-
![Choose Syncfusion Windows Forms Application via Syncfusion menu](Project-Template-images\Syncfusion_Menu_ProjectTemplate.png)
27+
![Choose Syncfusion Windows Forms Application via Syncfusion menu](Project-Template-images\Syncfusion-menu.png)
2728

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

3031
**Option 2:**
3132
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
3233

3334
![Choose Syncfusion Windows Forms Application from Visual Studio new project dialog](Project-Template-images\Syncfusion-Project-Template-Gallery2019-1.png)
3435

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

3738
![Choose Syncfusion Windows Forms Application from Visual Studio new project dialog](Project-Template-images\Syncfusion-Project-Template-Gallery-1.png)
3839

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

4546
![Syncfusion Windows Forms project configuration wizard](Project-Template-images\Syncfusion-Project-Template-Gallery2019-2.png)
4647

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

5550
![Syncfusion Windows Forms project configuration wizard](Project-Template-images\Syncfusion-Project-Template-Gallery-2.png)
5651

5752
**Project Configurations**
5853

5954
**Project Type:** Select the project type, either .NET Framework or .NET Core.
6055

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-
6356
**Language:** Select the language, either CSharp or VB.
6457

6558
**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.
6659

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

6962
**Installed ES Build Version:** Choose the build version to add the corresponding version assemblies to the project.
7063

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

7366
**Select Window:** Choose the window as required for application.
7467

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

7770
![Syncfusion Windows Forms project created with required references](Project-Template-images\Syncfusion-Project-Template-Gallery-6.png)
7871

0 commit comments

Comments
 (0)