你的问题应该是:
项目内容 = GUICtrlRead( 项目ID, 1 )
复选框和树形列表的混合体,我也搞不清了 这么定义,具体操作自己想想看
if $name= "字体名"
do("字体名", "")
endif
func do($name, $item)
if $name <> "" then;//选择字体名称的时候
把对应的复选框同时选上
elseif $item<>"" then;//选择字体项目的时候
把对应的字体同时选上
endif
endfunc 没有头绪了:face (22): $a_indices2 = ''
$i2 = ''
$Gametxt = ''
Local $a_indices2 = _GUICtrlListView_GetItemCount($hListView)
For $i2 = 0 To $a_indices2
If _GUICtrlListView_GetItemChecked($hListView, $i2) Then
;MsgBox(64,'提示','选择的内容: ' & @CRLF & _GUICtrlListView_GetItemText($hListView, $i))
;;===================================================;;游戏更新模块
$Gametxt = _GUICtrlListView_GetItemText($hListView, $i2) & '|' & $Gametxt
;MsgBox(4160, "Information", "选择内容: " & _GUICtrlListView_GetItemText($hListView,$a_indices[$i]))
;;====================================================
EndIf
Next
这个应该可以解决你的问题..... 顶之:face (35):
页:
1
[2]