找回密码
 加入
搜索
查看: 1807|回复: 2

[系统综合] IE新窗口激活的问题呢

[复制链接]
发表于 2012-5-29 00:15:33 | 显示全部楼层 |阅读模式
;~ #NoTrayIcon
#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <IE.au3>


SETUP()

Func SETUP()
        _IEErrorHandlerRegister()
        Local $oIE = _IECreateEmbedded(), $oIE1 = _IECreateEmbedded()
        GUICreate("xxxxx", 900, 300, -1, -1)
        GUICtrlCreateObj($oIE, 0, 0, 400, 300)
        GUISetState()
        _IENavigate($oIE, "http://xy2.163.com/")
        MsgBox(64, "求高手指教", "点击后如何从右边窗口显示出来 不要弹出网站来")
        ControlClick("xxxxx", "", "Internet Explorer_Server1", "left", 1, 66, 98)

        GUICtrlCreateObj($oIE1, 450, 0, 400, 300)
        _IENavigate($oIE1, "http://xy2.163.com/")
EndFunc   ;==>SETUP
 楼主| 发表于 2012-5-29 00:19:51 | 显示全部楼层
IE事件的问题 点击IE后新窗口如何激活到右边的GUI界面
发表于 2012-5-29 08:28:40 | 显示全部楼层
这个看看能不能判断另外一个网页的标题或者其他之类的
您需要登录后才可以回帖 登录 | 加入

本版积分规则

QQ|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度

GMT+8, 2024-9-20 13:35 , Processed in 0.086944 second(s), 21 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表