找回密码
 加入
搜索
查看: 1860|回复: 1

内嵌IE开FTP刷新问题

[复制链接]
发表于 2010-1-13 10:07:30 | 显示全部楼层 |阅读模式
做了一个FTP的登录工具,但是不能刷新请高手指点.


#include <IE.au3>
#include <GUIConstantsEx.au3>
#include <WindowsConstants.au3>
#include <ButtonConstants.au3>
$pass=InputBox("安全提示!","请输入密码!","","#")
$Form1 = GUICreate("Form1", 633, 424, -1, -1)
If $pass="" Then Exit
$oIE = _IECreateEmbedded()
GUICtrlCreateObj($oIE,0,0,632,387)
$oIE.navigate("ftp://**********")
$Button1 = GUICtrlCreateButton("刷      新",280,390,100,30)
GUISetState(@SW_SHOW)

While 1
        $nMsg = GUIGetMsg()
        Switch $nMsg
                Case $GUI_EVENT_CLOSE
                        Exit
        Case $Button1
                        $oIE.action($oIE,"refresh")
        EndSwitch
WEnd
 楼主| 发表于 2010-1-15 05:45:41 | 显示全部楼层
怎么还没有高手出现?
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-9-22 14:31 , Processed in 0.073133 second(s), 21 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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