WPFPS icon indicating copy to clipboard operation
WPFPS copied to clipboard

PowerShell module to interact with Windows Presentation Foundation (or WPF) controls.

WPFPS

The WPFPS powershell module allows you to interact with Windows Presentation Foundation (WPF) controls.

If you are among those creating complexe/advanced PowerShell Graphical User Interface, you will realize the need for functions to interact with the different Controls.

If your need is only to create simple GUI, without too many controls you might want to take a look at ShowUI.

Installation

Download from PowerShell Gallery

Install-Module -Name WPFPS

Download from GitHub repository

  • Download the repository
  • Unblock the zip file
  • Extract the folder to a module path (e.g. $home\Documents\WindowsPowerShell\Modules)

Usage


# Import the module.
Import-Module -Name WPFPS

# Get the commands available
Get-Command -Module WPFPS

# Get help
Get-Help Get-WPFForm

Help !!

Would love contributors, suggestions, feedback, and other help! Feel free to open an Issue

Examples

Some example here

Alt text

More Information

Alt text

Resources

Notes

  • Credit to Chad Miller for Out-Datatable private function