Skip to content

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

License

Notifications You must be signed in to change notification settings

lazywinadmin/WPFPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published