Showing results for PowerShell - PowerShell Team

May 23, 2008
0
0

WPF & PowerShell — Part 3 (Handling Events)

PowerShell Team
PowerShell Team

So far, most of the wpf and powershell scripts you have seen have seen just show you something, but don’t do anything that interactive. However, In order to make real applications you need to be able to handle events. Luckily, PowerShell can make that pretty easy. It is possible to cast a script block to an event handler. The script block h...

PowerShellWPFGet-Command
May 23, 2008
0
0

WPF & PowerShell – Part 2 (Exploring WPF (and the rest of .NET) with Scripts)

PowerShell Team
PowerShell Team

In my previous post, I showed you how to create “Hello World” scripts using Windows Presentation Foundation (WPF) and Windows PowerShell. While “Hello World” is relatively easy to write with WPF, it is only the tip of the iceberg of the types of quick user interfaces you can write. Windows Presentation Foundation provides an amazing array of contro...

PowerShellWPFDiscoverability Gap
May 22, 2008
0
0

WPF & PowerShell – Part 1 ( Hello World & Welcome to the Week of WPF )

PowerShell Team
PowerShell Team

Welcome to the Week of WPF.  During the next 7 days, I’ll help show you how you can use WPF and PowerShell together. PowerShell could always script almost everything in .NET, but, prior to the recent CTP2 you could not script Windows Presentation Foundation (WPF) in PowerShell. Now you can script everything that WPF can do within PowerShell. T...

PowerShellWPFAdd-Type