WPF & PowerShell – Part 5 ( Using WPF & PowerShell Modules)
In the last post we met XAML, and I gave you a core function (Show-Control) that will help you make interactive WPF controls quite nicely in PowerShell. You can see that, by using Show-Control, it is possible to reduce the size and complexity of a script that creates UI. Today, I'll show you how to build small applications by building functio...