Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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