c# – 如何使用Aero Glass,Jump List等Windows 7 API

前端之家收集整理的这篇文章主要介绍了c# – 如何使用Aero Glass,Jump List等Windows 7 API前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何利用Aero Glass,Jump Lists等 Windows 7功能.还有一些细微的变化,比如跳转列表上的图标,跳转列表的颜色.有什么好文章吗?

解决方法

查看Windows API代码包:
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
原文链接:https://www.f2er.com/csharp/92773.html

猜你在找的C#相关文章