# ComponentOne-WinForms-Samples **Repository Path**: DXFB/ComponentOne-WinForms-Samples ## Basic Information - **Project Name**: ComponentOne-WinForms-Samples - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-26 - **Last Updated**: 2025-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ComponentOne WinForms Edition Samples Deliver intuitive and beautiful Windows Forms applications in less time. * Display and edit data with lightning-fast datagrids and input controls * Endless data visualization options with flexible charts and reporting components * Complete your apps with essential docking, ribbon, and dashboard layout controls * Extensive API and built-in customization options * Support for .NET Framework and .NET 6 This repository contains the samples for [ComponentOne WinForms Edition](https://developer.mescius.com/componentone/winforms-ui-controls). There are several different projects that are organized in sub-folders. These sub-folders are organized similarly to the organization of the docs for .NET. Each sample has a readme.md file that explains the sample. The samples reference, but do not include, the control packages. The control packages can be downloaded from nuget.org or developer.mescius.com/componentone. ## Building a Sample * .NET Framework samples require Visual Studio 2012 and above. * .NET 6 samples will require Visual Studio 2019 and above. You can also build any .NET Core sample using the .NET Core CLI, which is installed with the [.NET Core SDK](https://www.microsoft.com/net/download). Then run these commands from the CLI in the directory of any sample: ``` dotnet build dotnet run ``` This will install any needed dependencies, build the project, and run the project respectively. ## Resources * Product Details: https://developer.mescius.com/componentone/winforms-ui-controls * Demos: https://developer.mescius.com/componentone/demos * Documentation: https://developer.mescius.com/componentone/docs/win * Support Forum: https://developer.mescius.com/forums/winforms-edition If you see issues in specific samples or have requests for new samples, file issues in this repository. If you see issues with the controls, file issues via our [official support channel](https://developer.mescius.com/support/contact). [![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://github.com/dotnet/winforms/blob/master/LICENSE.TXT)