Is there any particular reason you are using API, as this will do
VB Code:
For i = 0 To List1.ListCount - 1 Step 2 'select every other element List1.Selected(i) = True Next i
|
Results 1 to 11 of 11
Threaded View
|
Click Here to Expand Forum to Full Width |