|
想使用_GUICtrlListBox_GetSelItemsText 将 listbox1中所选的内容 增加到 listbox2中,但发现使用 _GUICtrlListBox_GetSelItemsText 函数获得的文本并不全。测试了一下,好像和中间的中文字符有关。有大侠给个解决方案不?多谢了。
--------------------关键代码--------------------------
Func Button1Click() ;-->增加所选择
$ListBox1Sel=_GUICtrlListBox_GetSelItemsText($ListBox1)
For $iI=1 To $ListBox1Sel[0]
_GUICtrlListBox_AddString($ListBox2,$ListBox1Sel[$iI])
Next
EndFunc
...........
--------------------关键代码over--------------------------
[ 本帖最后由 ququ12345 于 2008-10-5 12:04 编辑 ] |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?加入
×
|