举报
是用这个的啊,但是它显示的是整个网页的内容啊。我只想要它显示视频就可以了。其它的不想要 mfknui 发表于 2010-6-18 11:08
#NoTrayIcon #include <GUIConstantsEx.au3> #include <WindowsConstants.au3> $hFgui = GUICreate('', 800, 600) GUISetState() $hSgui = GUICreate("", 570, 400, 50, 50, $WS_POPUP, $WS_EX_MDICHILD, $hFgui) $Obj1 = ObjCreate("Shell.Explorer.2") $Obj1_ctrl = GUICtrlCreateObj($Obj1, -2, -205, 600, 630) $Obj1.navigate("http://bugu.cntv.cn/live_cctv5/index.shtml") GUISetState() While 1 $nMsg = GUIGetMsg() Switch $nMsg Case - 3 Exit EndSwitch WEnd
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2025-5-7 19:37 , Processed in 0.122135 second(s), 20 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2025 Discuz! Team.