创建几个 ListView 控件,如何判断选中哪个
创建了几个 ListView 文本控件,用_GuiCtrlListView_SetItemSelected选中了其中一个,要用哪个函数它判断选中了哪个文本,,给个实例?[ 本帖最后由 qwer123 于 2009-1-22 23:00 编辑 ] 楼主的名字好熟!
请问? 参考http://www.autoitx.com/forum.php?mod=viewthread&tid=4885&extra=page%3D1
其中Global const $nm_dblclk = -3改为Global const $nm_dblclk = -2即为单击.
btw:可否发源码上来看看? 原帖由 ceoguang 于 2009-1-22 13:55 发表 http://autoitx.com/images/common/back.gif
参考http://www.autoitx.com/forum.php?mod=viewthread&tid=4885&extra=page%3D1
其中Global const $nm_dblclk = -3改为Global const $nm_dblclk = -2即为单击.
btw:可否发源码上来看看?
这个不是我做的,我没有源码.是要仿这个界面 _GUICtrlListView_GetItemTextString($ListView1, Number(_GUICtrlListView_GetSelectedIndices($ListView1)))
页:
[1]