What's new for 2010 Volume 2 in Windows Forms

Wondering what's new in the 2010.2 release of Windows Forms?  Read about the new Stylable Form Manager, CLR 4 Client Profile support, Editor enhancements and more.

See What's New

Contributor Spotlight

  • Mike Saltzman

    R&D Engineer,
    Windows Forms Development Team

    View Profile

  • Brian Fallon

    R&D Engineer,
    Windows Forms Development Team

    View Profile

  • Chris Shea

    R&D Engineer,
    Windows Forms Development Team

  • Tom Puglisi

    Technical Documentation Manager

Featured Blog Articles

Windows Forms - WPF Interop

Using the interoperability capabilities of Windows Forms and WPF, you can run any Windows Forms control inside of a WPF application or and WPF control inside of a Windows Forms application. Using this strategy, you can take advantage of some of the more modern WPF scenarios while maintaining your existing Windows Forms investment. In this article, Hosting a WPF Control in a Windows Forms Application, you will learn how this is done.

Read More

 

UI Thread Marshaling in the Model Layer

Have you ever had that challenge of processing or loading large amounts of data in Windows Forms control? Since these controls are not thread safe, you can't simply push the UI onto a secondary thread to achieve performance improvements. In this article, you'll learn how to correctly marshal data between worker threads and the user interface to do those lengthy calculations or asynchronously messaged events, allowing the UI to react to the user while these tasks are operating.

Read More