Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

PowerShell functions for Windows Forms controls

License

NotificationsYou must be signed in to change notification settings

lazywinadmin/WinFormPS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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.

Installation

Download from PowerShell Gallery (PowerShell v5+)

Install-Module-name WinFormPS

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 WinFormPS# Get the commands availableGet-Command-Module WinFormPS# Get helpGet-HelpGet-WFFormGet-Help about_WinFormPS

Help !!

Would love contributors, suggestions, feedback, and other help!

More Information

Notes

  • 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!

Examples

Set-WFDataGridView

This function allow you to perform different action against a DataGridViewalt tag

About

PowerShell functions for Windows Forms controls

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp