找回密码
 加入
搜索
查看: 1042|回复: 2

请教AutoIt中GUICtrlCreateListViewItem语法的问题?

[复制链接]
发表于 2009-5-24 15:41:21 | 显示全部楼层 |阅读模式
本帖最后由 twh2000 于 2009-5-27 00:26 编辑

AutoIt中GUICtrlCreateListViewItem语法的问题?

语法说明
GUICtrlCreateListViewItem在GUI上创建一个 ListView 项目控件。
GUICtrlCreateListViewItem ( "文本", listviewID )

例:新增一行项目语法
GUICtrlCreateListViewItem ("11|22|33", $listview)
使用没问题

但是语法中的 11   22  33 这3个子项目我要如何设为变数?
我试过
GUICtrlCreateListViewItem ($11 | $22 | $33, $listview)
GUICtrlCreateListViewItem ($11 "|" $22 "|" $33, $listview)
所以想教该语法要如何写?

谢谢
发表于 2009-5-24 15:51:31 | 显示全部楼层
...............................................................................................................................................................................................................................

GUICtrlCreateListViewItem ($11 & "|" & $22 & "|" & $33, $listview)
 楼主| 发表于 2009-5-24 16:44:48 | 显示全部楼层
可以了 谢谢你的教学
谢谢
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-5-5 22:32 , Processed in 0.072720 second(s), 19 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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