BloggingAbout.NET
Thoughts of developers
All Tags » Work » WPF (RSS)

Browse Blog Posts by Tags

Showing related tags and posts for the Blogs application. See all tags in the site
  • VB code in Windows Presentation Foundation source code

    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 morning I started stepping into the Windows Presentation...
    Posted to Erwyn van der Meer by Erwyn van der Meer on Thu, Jan 17 2008
    Filed under: Filed under: , ,
  • Custom animation using timers in WPF and Silverlight 1.1

    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 need timers. In the full blown WPF you have several...
    Posted to Erwyn van der Meer by Erwyn van der Meer on Fri, May 4 2007
    Filed under: Filed under: , , , ,
  • Expression Web and Blend in MSDN Subscription

    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 the developer community. Although I am not a graphical...
    Posted to Erwyn van der Meer by Erwyn van der Meer on Tue, Apr 3 2007
    Filed under: Filed under: , ,
  • Remembering window positions in WPF

    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, Windows Presentation Foundation makes heavy use...
    Posted to Erwyn van der Meer by Erwyn van der Meer on Thu, Feb 1 2007
    Filed under: Filed under: , ,
  • WPF/E Feb 2007 CTP Released

    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 non-Windows platform). For instance, it also...
    Posted to Erwyn van der Meer by Erwyn van der Meer on Thu, Feb 1 2007
    Filed under: Filed under: ,
Page 1 of 1 (5 items)
Copyright © 2003-2010 BloggingAbout.NET