How to use Windows 7 API like Aero Glass, Jump List, etc
How can I take adva开发者_如何转开发ntage of the Windows 7 features like Aero Glass, Jump Lists, ect. And minor changes like the icon on the jump list, the color of the jump list. Any good articles?
Check out the Windows API Code Pack:
http://code.msdn.microsoft.com/WindowsAPICodePack
Windows® API Code Pack for Microsoft® .NET Framework provides a source code library that can be used to access some features of Windows 7 and Windows Vista from managed code. These Windows features are not available to developers today in the .NET Framework.
The individual features supported in this version (v1.0.1) of the library are:
- Windows 7 Taskbar
o Jump Lists, Icon Overlay, Progress Bar, Tabbed Thumbnails, and Thumbnail Toolbars
- Windows Shell
o Windows 7 Libraries
o Windows Shell Search API support
o Explorer Browser Control
o A hierarchy of Shell Namespace entities
o Windows Shell property system
o Drag and Drop for Shell Objects
o Windows Vista and Windows 7 Common File Dialogs, including custom controls
o Known Folders and non-file system containers- DirectX
o Direct3D 11.0, Direct3D 10.1/10.0, DXGI 1.0/1.1,
Direct2D 1.0, DirectWrite, Windows Imaging Component (WIC) APIs- Windows Vista and Windows 7 Task Dialogs
- Sensor Platform APIs
- Extended Linguistic Services APIs
- Power Management APIs
- Application Restart and Recovery APIs
- Network List Manager APIs
- Command Link control and System defined Shell icons
精彩评论