关闭 Outlook 2007 中的模式窗口

发布于 2024-11-03 16:05:28 字数 122 浏览 3 评论 0原文

我需要关闭模态检查器(通过 MS Word 或其他应用程序启动)并将其替换为非模态检查器。问题是,一旦检测到模态检查器就调用 close 将导致调用应用程序抛出“操作无法完成”错误。

有人知道如何抑制此错误消息吗?

I need to close Modal Inspectors (launched via MS Word or other app) and replace them with non-modal Inspectors. The problem is, calling close as soon as you detect the modal inspector will cause the calling application to throw a "operation failed to complete" error.

Anyone have ideas on how to suppress this error message?

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

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

发布评论

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

评论(1

极致的悲 2024-11-10 16:05:28

这可能与您如何“检测”打开的窗口有关。如果您尝试太快关闭它,Outlook 可能会因此而抛出异常。我会尝试检测窗口,然后延迟四分之一秒左右,然后关闭它。让 Outlook 有机会做任何可能需要做的内部管理工作。

it might have to do with how you're "detecting" the opening window. If you try to close it too quickly, outlook may be throwing because of that. i'd try detecting the window, then delaying for a quarter sec or so and then closing it. Let outlook have a chance to do whatever it might need to do for internal housekeeping.

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