找回密码
 加入
搜索
楼主: jycel

AU3刷新能否实现

[复制链接]
发表于 2009-5-17 19:29:04 | 显示全部楼层
我看明白了,楼主需要一个按钮,这个按钮的作用就是先退出程序,然后重新启动程序

对吧?
发表于 2009-11-6 00:45:34 | 显示全部楼层
本帖最后由 lifuxing8 于 2009-11-6 00:49 编辑

刷新自身窗口用递归算法
createform()
func createform()
$Form1 = GUICreate("中国移动", 622, 446, 254, 133)
$Button2 = GUICtrlCreateButton("删除功能", 108, 7, 88, 25)
GUICtrlSetBkColor($Button2, 0xF1EFE2)
.....
while 1
$msg = GUIGetMsg()
      Select
        Case $msg = $GUI_EVENT_CLOSE
           Exit       
                case $msg=$Button2
        GUIDelete($Form1)
        ......
        ......
        createform()
       endselet
wend
endfunc
发表于 2009-11-8 21:10:02 | 显示全部楼层
可以做到!
发表于 2013-12-2 09:40:56 | 显示全部楼层
回复 17# lifuxing8


    非常感谢
发表于 2014-9-10 14:57:35 | 显示全部楼层
17楼,多谢你啊,这么好一个列子,学习了!
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-11-16 12:40 , Processed in 0.143111 second(s), 14 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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