#include <IE.au3> Opt("MustDeclareVars", 0);强制声明变量 $pos = WinGetPos("[class:Shell_TrayWnd]") $form = GUICreate("OA待办",200,300,@DesktopWidth-200-4,@DesktopHeight-300- $pos[3] - 32) $oIE = _IECreateEmbedded() GUICtrlCreateObj($oIE,0,0,200,300) _IENavigate($oIE,"http://mail.163.com") GUISetState() WinSetOnTop("OA待办","",1) while 1 sleep(1000) wend
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-15 09:38 , Processed in 0.072424 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.