Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 2.31 KB

README.md

File metadata and controls

55 lines (33 loc) · 2.31 KB

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 Use

Only tested in VS 2019

  1. Download Source Code(i) or download the Release published(ii).
  2. Then..
    1. Build the souce code and go to ../EasyGUI/bin/Debug and open EasyGUI.vsix
    2. Open EasyGUI.vsix and folow the instructions
  3. Open the ToolBox and search for EButton or any you want.
  4. Enjoy! :)

Uninstall:

  1. Open VS 2019 go to Extensions >> Manage extensions >> Installed >> All
  2. search for EasyGUI and click unistall.
  3. Close VS 2019.

if you want you can join to our discord server Join Now


Button

Captura de pantalla 2020-10-15 135854 Captura de pantalla 2020-10-15 135929 Captura de pantalla 2020-10-15 140222

Panel

Captura de pantalla 2020-10-15 142718 Captura de pantalla 2020-10-15 142813 Captura de pantalla 2020-10-15 142847

How To Contribute

  1. Create a fork of this repository.
  2. Make the changes.
  3. 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