All Projects → lazywinadmin → WPFPS

lazywinadmin / WPFPS

Licence: MIT license
PowerShell module to interact with Windows Presentation Foundation (or WPF) controls.

Programming Languages

powershell
5483 projects

Labels

Projects that are alternatives of or similar to WPFPS

Dmskin Cloudmusic
网易云音乐-用WPF来做网易云音乐客户端会怎么样?
Stars: ✭ 213 (+1152.94%)
Mutual labels:  wpf
Filtration
The Path of Exile loot filter editor
Stars: ✭ 245 (+1341.18%)
Mutual labels:  wpf
YC.Marketing
提供预约、会员、订单、数据统计功能采用WPF MVVM
Stars: ✭ 30 (+76.47%)
Mutual labels:  wpf
Edi
Edi - The open source text editor IDE based on AvalonDock and AvalonEdit
Stars: ✭ 220 (+1194.12%)
Mutual labels:  wpf
Handycontrol
Contains some simple and commonly used WPF controls
Stars: ✭ 3,349 (+19600%)
Mutual labels:  wpf
MahApps.Metro.netcoreapp30
.NET Core 3.1 MahApps.Metro sample
Stars: ✭ 15 (-11.76%)
Mutual labels:  wpf
Tumblthree
A Tumblr Backup Application
Stars: ✭ 211 (+1141.18%)
Mutual labels:  wpf
ColorPickerLib
A WPF/MVVM implementation of a themeable color picker control.
Stars: ✭ 44 (+158.82%)
Mutual labels:  wpf
Graphx
GraphX for .NET
Stars: ✭ 241 (+1317.65%)
Mutual labels:  wpf
EyesGuard
👀 Windows Application for protecting your eyes
Stars: ✭ 217 (+1176.47%)
Mutual labels:  wpf
Camelotia
Cross-platform .NET sample GUI app for cloud file management. Built with ReactiveUI, AvaloniaUI, Universal Windows Platform, Xamarin Forms, and WPF, runs on Windows, Linux, Mac and Android.
Stars: ✭ 221 (+1200%)
Mutual labels:  wpf
Projecteye
😎 一个基于20-20-20规则的用眼休息提醒Windows软件
Stars: ✭ 234 (+1276.47%)
Mutual labels:  wpf
FritzBoxTelefon-dingsbums
Das Fritz!Box Telefon-dingsbums ist ein Outlook-Addin, welches ein direktes Wählen der Kontakte aus Outlook ermöglicht. Zusätzlich bietet es nützliche Funktionen, wie einen Anrufmonitor oder eine Rückwärtssuche.
Stars: ✭ 16 (-5.88%)
Mutual labels:  wpf
Nhotkey
A managed library to handle global hotkeys in Windows Forms and WPF applications
Stars: ✭ 216 (+1170.59%)
Mutual labels:  wpf
AdmiralRoom
An open source browser-like tool for KanColle.
Stars: ✭ 57 (+235.29%)
Mutual labels:  wpf
Serial Assistant
一款使用 C# 及 WPF 框架编写的串口调试助手,界面优雅、简洁,易于使用。
Stars: ✭ 212 (+1147.06%)
Mutual labels:  wpf
Wpftoolkit
All the controls missing in WPF. Over 1 million downloads.
Stars: ✭ 2,970 (+17370.59%)
Mutual labels:  wpf
twinder
Unofficial Tinder client for Windows desktop
Stars: ✭ 18 (+5.88%)
Mutual labels:  wpf
Toast
🍞 The rounded and animated Android Toast for .NET WPF/XAML
Stars: ✭ 25 (+47.06%)
Mutual labels:  wpf
ChronClient
ChronClient is a Minecraft Bedrock Windows 10 Edition Client written in C#. It is being contributed by CXCubeHD.
Stars: ✭ 31 (+82.35%)
Mutual labels:  wpf

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].