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

[AU3基础] GUICtrlCreateList 刷新问题

[复制链接]
发表于 2014-8-20 13:10:05 | 显示全部楼层 |阅读模式
本帖最后由 dk0521 于 2014-8-20 13:12 编辑

$Button = GUICtrlCreateButton("关闭指定窗口", 136, 336, 75, 25)
$Lista = GUICtrlCreateList("", 8, 15, 329, 305,-1,$WS_EX_CLIENTEDGE)

               Case $Button
                       $processo = GUICtrlRead($Lista)
                       WinClose($processo)

执行$Button  后怎刷新GUICtrlCreateList
发表于 2014-8-20 21:50:01 | 显示全部楼层
GUICtrlSetData($Lista, "")

另外请把问题描述清楚一点
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-5-2 16:24 , Processed in 0.072993 second(s), 23 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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