FindwindowEx for Outlook 2010
您好,为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,类名是 rctrl_renwnd32。看看如果将 hwndParent 指定为 NULL 会发生什么
Yes the classname is rctrl_renwnd32. See what happens if you specify hwndParent as NULL