举报
#include <GUIConstantsEx.au3> #include <WindowsConstants.au3> #include<ie.au3> $Form1 = GUICreate("Form1", 800, 600,1,1, BitOR($WS_OVERLAPPEDWINDOW, $WS_CLIPSIBLINGS, $WS_CLIPCHILDREN)) $oIE = _IECreateEmbedded () GUICtrlCreateObj($oIE, 50, 50, 700, 400) _IENavigate ($oIE, "http://www.baidu.com/") _IEHeadInsertEventScript($oIE, "document", "oncontextmenu", "return false") GUISetState(@SW_SHOW) While 1 $nMsg = GUIGetMsg() Switch $nMsg Case $GUI_EVENT_CLOSE Exit EndSwitch WEnd
查看全部评分
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-2-19 06:11 , Processed in 0.078215 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.