Windows API Code Pack Presentation at NT Conference 2011
This week the annual Microsoft conference NT konferenca 2011 was taking place in Portorož. On Tuesday I had a talk there about the Windows API Code Pack. As promised, you can find the slides from this talk in my OneDrive.
You can also download the sources for the sample project which is a working WPF MVVM image viewer application demonstrating the implementation of:
- Many Windows 7 taskbar features (jump list, icon overlay, progress state, thumbnail toolbar) with the
System.Windows.Shell
namespace in .NET 4 - Single instance application pattern with the Taskbar Single Instance Recipe
- Task dialogs
- Windows 7 Libraries
- Application Recovery and Restart with the Windows Restart and Recovery Recipe