Category Archives: WPF

Timer

In this post I showed how to set a count down timer http://msmvps.com/blogs/richardsiddaway/archive/2011/08/02/a-count-down-timer.aspx but what if you want to go the other way i.e. see how long something takes The count down function can be modified Import-Module ShowUI function timegone … Continue reading

Posted in PowerShell V2, WPF | Leave a comment

A count down timer

Last month I started playing with WPF to show how a multi-coloured clock could  be displayed on screen. This was picked up and an easier version was created by Doug Finke using the ShowUI module from codeplex  http://showui.codeplex.com/. Other links … Continue reading

Posted in .NET, PowerShell V2, WPF | Leave a comment

A PowerShell clock

I don’t do much with Windows forms as the vast majority of what I do is at the admin end of the PowerShell spectrum. Every now and then I like to play. A recent post on the forum asking about … Continue reading

Posted in PowerShell V2, WPF | Leave a comment