Skip to content
forked from Itsukara/WpfZoo

Display almost all WPF controls by PowerShell for demonstration of WPF controls

Notifications You must be signed in to change notification settings

technoluc/WpfZoo

 
 

Repository files navigation

関連記事

Content

Display almost all WPF controls by PowerShell for demonstration of WPF controls.

Install

Clone by git, or download as zip and unzip it. You can put it in any folder (hereafter WPFZOO).

Execute

In folder WPFZOO, open Command Prompt and execute PowerShell script like following:

  • powershell -sta -file WpfZoo.ps1

Files

  • WpfZoo.ps1 : Demo program for allmost all WPF controls
  • WPFFrame*.ps1: Demo programs for WPF Frame
    • WPFWpfFrameInternal.ps1: xaml for WPF is described in script
    • WpfFrameExternalPreload.ps1: xaml for WPF is PreLoaded before display GUI from external file
    • WpfFrameExternalPostload.ps1 xaml for WPF is Loarded when button clicked from external file
  • WpfPocketCalc.ps: Pocket Calculater (Integer only)

Contact

Screenshots

  • WpfZoo.ps

TabItem1

TabItem2

DocPanel

DocumentViewer

Frames

Media

RichTextBox

  • WpfFrame*.ps

Main Screen

Page1

Page2

Page3

Page4

  • WpfPocketCalc.ps

PocketCalc

About

Display almost all WPF controls by PowerShell for demonstration of WPF controls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%