82809085 发表于 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

82809085 发表于 2012-5-28 22:48:19

在线等等等等等等等等等等等等等等等等等等等等等等等等等等等等等等

82809085 发表于 2012-5-28 22:51:12

就是说我想运行程序后
在左边的GUI界面里加载了一个WEB的地址
显示网站了 用模拟鼠标去点击他左边的WEB超级链接
此时会弹出iexplorer的进程
我想不让他弹出来 让他从右边的GUI界面显示WEB内容

语言表达能力差。。
页: [1]
查看完整版本: 求高手指教 菜鸟问题