<body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener("load", function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <iframe src="http://www.blogger.com/navbar.g?targetBlogID=13405220&amp;blogName=Pavan+Podila&#39;s+Blog&amp;publishMode=PUBLISH_MODE_BLOGSPOT&amp;navbarType=BLUE&amp;layoutType=CLASSIC&amp;searchRoot=http://pavanpodila.blogspot.com/search&amp;blogLocale=en_US&amp;homepageUrl=http://pavanpodila.blogspot.com/&amp;vt=7258010184004836690" marginwidth="0" marginheight="0" scrolling="no" frameborder="0" height="30px" width="100%" id="navbar-iframe" allowtransparency="true" title="Blogger Navigation and Search"></iframe> <div></div>

Sunday, May 28, 2006

WPF Polarium clone updated to May CTP of WinFX

To get my hands wet with a little WPF code I decided to update my Polarium clone to the May CTP of WinFX Beta 2. There were minor changes related to the namespaces as detailed in this blog post. In addition I had to update the namespaces related to the Expression Interactive Designer (EID). For that I created a sample EID project and looked at the generated XAML code to get the namespaces.

Here is the direct link to the Source and Binaries.