找回密码
 加入
搜索
楼主: 新手上路

字体删除程序,写不下去了

[复制链接]
 楼主| 发表于 2008-11-4 23:16:57 | 显示全部楼层
原帖由 即即 于 2008-11-4 22:21 发表
你的问题应该是:
项目内容 = GUICtrlRead( 项目ID, 1 )

复选框和树形列表的混合体,我也搞不清了
发表于 2008-11-5 00:41:11 | 显示全部楼层
这么定义,具体操作自己想想看
if $name= "字体名"
do("字体名", "")
endif
func do($name, $item)
  if $name <> "" then;//选择字体名称的时候
   把对应的复选框同时选上
elseif $item<>"" then;//选择字体项目的时候
     把对应的字体同时选上
   endif
endfunc
 楼主| 发表于 2008-11-5 19:04:39 | 显示全部楼层
没有头绪了
发表于 2008-11-6 20:03:54 | 显示全部楼层
$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

这个应该可以解决你的问题.....
 楼主| 发表于 2008-11-8 13:36:37 | 显示全部楼层
顶之
您需要登录后才可以回帖 登录 | 加入

本版积分规则

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

GMT+8, 2024-5-10 20:47 , Processed in 0.071525 second(s), 14 queries .

Powered by Discuz! X3.5 Licensed

© 2001-2024 Discuz! Team.

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