My
Programming Windows Presentation Foundation book
(authored by
Ian Griffiths and
Chris Sells) arrived today, and the good news is I'm already
fixing "bugs" (even if they were pilot errors using alpha software). The following is my bug fix from close to a year ago. :-)
<Window x:Class="AvalonApplication1.Window1" xmlns="http://schemas.microsoft.com/winfx/avalon/2005" xmlns:x="http://schemas.microsoft.com/winfx/xaml/2005" Text="AvalonApplication1">
<Grid>
<MediaElement Stretch="Fill" Source="C:\Sean\Funny Stuff\pinkey.wmv" />
</Grid>
</Window>
I've only had a chance to read through the first chapter and I already can't wait for the weekend to geek-out with this stuff. I'm running WinFX Beta1 already so I can play around with Linq, so thankfully there are already updates available.