ok, i have yet another listview selection, how do select something in a listview via code, i want to select a certain index in the listview....
Printable View
ok, i have yet another listview selection, how do select something in a listview via code, i want to select a certain index in the listview....
I think:VB Code:
ListView1.ListItems(myIndex).Selected = True
If MultiSelect is on then do a For loop and de-select everything else.
thx
Oh... remember do the de-selecting first if you want to do it.
You're welcome. Anytime. If you have any more trouble, don't hesitate to call me. You can ask for me personally, if you like. My name is [customer hangs up here]Quote:
thx