Office 加载项未出现在任务栏上

发布于 2024-11-09 04:40:39 字数 303 浏览 5 评论 0原文

我正在为 PowerPoint 2007/2010 编写一个 VSTO 插件,它会打开自己的表单。

如果 powerpoint 仅打开一个演示文稿,则打开加载项会将其显示在任务栏上。但是,当 Powerpoint 已打开多个演示文稿时,加载项不会显示在任务栏上,但仍显示在 Alt+Tab 列表中。

如何让加载项窗口始终显示在任务栏上,无论打开的演示文稿数量如何?

顺便说一句,我检查了 Application.ShowWindowsInTaskbar 和 ShowInTaskbar 都是 true,即使加载项窗口没有出现在任务栏上也是如此。

I am writing a VSTO add-in for PowerPoint 2007/2010, which opens its own Form.

If powerpoint has only one presentation open, opening the Add-In shows it on the Taskbar. However, when Powerpoint already has more than one presentation open the add-in does not show on the taskbar, but still appears in the Alt+Tab list.

How can I have the add-in window appear on the taskbar always, regardless of number of open presentations?

BTW, I checked and both Application.ShowWindowsInTaskbar and ShowInTaskbar are true, even when the add-in window does not appear on the taskbar.

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

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

发布评论

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

评论(1

带刺的爱情 2024-11-16 04:40:39

我在这里找到了解决方案:
如何让窗口出现在任务栏中?

I found the solution here:
How to make window appear in taskbar?

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