xg911335 发表于 2008-10-26 16:40:18

GUICtrlCreateListViewItem能不能多选

GUICtrlCreateListViewItem有几行选项,如何多选或全选?

[ 本帖最后由 xg911335 于 2008-10-30 16:25 编辑 ]

ceoguang 发表于 2008-10-27 17:42:26

同问,帮顶!!!

大绯狼 发表于 2008-10-27 20:26:50

按ctrl可以多选
多用_GuiCtrlListView_SetItemSelected可以多选

xg911335 发表于 2008-10-28 14:53:17

感谢楼上的,能给个列子吗?

大绯狼 发表于 2008-10-28 18:26:34

_GuiCtrlListView_SetItemSelected($list1,0)
_GuiCtrlListView_SetItemSelected($list1,1)
_GuiCtrlListView_SetItemSelected($list1,2)
同时选中第1、2、3个条目

xg911335 发表于 2008-10-30 16:25:42

很感谢。问题已解决。

forgetdu 发表于 2008-11-7 16:22:46

哪位大哥给个实例吧。。
页: [1]
查看完整版本: GUICtrlCreateListViewItem能不能多选