https://github.com/martudev/easygui
EasyGUI is a project that tries to facilitate the creation of custom windows forms, specially oriented to use them in GUI overlay apps (for example: games)
https://github.com/martudev/easygui
csharp flat-design gui non-hook-ui ui ui-components visual-studio windows-forms
Last synced: about 1 month ago
JSON representation
EasyGUI is a project that tries to facilitate the creation of custom windows forms, specially oriented to use them in GUI overlay apps (for example: games)
- Host: GitHub
- URL: https://github.com/martudev/easygui
- Owner: martudev
- Created: 2020-10-15T14:18:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T15:26:19.000Z (over 5 years ago)
- Last Synced: 2025-05-29T18:28:07.729Z (about 1 year ago)
- Topics: csharp, flat-design, gui, non-hook-ui, ui, ui-components, visual-studio, windows-forms
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EasyGUI
This is a library that facilitates the creation of custom windows forms, especially used for non-hook forms, our designs are oriented to Flat-design. We would like other developers to extend this library so that each one can add their designs (it is not necessary that they be flat-designs), to contribute please see [How To Contribute](#how-to-contribute)
----------------------
## How to Use
**Only tested in VS 2019**
1. Download Source Code(i) or download the Release published(ii).
1. Then..
1. Build the souce code and go to ../EasyGUI/bin/Debug and open `EasyGUI.vsix`
2. Open `EasyGUI.vsix` and folow the instructions
1. Open the ToolBox and search for `EButton` or any you want.
1. Enjoy! :)
Uninstall:
1. Open VS 2019 go to `Extensions >> Manage extensions >> Installed >> All`
1. search for `EasyGUI` and click unistall.
1. Close VS 2019.
if you want you can join to our discord server [Join Now](https://discord.gg/BqB5DnP)
----------------------
## Button



## Panel



## How To Contribute
1) Create a fork of this repository.
1) Make the changes.
1) Create a pull request to `dev` branch.
## Common issues
- If you change the EasyGUI version, you may get a message when importing a new component that says **"there is already a component with the same name"**, to solve this you must go to your `project >> references >> EasyGUI` and remove the reference.
## ChangeLog
* 2020-10-15 -- Adding button and panel flat-design