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 呵呵,我的可以哦。 你的可以?真的? 我的也可以
页:
[1]