Create A PowerShell Multi-Form GUI App
Follow along with step-by-step instructions as we build a simple multi-window PowerShell GUI application with Windows PowerShell and PowerShell Studio 2016.
You’ll learn:
— How to create an app with multiple modal windows
— How to open a child form from a parent form
— How to get property values from a child form
See also:
— Write a Multi-Form PowerShell GUI App:
— How to Multi-Form Projects Work?
Code on GitHub:
NOTES:
Video uses PowerShell Studio 5.2.127
This video assumes that you know how to create a single-form PowerShell GUI app. Need help?
— PowerShell GUIs: Where do I start?
— My First Form – Part 1:
— My First Form – Part 2: Controls & Properties