[WinForms] Creating GUIs in Windows PowerShell with WinForms
WinForms is a subset of the .NET framework designed specifically for the creation of Windows based GUIs. It allows GUI controls (such as buttons and labels) to be placed in containers (such as a form) and displayed to the user.



