magus
发表于 2011-4-13 20:27:09
au方面代码倒是不太复杂...
虎虎虎
发表于 2011-5-16 19:15:02
高手坐镇。学习中。。。。{:face (125):}
iamwonvy
发表于 2011-6-1 12:16:48
IE还不会用
个人觉得比较复制 有待学习
newuser
发表于 2011-6-2 14:04:02
回复 1# shang515
挺不错,有这方面的具体应用例子吗?
坏坏
发表于 2011-6-2 14:51:09
好东西,可惜不会搞!!!
suiyefeng
发表于 2011-6-3 12:18:11
这个有关系到html的写法了吧
kinweiwo
发表于 2011-6-5 17:52:48
好东西,先下载了看一下
逆水风帆
发表于 2011-6-6 00:43:10
挺不错的,必须顶哈
lian228
发表于 2011-6-7 17:29:17
标记,学习一下
dyhdgf
发表于 2011-6-12 11:03:19
谢谢楼主分享.
zysanjing1
发表于 2011-6-14 16:36:14
能力不够,不会网页编程
zysanjing1
发表于 2011-6-14 16:37:30
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <IE.au3>
_IEErrorHandlerRegister ()
$oIE = _IECreateEmbedded ()
GUICreate("IE GUI测试", 640, 580, (@DesktopWidth - 640) / 2, (@DesktopHeight - 580) / 2)
$GUIActiveX = GUICtrlCreateObj($oIE, 0, 0, 640, 580)
GUISetState() ;Show GUI
ObjEvent($oIE, "IE_", "DWebBrowserEvents2")
_IENavigate ($oIE, @ScriptDir & "\demo\Main.html")
While $oIE.Busy
Sleep(10)
WEnd
; Waiting for user to close the window
While 1
$msg = GUIGetMsg()
Select
Case $msg = $GUI_EVENT_CLOSE
ExitLoop
EndSelect
WEnd
GUIDelete()
Exit
Func IE_DocumentComplete()
ObjEvent(_("btnTest"), "btnTest_")
ObjEvent(_("btnExit"), "btnExit_")
EndFunc
Func btnExit_onclick()
Exit
EndFunc
Func btnTest_onclick()
MsgBox(8192 + 64, "autoit消息", "Hello " & $oIE.document.getElementById("txtName").value)
EndFunc
;下面是快捷函数
Func _($id)
Return $oIE.document.getElementById($id)
EndFunc
fg996
发表于 2011-6-17 04:43:09
不是很懂,还在学习!
zhy123
发表于 2011-6-25 13:13:26
楼主出这个正好帮上我一个大忙,收藏备用
chirusx
发表于 2011-6-27 08:47:02
{:face (356):} {:face (381):}{:face (203):}