关闭Internet Explorer消息框。 FindWindowEX函数? childHWND?

时间:2018-01-09 08:23:12

标签: excel-vba internet-explorer ie-automation vba excel

我正在寻找解决方案来关闭IE浏览器消息框,在VBA中使用Internet Automation。请参见屏幕附件照片。我不认为按键事件是一种很好的方法。 但是我找到了一些代码很好的东西"为了解决这个问题。

https://social.technet.microsoft.com/Forums/ie/en-US/d1a556b7-54db-4513-bafd-f16ed000f9ac/vba-to-dismiss-an-ie8-or-ie9-message-from-webpage-popup-window?forum=ieitprocurrentver

您知道如何使用FindWindowEX函数吗?我被困在这个部分:

If childHWND <> 0 Then SendMessage childHWND, BM_CLICK, 0, 0
    End If

我找不到childHWND并输入此条件。感谢您的帮助和建议!

enter image description here

0 个答案:

没有答案