FindwindowEx for Outlook 2010

发布于 2024-11-27 12:13:57 字数 258 浏览 0 评论 0原文

您好,为 Outlook 2007 创建了插件。现在插件也需要支持 Outlook 2010。 但以下代码在检查获取 Outlook 窗口句柄时失败。

hWnd = ::FindWindowEx(*pExplorerWnd, NULL, _T("rctrl_renwnd32"), "");

rctrl_renwnd32 是 Outlook 2007 的类名,是否与 Outlook 2010 相同。?

请澄清一下。

Hi created the addin for the outlook 2007. Now addin need to support to outlook 2010 also.
But the following code fails while checking to get outlook window handle.

hWnd = ::FindWindowEx(*pExplorerWnd, NULL, _T("rctrl_renwnd32"), "");

rctrl_renwnd32 is classname for outlook 2007 whether its same for outlook 2010.?

Please clarrify it.

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

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

发布评论

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

评论(1

星光不落少年眉 2024-12-04 12:13:57

是的,类名是 rctrl_renwnd32。看看如果将 hwndParent 指定为 NULL 会发生什么

Yes the classname is rctrl_renwnd32. See what happens if you specify hwndParent as NULL

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