Sooloom 发表于 2009-9-16 23:06:46

如何选中List中的第一行

GUICtrlSetState($List3, $GUI_FOCUS)
这个只能使List获得焦点,而不能选中某一行,请教办法

afan 发表于 2009-9-16 23:11:13

#Include <GuiListBox.au3>
_GUICtrlListBox_SetSel($List3, 0)
页: [1]
查看完整版本: 如何选中List中的第一行