Saturday, September 23, 2017

PowerShell: Multiple jobs in a Windows Form

The following example demonstrates a simple method for managing multiple jobs in a form.  The example shows how the job management code can update a complex control on a per job basis.  This demo uses a DataGridView to configure and track the job.

The scripts require no external support and require PS Version 3 or later.

This link is for the PS1file:  https://1drv.ms/u/s!AjiiPtIUqzK_hbMB_r6sugB5IcRTqQ

This link is a PSF for PowerShell Studio: https://1drv.ms/u/s!AjiiPtIUqzK_hbMELfzgAvcGU0IKWw

For more information on how this works see: https://info.sapien.com/index.php/guis/gui-advanced-tips/powershell-studio-creating-responsive-forms

For more information on using PowerShell with Forms see: https://info.sapien.com/index.php/guis