如何使 DeskBands 在 Windows 7 x64 上运行?

发布于 2024-10-30 21:04:34 字数 275 浏览 1 评论 0 原文

我将创建一个应用程序 (C#),它的 DeskBand 位于 Windows 任务栏上。我找到了一个完整的示例程序,它可以做到这一点,但我没有'无法成功安装(添加到任务栏上的工具栏菜单)。我认为,这是因为我的 Windows 是 x64,没有其他明显的原因...

所以,我的问题是如何创建桌面带并将其添加到 Windows 7 x64 任务栏?

I'm going to create an application (C#), which has its DeskBand on the Windows TaskBar. I've found one complete example program, which does this, but I didn't manage to successfully install (add to Toolbars menu on the taskbar) it. I think, it's because my Windows is x64, there are no other visible reasons...

So, my question is how to create and add a deskband to Windows 7 x64 taskbar?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

少年亿悲伤 2024-11-06 21:04:34

根据 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文