Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/monosoul/gui_functions.psm1
Some basic GUI-functions that may be used in many scripts
https://github.com/monosoul/gui_functions.psm1
Last synced: about 2 months ago
JSON representation
Some basic GUI-functions that may be used in many scripts
- Host: GitHub
- URL: https://github.com/monosoul/gui_functions.psm1
- Owner: monosoul
- Created: 2015-04-20T07:42:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-20T07:54:21.000Z (over 9 years ago)
- Last Synced: 2023-08-02T22:07:43.179Z (over 1 year ago)
- Language: PowerShell
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# gui_functions.psm1
Some basic GUI-functions that may be used in many scripts### How to use
Import-Module "\gui_functions.psm1" -DisableNameChecking
### List of functions
#### Open-FileDialog
Forms dialog to open file.Get-Help Open-FileDialog -Full
#### Open-InputBox
Forms dialog to input some string.Get-Help Open-InputBox -Full
#### Show-MessageBox
MessageBox dialog.Get-Help Show-MessageBox -Full
#### Save-FileDialog
Forms dialog to save file.Get-Help Save-FileDialog -Full