https://github.com/mimaxuz/winforms-dynamic-controls
C# WinForms dynamic creation of controls, labels, textboxes, panels, etc.
https://github.com/mimaxuz/winforms-dynamic-controls
Last synced: 10 months ago
JSON representation
C# WinForms dynamic creation of controls, labels, textboxes, panels, etc.
- Host: GitHub
- URL: https://github.com/mimaxuz/winforms-dynamic-controls
- Owner: MIMAXUZ
- License: mit
- Created: 2020-07-11T12:31:45.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-11T13:25:54.000Z (almost 6 years ago)
- Last Synced: 2025-03-30T17:43:28.480Z (about 1 year ago)
- Language: C#
- Size: 26.4 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/dotnet/winforms/blob/master/LICENSE.TXT)
At the same time is a IN development C# dynamic creation of controls, labels, textboxes, panels, etc. This poject created using C# (.NET/WinForms).
## About
A simple class for creating panels, labels, textboxes and forms dynamicly using Windows Forms (WinForms), explained in a simple and straightforward way.
You can create as many controls as you want and maybe even delete them. Also you can clear all created controls (Soon).
## App requirements
* Visual Studio 2017 (15.7.4)+ Or Visual Studio 2019 (Tested both of them)
* .NET Framework (4.6.2+)
## Usage
### Installation
### For VIsual Studio 2019
If you're using VS 2019 you can simply clone this project and open it in Visual Studio by cloning
```
git clone https://github.com/MIMAXUZ/WinForms-dynamic-controls.git
```
### For VIsual Studio 2017
* Download it in .ZIP file
* Extract .zip file
* Open VIsual Studio
* file -> open -> project and select the project
* Upade model to your server configuration. (Default server name (.))
## Screenshots
1. Press F5 or CTRL + F5 to start the program.

## About Creator
- Created By O'ktam Yaqubov (MIMAXUZ)
Note: See officially supported [mimaxuz97@gmail.com](https://github.com/mimaxuz).