顽固不化 发表于 2009-9-9 15:31:47

3.3.1.1的用户函数GUIListBox不兼容汉字

#include <GUIListBox.au3>
GUICreate("测试", 400, 296)
$hListBox = GUICtrlCreateList("", 2, 2, 396, 296)
GUISetState()
For $iI = 1 To 9
        GUICtrlSetData($hListBox, "ABCD这是示例程序"&$iI)
Next
$CL=_GUICtrlListBox_GetText ($hListBox, 0)
GUICtrlSetData($hListBox, StringTrimLeft($CL,4));删除0号的ABCD后继续加入
Do
Until GUIGetMsg() = $GUI_EVENT_CLOSE

menfan 发表于 2009-9-11 12:24:11

呵呵,我的可以哦。

顽固不化 发表于 2009-9-13 17:49:33

你的可以?真的?

rikthhpgf2005 发表于 2009-10-29 13:30:14

我的也可以
页: [1]
查看完整版本: 3.3.1.1的用户函数GUIListBox不兼容汉字