Browse by Tags

All Tags » WPF » Work (RSS)
You probably already noticed that Microsoft has enabled access to the source code of parts of the .NET Framework 3.5. Here is the announcement of availability in case you missed it. And there are detailed instructions on how to enable this as well. This...
Posted by Erwyn van der Meer | with no comments
Filed under: , ,
WPF comes with great support for animation using XAML without needing to code this in for example C#. With Silverlight (fka "WPF/E") you can also do animations from XAML. If you want to perform custom animations in code that you can't do using XAML, you...
Microsoft has some great news today: the new Expression Web (already RTM) and Expression Blend (RTM later in Q2 2007) tools will be included in the MSDN Premium Subscription. Soma announced this on his blog . This is the result from strong feedback from...
Posted by Erwyn van der Meer | with no comments
Filed under: , ,
On a WPF app we had the need for the application to remember its window position and state (maximized, minimized) across restarts. A short journey on the Internet led me to an interesting article by TimK on CodeProject on how to do this. As you may know...
Posted by Erwyn van der Meer | 1 comment(s)
Filed under: , ,
Microsoft has hastily released the February 2007 CTP of the Windows Presentation Foundation Everywhere runtime . The previous CTP expired prematurely. WPF/E is the "light" version of WPF that will run in all major browsers across several platforms (including...
Posted by Erwyn van der Meer | with no comments
Filed under: ,