- 25 Apr, 2022 1 commit
-
-
Patrik authored
-
- 18 Nov, 2019 3 commits
-
-
Patrik authored
Updated WinForm function generator to not create duplicates and sort the functions. These updates where also added to the module
-
Patrik authored
WinForms functions are no longer generated on the fly, instead a separate script can be used to generate them and then you can manually add them to the module. Most likely they will never need to be updated but I include this separate script in the repo anyway since it could be modified to work with other dll Assemblies
-
Patrik authored
WinForms functions are now automatically generated instead of specified in the file, this is experimental and will most likely not work exactly like this at a later stage
-
- 26 Aug, 2019 1 commit
-
-
Patrik authored
-
- 23 Aug, 2019 1 commit
-
-
Patrik authored
-
- 22 Aug, 2019 5 commits
-
-
Patrik authored
If an invalid number is passed to New-Popup show a simple OKOnly popup instead of not showing anything
-
Patrik authored
-
Patrik authored
-
Patrik authored
-
Patrik authored
You can now set type and icon by switches and by using -ReturnText you will get a string instead of a number back making it easier to under stand your if statements
-
- 14 Aug, 2019 1 commit
-
-
Patrik authored
-
- 09 Jul, 2019 5 commits
-
-
Patrik authored
Reverted last commit due to AutoHeight not working correctly depending on what kind of borderstyle you have. Will look in to adding it back later
-
Patrik authored
New-ArrayItemSelector now has a flag for AutoHeight, you can also set a maximum height with -MaxAutoHeight, default maximum is 1000
-
Patrik authored
-
Patrik authored
Replaced New-InputBox with a custom InputBox, if you still want to use the old Visal Basic inputbox use the flag -vbsInputBox
-
Patrik authored
-
- 08 Jul, 2019 1 commit
-
-
Patrik authored
This is a custom object where you can select a specific string from a string array
-
- 14 Feb, 2019 1 commit
-
-
Patrik authored
Several new objects added as well as now supporting the SYNC variable being created outside EasyGUI before it is initialized, it is preferred not to create it outside EasyGUI but could be needed in some cases.
-
- 06 Jun, 2018 1 commit
-
-
Patrik authored
-
- 22 Feb, 2018 1 commit
-
-
Patrik authored
Removed the experimental $ICON hashtable as it will slow down the load time a lot since all the icons where loaded during the initialization, the same thing can now be achieved using Get-Icon like this Get-Icon Explorer. That way only the icons that are actually used will be loaded.
-
- 21 Feb, 2018 2 commits
- 19 Feb, 2018 1 commit
-
-
Patrik authored
-
- 12 Feb, 2018 1 commit
-
-
Patrik authored
-
- 10 Feb, 2018 2 commits