Windows API Code Pack V1.1

简介:

在以前的博文中关于Windows 7 开发的部分,使用的都是Windows API Code Pack V1.0.1 版本。今年8月微软发布了最新的V1.1 版本。Windows API Code Pack 提供了强大的代码库用于开发带有Windows 7 和Windows Vista 相关特性的应用程序。下面列出Windows API Code Pack V1.1 版本支持的所有特性。

功能特性

· Windows 7 Taskbar

- Jump Lists, Icon Overlay, Progress Bar, Tabbed Thumbnails, and Thumbnail Toolbars

· Windows Shell

- Windows 7 Libraries 
- Windows Shell Search API support 
- Explorer Browser Control 
- A hierarchy of Shell Namespace entities 
- Windows Shell property system 
- Drag and Drop for Shell Objects 
- Windows Vista and Windows 7 Common File Dialogs, including custom controls 
- Known Folders and non-file system containers 
- Shell Object Watcher 
- Shell Extensions API support

· DirectX

- 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

 

新更新内容

· Many FxCop violations and PREfast warnings have been addressed

· Bug fixes across various features and samples

- Includes many API improvements

· New features

- Shell Object Watcher 
- Preview Handler APIs 
- Thumbnail Handler APIs

· New samples for the new features

· Visual Studio 2010 compliance

· Initial xUnit test coverage

· String localization

· Signed assemblies

 

手册文档

在V1.1 中文档也增加了不少,可以方便开发者查找相关资料。

· API References

- Windows API Code Pack Help.chm 
- Windows API Code Pack DirectX Help.chm

· API Changes since the previous release

- Windows API Code Pack API Changes.html

· Overview of the release (including new features)

- Windows API Code Pack Release Notes.htm

 

官网地址:http://code.msdn.microsoft.com/WindowsAPICodePack





本文转自Gnie博客园博客,原文链接:http://www.cnblogs.com/gnielee/archive/2010/12/29/windows-api-code-pack-v1_1.html,如需转载请自行联系原作者

相关文章
|
人工智能 机器人 编译器
【C++】Windows端VS code中运行CMake工程(手把手教学)
【C++】Windows端VS code中运行CMake工程(手把手教学)
|
4月前
|
人工智能 JavaScript 开发工具
极速上手!Claude Code 原生支持 Windows 免WSL安装教程
Claude Code 现已支持 Windows 原生运行,无需 WSL 配置。本文提供详细安装教程,涵盖 Node.js 环境验证、Git 安装及 Claude Code 配置步骤,助你快速上手这一强大 AI 编程工具。
2626 5
|
3月前
|
Ubuntu API C++
C++标准库、Windows API及Ubuntu API的综合应用
总之,C++标准库、Windows API和Ubuntu API的综合应用是一项挑战性较大的任务,需要开发者具备跨平台编程的深入知识和丰富经验。通过合理的架构设计和有效的工具选择,可以在不同的操作系统平台上高效地开发和部署应用程序。
180 11
|
10月前
|
人工智能 测试技术 API
Windows用户必备:Postman v11详细安装指南与API测试入门教程(附官网下载
Postman是全球领先的API开发与测试工具,支持REST、SOAP、GraphQL等协议调试。2025年最新版v11新增AI智能生成测试用例、多环境变量同步等功能,适用于前后端分离开发、自动化测试、接口文档自动生成及团队协作共享API资源。本文详细介绍Postman的软件定位、核心功能、安装步骤、首次配置、基础使用及常见问题解答,帮助用户快速上手并高效利用该工具进行API开发与测试。
|
API
时间操作[计算时间差]免费API接口教程-{"code":200,"msg":"0天11时6分40秒"}
此API用于获取两个时间戳之间的格式化时间差。支持POST和GET请求,需提供用户ID、用户KEY及两个时间戳作为参数。返回状态码及时间差或错误信息。示例URL:https://cn.apihz.cn/api/time/zjgapi.php?id=88888888&key=88888888&time1=1710925735&time2=1710927735。建议使用个人ID与KEY以避免调用限制。
252 8
|
API Python Windows
python3应用windows api对后台程序窗口及桌面截图并保存的方法
python3应用windows api对后台程序窗口及桌面截图并保存的方法
1136 1
|
存储 API 数据库
如何使用 ef core 的 code first(fluent api)模式实现自定义类型转换器?
本文介绍了如何在 EF Core 的 Code First 模式下使用自定义类型转换器实现 JsonDocument 和 DateTime 类型到 SQLite 数据库的正确映射。通过自定义 ValueConverter,实现了数据类型的转换,并展示了完整的项目结构和代码实现,包括实体类定义、DbContext 配置、Repositories 仓储模式及数据库应用迁移(Migrations)操作。
317 6
如何使用 ef core 的 code first(fluent api)模式实现自定义类型转换器?
|
开发框架 .NET API
Windows Forms应用程序中集成一个ASP.NET API服务
Windows Forms应用程序中集成一个ASP.NET API服务
306 9