使用 C# 充分利用 Windows 7 RC?
我想使用 C# 来利用 Windows 7 中的新功能(即 JumpList、Window Shake 等)。 有没有任何网站/教程可以告诉我我想学什么。
I want to take advantage of the new features in Windows 7 using C# (ie. JumpList, Window Shake, etc). Are there any websites/tutorials that can show me what I want to learn.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
查看此链接。 好信息:
http:// /windowsteamblog.com/blogs/developers/archive/2009/05/18/windows-7-management-code-apis.aspx
Check out this link. Good info:
http://windowsteamblog.com/blogs/developers/archive/2009/05/18/windows-7-managed-code-apis.aspx
.NET 跳转列表
http://www.vcskicks.com/aero-shake.php
.NET Jump List
http://www.vcskicks.com/aero-shake.php
该库位于 http://code.msdn.microsoft.com/WindowsAPICodePack
The library is available at http://code.msdn.microsoft.com/WindowsAPICodePack
我找到了有关如何使用 MSDN 中的 WindowsAPICodePack 执行 JumpList 的链接。
单击此处观看视频< /a>
I found a link on how to perform the JumpList using the WindowsAPICodePack from MSDN.
Click Here to watch video