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

[IE类操作] 求高手指教 菜鸟问题

  [复制链接]
发表于 2012-5-28 22:44:37 | 显示全部楼层 |阅读模式
;~ #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-28 22:48:19 | 显示全部楼层
在线等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等

评分

参与人数 1金钱 -20 收起 理由
user3000 -20 学习下论坛规则吧, 别刷屏了!

查看全部评分

 楼主| 发表于 2012-5-28 22:51:12 | 显示全部楼层
就是说我想运行程序后
在左边的GUI界面里加载了一个WEB的地址
显示网站了 用模拟鼠标去点击他左边的WEB超级链接
此时会弹出iexplorer的进程
我想不让他弹出来 让他从右边的GUI界面显示WEB内容

语言表达能力差。。
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-9-20 13:53 , Processed in 0.076526 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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