Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 VB6.0,如何获取 CheckedListBox 中选定项的 itemdata?
哦,我明白了....
Dim i as integer If myList.Selected(i) then i = chklstCar.ItemData(i) End if
Dim ItemData as String ItemData = myList.ItemData(myList.ListIndex)