xzxnovice 发表于 2011-11-11 09:11:07

关于$LVN_ENDLABELEDIT声明[已解决]

本帖最后由 xzxnovice 于 2011-11-11 12:00 编辑

调试_GUICtrlListView_EditLabel 示例 提示缺少几个声明include里帮助文档也没找到。请教一下
D:\Program Files\autoit3\Examples\Helpfile\_GUICtrlListView_EditLabel.au3(67,41) : WARNING: $LVN_BEGINLABELEDIT: 使用前并未进行声明.
                Case $LVN_BEGINLABELEDIT,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
D:\Program Files\autoit3\Examples\Helpfile\_GUICtrlListView_EditLabel.au3(113,39) : WARNING: $LVN_ENDLABELEDIT: 使用前并未进行声明.
                Case $LVN_ENDLABELEDIT,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
D:\Program Files\autoit3\Examples\Helpfile\_GUICtrlListView_EditLabel.au3(67,41) : ERROR: $LVN_BEGINLABELEDIT: 未声明的全局变量.
                Case $LVN_BEGINLABELEDIT,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
D:\Program Files\autoit3\Examples\Helpfile\_GUICtrlListView_EditLabel.au3 - 1 error(s), 2 warning(s)

xiehuahere 发表于 2011-11-11 10:23:37

检查一下,你是不是把示例中67行和113行的 $LVN_ENDLABELEDITA 都改成了 $LVN_ENDLABELEDIT ?

xzxnovice 发表于 2011-11-11 11:52:24

回复 2# xiehuahere


    果然是 $LVN_ENDLABELEDITA,是示例中错了。我没改过
页: [1]
查看完整版本: 关于$LVN_ENDLABELEDIT声明[已解决]