Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jpmikkers/powershell-wpf-sample
Example how to programmatically create a WPF GUI from powershell without using XAML
https://github.com/jpmikkers/powershell-wpf-sample
gui noxaml powershell windows wpf xaml
Last synced: 23 days ago
JSON representation
Example how to programmatically create a WPF GUI from powershell without using XAML
- Host: GitHub
- URL: https://github.com/jpmikkers/powershell-wpf-sample
- Owner: jpmikkers
- License: mit
- Created: 2020-05-31T14:20:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T14:41:03.000Z (over 4 years ago)
- Last Synced: 2023-04-27T12:53:52.543Z (over 1 year ago)
- Topics: gui, noxaml, powershell, windows, wpf, xaml
- Language: PowerShell
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Powershell Windows Presentation Framework Sample
Example how to programmatically create a WPF GUI from powershell without using XAML, in this case a simple stopwatch application.# Screenshot
![Screenshot](powershell_wpf_stopwatch_screenshot.png)