如何使 DeskBands 在 Windows 7 x64 上运行?
我将创建一个应用程序 (C#),它的 DeskBand 位于 Windows 任务栏上。我找到了一个完整的示例程序,它可以做到这一点,但我没有'无法成功安装(添加到任务栏上的工具栏菜单)。我认为,这是因为我的 Windows 是 x64,没有其他明显的原因...
所以,我的问题是如何创建桌面带并将其添加到 Windows 7 x64 任务栏?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据 Microsoft 的说法,不建议在 Windows 7 中使用 Deskbands,尽管他们仍然工作。另请记住,Microsoft 要求 Deskband 支持 Aero在 Windows 7 上通过 IDeskband2 接口,而不是 IDeskband。此外,Microrosft 已正式表示 IDeskBand2 可能会被更改或不可用在操作系统或产品的后续版本中。
最后,请务必小心在托管代码中创建 shell 扩展。
According to Microsoft, Deskbands are not recommended for Windows 7, although they still work. Also keep in mind that Microsoft requires that Deskbands support Aero on Windows 7 via IDeskband2 Interface, rather than IDeskband. Also, Micorosft has officially said that IDeskBand2 may be altered or unavailable in subsequent versions of the operating system or product.
Finally, be very careful about creating shell extensions in managed code.