- Notifications
You must be signed in to change notification settings - Fork16
PowerShell functions for Windows Forms controls
License
lazywinadmin/WinFormPS
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
WinFormPS is a PowerShell module to manage and interact with Windows Forms (WinForms) Controls.
If you are among those creating PowerShell Graphical User Interface using tools such as SAPIEN PowerShell Studio, you will realize that you need to dive a lot into the controls and MSDN to find the accurate methods or properties to perform the actions you want.
The goal of this module is to resolve that issue and make it simpler by using a set of functions to control WinForms Controls.
Install-Module-name WinFormPS
- Download the repository
- Unblock the zip file
- Extract the folder to a module path (e.g. $home\Documents\WindowsPowerShell\Modules)
# Import the module.Import-Module-Name WinFormPS# Get the commands availableGet-Command-Module WinFormPS# Get helpGet-HelpGet-WFFormGet-Help about_WinFormPS
Would love contributors, suggestions, feedback, and other help!
- Sapien's Blog - Spotlight on Controlshttps://www.sapien.com/blog/topics/spotlight-on-controls/
- MSDN is a great resource if you want to find more information on the NET classes to use. SeeSystem.Windows.Forms
- DotNetPerls.com Great resource if you want to understand what is important in each WinForms Controls
- Thanks to the SAPIEN Inc. team (in particular David Corrales and June Blender) and their great tool PowerShell Studio! Really makes life easier to create, update and manage PowerShell scripts and UI. Some functions in this module are coming from SAPIEN's Team, you will notice in the Comment Based Help a mention for that. They were kind enought to let me use some their code. Thanks Again! You guys rock!
This function allow you to perform different action against a DataGridView
About
PowerShell functions for Windows Forms controls
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.