References for Programming In Windows 7
What References Can I Use fo开发者_开发百科r Programming in Windows 7 in C#?
There are plenty of resources around.
You may want to check:
- Windows 7 Training Kit For Developers
- Windows 7 and Windows Server 2008 R2 Application Quality Cookbook
- Five Steps to Windows 7 Application Readiness
- Windows User Experience Interaction Guidelines
- Windows 7 Programming Guide - Taskbar
- Windows® API Code Pack for Microsoft® .NET Framework
- Microsoft Windows SDK for Windows 7 and .NET Framework 3.5 SP1
Book: Introducing Windows 7 for Developers
There are no language specific (C#) features to programming for Windows 7 but you can enhance user's experience by utilising some of new features available in Windows 7. Many of them available in WPF 4 but can be used alone e.g. via Windows® API Code Pack for Microsoft® .NET Framework
You could look at Images.Show, which is a sample application that shows how to migrate an XP application to use Windows 7 features.
精彩评论