Skip to content
6 changes: 3 additions & 3 deletions WindowsForms/Add-Syncfusion-Controls.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Steps to add Syncfusion® Essential® Windows Forms controls
description: Learn here about Steps to Add Syncfusion® controls support in Syncfusion® Essential® Windows Forms, and more.
title: Add Syncfusion® Controls in Windows Forms | Syncfusion®
description: Learn steps to add Syncfusion® controls to your Windows Forms applications through Designer, Code-Behind, Project Templates, and Item Templates.
platform: windowsforms
control: Introduction
documentation: ug
---

# Add Windows Forms Syncfusion<sup>®</sup> Controls
# Add Syncfusion® Controls in Windows Forms

The Syncfusion<sup>®</sup> Windows Forms controls can be added in a Visual Studio projects by using either of the following ways,

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Applying-patches/Applying-patches.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Apply the Patch for Major\Service Pack Version | Syncfusion
description: Learn here about how to apply the patch for major or service pack version of Syncfusion Essential Studio.
title: Applying Patches in Windows Forms | Syncfusion®
description: Learn how to apply patches for major or service pack versions in Syncfusion® Essential Studio for Windows Forms.
platform: windowsforms
control: Essential Studio
documentation: ug
---

# Applying the Patches
# Applying Patches in Windows Forms

Syncfusion provides patch installer for major version or service pack version, either to add new features or to fix issues. You have to install the patches in the order you have received.

Expand Down
9 changes: 4 additions & 5 deletions WindowsForms/Compatibility-with-the-NIST-MBARK-framework.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@
---
layout: post
title: Syncfusion Component Compatibility with the NIST MBARK Framework
description: Syncfusion components have compatibility with the NIST MBARK Framework. It helps to develop a large database of face, fingerprint, and iris images.
title: NIST MBARK Compatibility in Windows Forms | Syncfusion®
description: Learn about Syncfusion® Windows Forms component compatibility with NIST MBARK Framework for biometric applications.
platform: WindowsForms
control: Introduction
documentation: ug
---

# NIST MBARK Compatibility in Windows Forms


# Compatibility with the NIST MBARK Framework
Syncfusion components are compatible with the [NIST's MBARK](https://www.nist.gov/services-resources/software/multimodal-biometric-application-resource-kit-mbark) Framework applications. `NIST MBARK` is public domain source code that may be leveraged to develop the next generation of biometric and personal identity verification applications. `NIST MBARK` application is based on .NET 3.5 SP1 Framework and latest .NET Framework versions. Incorporating the `MBARK` libraries can yield a variety of enhancements critical for the success of any real-world system.
Syncfusion® components are compatible with the [NIST's MBARK](https://www.nist.gov/services-resources/software/multimodal-biometric-application-resource-kit-mbark) Framework applications. `NIST MBARK` is public domain source code that may be leveraged to develop the next generation of biometric and personal identity verification applications. `NIST MBARK` application is based on .NET 3.5 SP1 Framework and latest .NET Framework versions. Incorporating the `MBARK` libraries can yield a variety of enhancements critical for the success of any real-world system.

`NIST's MBARK` was originally envisioned as a tool to develop a large database of face, fingerprint, and iris images for performance testing of biometric systems. `MBARK` has evolved into a standardized, flexible package that enables organizations to plug in sensors from different manufacturers.
7 changes: 3 additions & 4 deletions WindowsForms/Control-Dependencies.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: post
title: Control dependencies | Windows Forms | Syncfusion®
description: Learn here about Control Dependencies with Syncfusion® Windows Forms control, its elements and more details.
title: Control Dependencies in Windows Forms | Syncfusion®
description: Learn about control dependencies, assembly references, and NuGet packages for Syncfusion® Windows Forms controls.
platform: windowsforms
control: Introduction
documentation: ug
---


# Windows Forms Control Dependencies
# Control Dependencies in Windows Forms

This section lists needed assembly or NuGet references to use any control in the application. You can refer to the [deployment section](https://help.syncfusion.com/windowsforms/deployment) to know assembly installation location and [NuGet packages](https://help.syncfusion.com/windowsforms/installation/install-nuget-packages) section to know how to add NuGet reference.

Expand Down
7 changes: 3 additions & 4 deletions WindowsForms/Deployment.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
---
layout: post
title: Assembly deployment in Windows Forms Controls | Syncfusion
description: Learn here about how to install and deploy the Syncfusion Essential Studio Windows Forms components.
title: Deployment in Windows Forms | Syncfusion®
description: Learn about assembly deployment methods for Syncfusion® Essential Studio Windows Forms controls / components.
platform: WindowsForms
control: Deployment
documentation: ug
---


# Deployment in Windows Forms Controls
# Deployment in Windows Forms

## Copy Local

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Featured-Samples.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Guide to run local samples from Windows Forms Studio | Syncfusion
description: Learn how to run the offline samples of Syncfusion Essential Studio Windows Forms controls and components.
title: Featured Samples in Windows Forms | Syncfusion®
description: Learn how to run offline samples and explore Syncfusion® Essential Studio Windows Forms controls and components locally.
platform: WindowsForms
control: Featured Samples
documentation: ug
---

# Featured Samples in Windows Forms Controls
# Featured Samples in Windows Forms

## Syncfusion Windows Forms Controls Panel

Expand Down
14 changes: 7 additions & 7 deletions WindowsForms/HighDPI-support.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: High DPI support | Windows Forms | Syncfusion
description: This section explains about how the high DPI support provides for our Syncfusion Windows Forms controls.
title: High DPI Support in Windows Forms | Syncfusion®
description: Learn about High DPI support and DPI-aware applications for Syncfusion® Windows Forms controls and components.
platform: WindowsForms
control: General
documentation: ug
---

# High DPI Support in Windows Forms Controls
# High DPI Support in Syncfusion® Windows Forms controls

DPI stands for Dots Per Inch is the number of pixels or points rendered in one inch on the interface. The high DPI displays are displayed with an increased number of pixel density compared to the default or standard DPI screen.

Expand Down Expand Up @@ -253,18 +253,18 @@ buttonAdv1.Image = imageListAdv1.Images(0)

9. Run the application and the image for the ButtonAdv will be displayed as per the image set for different DPI scaling as shown below.

#### 100 DPI Scaling
**100 DPI Scaling**

![Adding images and index](HighDPI_images/DPI_100.png)

#### 125 Scaling
**125 DPI Scaling**

![Adding images and index](HighDPI_images/DPI_125.png)

#### 150 Scaling
**150 DPI Scaling**

![Adding images and index](HighDPI_images/DPI_150.png)

#### 200 Scaling
**200 DPI Scaling**

![Adding images and index](HighDPI_images/DPI_200.png)
4 changes: 2 additions & 2 deletions WindowsForms/Installation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Installation in Windows Forms | Syncfusion
description: Learn here all about the different installation support for Syncfusion Windows Forms controls and more.
title: Installation in Windows Forms | Syncfusion®
description: Learn about different installation methods and support for Syncfusion® Essential Studio Windows Forms controls.
platform: WindowsForms
control: Installation
documentation: ug
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Installation/Installation-errors.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Installation Errors in Windows Forms - Syncfusion
description: Learn here about the common installation errors and solution to those errors in Syncfusion Windows Forms Components installation.
title: Installation Errors in Windows Forms | Syncfusion®
description: Learn about common installation errors and their solutions when installing Syncfusion® Windows Forms components and offline installer.
platform: WindowsForms
control: Installation and Deployment
documentation: ug

---

# Common installation errors
# Installation Errors in Windows Forms

This article describes the most common installation errors, as well as the causes and solutions to those errors.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Installation/install-nuget-packages.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Install Syncfusion Windows Forms NuGet packages - Syncfusion
description: Learn here about the how to install Syncfusion Windows Forms NuGet packages from Package manager and NuGet manager.
title: Install NuGet Packages in Windows Forms Extension | Syncfusion®
description: Learn how to install Syncfusion® Windows Forms NuGet packages using the Package Manager UI and NuGet CLI in Visual Studio.
platform: windowsforms
control: Extension
documentation: ug

---

# Install Syncfusion WinForms NuGet packages
# Install NuGet Packages in Windows Forms Extension

## Compatibility

Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Downloading Syncfusion Windows Forms offline installer - Syncfusion
description: Learn here about how to download the Syncfusion Windows Forms offline installer from our Syncfusion website.
title: How to download Windows Forms offline installer | Syncfusion®
description: Learn to download Syncfusion® Windows Forms offline installer from Syncfusion® website for trial or licensed.
platform: WindowsForms
control: Installation and Deployment
documentation: ug

---

# Downloading Syncfusion Windows Forms offline installer
# How to download Syncfusion® Windows Forms offline installer

The Syncfusion Windows Forms offline installer can be downloaded from the [Syncfusion.com](https://www.syncfusion.com/winforms-ui-controls) website. You can either download the licensed installer or try our trial installer depending on your license.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Installation/offline-installer/how-to-install.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Installing Syncfusion Windows Forms offline installer - Syncfusion
description: Learn here about how to install Syncfusion Windows Forms offline installer after downloading from our Syncfusion website.
title: How to install Windows Forms offline installer | Syncfusion®
description: Learn to install Syncfusion® Windows Forms offline installer after downloading from Syncfusion® website easily.
platform: WindowsForms
control: Installation and Deployment
documentation: ug

---

# Installing Syncfusion Windows Forms offline installer
# How to install Syncfusion® Windows Forms offline installer

## Overview

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Installation/web-installer/how-to-download.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Downloading Syncfusion Windows Forms web installer - Syncfusion
description: Learn here about how to download Syncfusion Windows Forms web installer from our Syncfusion website with license.
title: How to download Windows Forms web installer | Syncfusion®
description: Learn to download Syncfusion® Windows Forms web installer from Syncfusion® website for trial or licensed.
platform: WindowsForms
control: Installation and Deployment
documentation: ug

---

# Downloading Syncfusion Windows Forms web installer
# How to download Syncfusion® Windows Forms web installer

The Syncfusion Windows Forms web installer can be downloaded from the [Syncfusion.com](https://www.syncfusion.com/winforms-ui-controls) website. You can either download the licensed installer or try our trial installer depending on your license.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Installation/web-installer/how-to-install.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Installing Syncfusion Windows Forms web installer - Syncfusion
description: Learn here about how to install Syncfusion Windows Forms web installer after downloading from our Syncfusion website.
title: How to install Windows Forms web installer | Syncfusion®
description: Learn to install Syncfusion® Windows Forms web installer after downloading from Syncfusion® website easily.
platform: WindowsForms
control: Installation and Deployment
documentation: ug
---

# Installing Syncfusion Windows Forms web installer
# How to install Syncfusion® Windows Forms web installer


## Overview
Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Licensing/how-to-generate.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Overview of Syncfusion license generation - Syncfusion
description: Learn here about how to generate Syncfusion Windows Forms license key for syncfusion Windows Forms application for license validation.
title: How to generate license key in Windows Forms | Syncfusion®
description: Generate Syncfusion® Windows Forms license key for license validation in Windows Forms applications.
platform: WindowsForms
control: Essential Studio
documentation: ug
---


# Generate Syncfusion Windows Forms License Key
# How to generate license key in Windows Forms

License keys for Windows Forms can be generated from the [License & Downloads](https://www.syncfusion.com/account/downloads) or [Trial & Downloads](https://www.syncfusion.com/account/manage-trials/downloads) section from your Syncfusion account.

Expand Down
8 changes: 4 additions & 4 deletions WindowsForms/Licensing/how-to-register-in-an-application.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Overview of Syncfusion license registration - Syncfusion
description: Learn how to register the Syncfusion license key in a Windows Forms application for license validation.
title: How to register license key in Windows Forms | Syncfusion®
description: Register Syncfusion® license key in Windows Forms applications for license validation and deployment.
platform: windowsforms
control: Essential Studio
documentation: ug
---

# Register Syncfusion license key in a Windows Forms application
# How to register license key in Windows Forms

The generated license key is just a string that needs to be registered before any Syncfusion control is initiated. The following code is used to register the license.

Expand Down Expand Up @@ -42,7 +42,7 @@ N> * Place the license key between double quotes. Also, ensure that Syncfusion.L

I> Syncfusion license keys can be validated during the Continuous Integration (CI) processes to ensure proper licensing and prevent licensing errors during deployment. Refer to the [CI License Validation](https://help.syncfusion.com/windowsforms/licensing/licensing-faq/ci-license-validation) section for detailed instructions on how to implement it.

### Windows Forms
## Windows Forms

You can register the licensing code in the `static void Main` method before calling the `Application.Run()` method in C#. In Visual Basic, register the licensing code in **Application.designer.vb** file constructor.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Licensing/licensing-errors.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Overview of Syncfusion licensing errors - Syncfusion
description: Learn here about Syncfusion common licensing errors which appears on license validation in Syncfusion Windows Forms applications.
title: Licensing Errors in Windows Forms | Syncfusion®
description: Learn more about Syncfusion® licensing errors and find effective solutions for Windows Forms license validation issues
platform: windowsforms
control: Essential Studio
documentation: ug
---

# Syncfusion Licensing Errors
# Licensing Errors in Windows Forms

A licensing error pop-up is displayed with various messages under different circumstances. Here are some ways to resolve different issues.

Expand Down
6 changes: 3 additions & 3 deletions WindowsForms/Licensing/licensing-faq/CI-license-validation.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: Overview of Syncfusion license validation in CI services - Syncfusion
description: Learn how to register the Syncfusion license key for your Syncfusion application and validate it in CI services.
title: CI License Validation in Windows Forms | Syncfusion®
description: Validate Syncfusion® license key in CI services for Windows Forms applications during deployment process.
platform: windowsforms
control: Essential Studio
documentation: ug
Expand All @@ -18,7 +18,7 @@ documentation: ug
</style>


# Syncfusion License Key Validation in CI Services
# CI License Validation in Windows Forms

Syncfusion license key validation in CI services ensures that Syncfusion Essential Studio components are properly licensed during CI processes. Validating the license key at the CI level can prevent licensing errors during deployment. Set up the CI process to fail when the license key validation fails by surfacing a non-zero exit code from the validation script.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Licensing FAQ – Net need for ES license validation | Syncfusion
description: Learn here some information about whether syncfusion Essential Studio license validation needs internet connection.
title: Internet Connection for License Validation in WinForms | Syncfusion®
description: Learn if internet connection is required for Syncfusion® Windows Forms license validation and deployment.
platform: WindowsForms
control: Essential Studio
documentation: ug
---

# Is an internet required for Essential Studio license validation?
# Internet Connection for License Validation in Windows Forms

* Syncfusion license validation is performed offline during application execution and does not require internet access.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Licensing FAQ – Upgrade from Trial version | Syncfusion
description: Learn here some information about upgrading from trial version of Essential Studio to Licensed version.
title: How to upgrade from trial version in Windows Forms | Syncfusion®
description: Upgrade from trial version to licensed version of Syncfusion® Windows Forms after purchasing a license.
platform: WindowsForms
control: Essential Studio
documentation: ug
---

# How to upgrade from Trial version after purchasing a license
# How to upgrade from trial version in Windows Forms

To upgrade from trial version, there are two possible solutions.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: About Essential Studio Licensing | Syncfusion
description: Learn here about Syncfusion Essential Studio license key, how to generate the license key, how to register the license key, and more details.
title: Register Account for NuGet.org Users in Windows Forms | Syncfusion®
description: Register Syncfusion® account for direct NuGet.org users to obtain trial license key for Windows Forms.
platform: WindowsForms
control: Essential Studio
documentation: ug
---

# Registering Syncfusion account for direct NuGet.org users
# Register Account for NuGet.org Users in Windows Forms

If you have directly obtained Syncfusion assemblies from [NuGet.org](https://www.nuget.org/) and do not have a Syncfusion account, follow these steps to obtain a free 30-day trial license key:

Expand Down
Loading