使用VB.net我使用" SetParent"在Panel Control(Panel1)中嵌入IE Process。 ,现在我试图通过使用下面的代码检测出在IE页面中显示的SaveAs提示,如图所示,
SetParent(IEProcess.Mainwindowhandle, Panel1.Handle)
Do
h = objIE.HWND
h = FindWindowEx(h, 0, "Frame Notification Bar", vbNullString)
Application.DoEvents()
Loop While h = 0