netegg 发表于 2012-9-15 18:34:38

回复 15# 邪恶海盗
导出成二维数组,搜索

邪恶海盗 发表于 2012-9-15 18:36:55

回复 13# pusofalse


用    _GUICtrlListView_SetImageList搞定了...

居中使用_GUICtrlListView_JustifyColumn...

邪恶海盗 发表于 2012-9-15 18:56:47

回复 16# netegg


    求指导...{:face (197):}

netegg 发表于 2012-9-15 19:50:37

本帖最后由 netegg 于 2012-9-15 19:55 编辑

#Include <GuiListView.au3>
local $i = 0
while not($i >_guictrllistview_getitemcount($hwnd))
if _GUICtrlListView_FindText($hWnd, $str, $i) then msgbox(0,0,_guictrllistview_GetItemTextString($hwnd, $i))
$i +=1
wend

邪恶海盗 发表于 2012-9-15 19:54:37

本帖最后由 邪恶海盗 于 2012-9-15 19:58 编辑

看帮助使用ControlListView和_GUICtrlListView_GetItemTextString函数成功返回首列数据所在行数据...

下一步将listview列表内的数据设置成可修改的,努力看帮助中...

邪恶海盗 发表于 2012-9-15 20:11:33

回复 19# netegg


    双击listview列表内的数据变为可修改,用哪个函数实现???

netegg 发表于 2012-9-15 20:26:33

回复 21# 邪恶海盗
udf区去找listview的原位编辑

邪恶海盗 发表于 2012-9-15 20:47:24

回复 22# netegg


    http://www.autoitx.com/forum.php?mod=viewthread&tid=23588&fromuid=7658114
这个帖???
明天研究一下看看...

kk_lee69 发表于 2012-9-15 22:45:38

回复 15# 邪恶海盗

爬文吧你打 LISTVIEW 搜尋你想找的問題都會有答案....
页: 1 [2]
查看完整版本: 关于listviewitem高度和不满足条件则锁定按钮的问题(有源码)