Tag Archives: xaml

PowerShell And WPF: Canvas

In a previous article, I demonstrated adding a button to your created window and using it. I also mentioned that only 1 button could have been added due to the window treating that as a single child and that only … Continue reading

Posted in powershell, WPF | Tagged , , , | 2 Comments

PowerShell and WPF: Buttons

In my second installment of working with PowerShell and WPF, I will touch on the subject of Buttons.  They can be a pretty important part of your UI and should be treated as such. Ok, so buttons seem pretty simple; … Continue reading

Posted in powershell, WPF | Tagged , , , | 1 Comment

Building a Binary Clock with PowerShell

I was busy surfing the web when I could have been working on some PowerShell scripts (or doing yard work outside) when I came across a binary clock. I don’t quite remember how I got to the page showing a … Continue reading

Posted in powershell, scripts | Tagged , , , , | 3 Comments