L
linzx6013
Unregistered / Unconfirmed
GUEST, unregistred user!
webbrowser中打开网页后,点击网页上的按纽,这时如果弹出新窗口,如何在DELPHI中把键盘值或鼠标值传给这个新窗口?webbrowser.setfocus后用SNDKEY也不能用;用IHTMLWindow2(IHTMLDocument2(WebBrowser1.Document).ParentWindow).focus 后用sndkey模拟键盘或用 SetCursorPos(508, 436); mouse_event(MOUSEEVENTF_LEFTDOWN+MOUSEEVENTF_LEFTUP,0,0,0,0);模拟鼠标也不能用.