An open API service indexing awesome lists of open source software.

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)

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
![Captura de pantalla 2020-10-15 135854](https://user-images.githubusercontent.com/55553571/96165314-d6969780-0ef2-11eb-93a1-ad7e9f61d761.png)
![Captura de pantalla 2020-10-15 135929](https://user-images.githubusercontent.com/55553571/96165339-dd250f00-0ef2-11eb-8075-84719927cc23.png)
![Captura de pantalla 2020-10-15 140222](https://user-images.githubusercontent.com/55553571/96165346-df876900-0ef2-11eb-9d00-ef76fd56c957.png)

## Panel
![Captura de pantalla 2020-10-15 142718](https://user-images.githubusercontent.com/55553571/96165350-e1512c80-0ef2-11eb-875f-832584d9ab7e.png)
![Captura de pantalla 2020-10-15 142813](https://user-images.githubusercontent.com/55553571/96165363-e615e080-0ef2-11eb-88f6-7487361f9035.png)
![Captura de pantalla 2020-10-15 142847](https://user-images.githubusercontent.com/55553571/96165367-e7470d80-0ef2-11eb-8a89-aadf480e3fd1.png)

## 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