#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include <IE.au3> $oIE = _IECreateEmbedded () GUICreate("AU3浏览器",1120,650, -1,-1,$WS_OVERLAPPEDWINDOW) $GUIActiveX = GUICtrlCreateObj($oIE, 10, 40, 1100, 600) GUISetState() _IENavigate ($oIE, "http://www.baidu.com") While 1 $msg = GUIGetMsg() Select Case $msg = $GUI_EVENT_CLOSE ExitLoop EndSelect WEnd GUIDelete() Exit
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-15 12:38 , Processed in 0.174637 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.