Showing tag results for Show-Control

May 27, 2008
Post comments count0
Post likes count0

WPF & PowerShell – Part 6 (Running Functions in the Background)

PowerShell Team

For the next part in the series, I've introduced another update to the Show-Control function you first met in Part 4.  In this update, I've added the ability to run the control you've created in a background runspace as a switch. In order to do this, Show-Control employs a neat little trick.  It actually creates a background runspace, use...

WPFShow-Control
May 24, 2008
Post comments count0
Post likes count0

WPF & PowerShell — Part 4 (XAML & Show-Control)

PowerShell Team

We're not halfway through our week of WPF, and I'm pretty sure at this point that you have an all right grounding in the basics of WPF & PowerShell, but so far, the scripts haven't really been very much like most PowerShell scripts, and the UIs have not been like most WPF UIs.  The scripts have been a little odd because they haven't really...

PowerShellWPFShow-Control