[RESOLVED] Blue Highlighting?
hi, i am making a program that selects all items in a listbox with checkbox style. The problem is when i clcik the button, in one list 4 items stay highlighted at the bottom with blue, and the otherlist, all items in view stay highlighted with blue. It doesnt affect performance, but doesnt look very good. here is the code.
VB Code:
Dim i As Long
For i = 0 To List1.ListCount - 1
List1.Selected(i) = True
Next
both lists use the same code.
also how can i have the first item in the list have focus after that?
Re: removing item from list?
I'm confused.
Your thread title indicates you want to delete something from the list, but your post deals with highlighting.
What is your question?
Re: removing item from list?
oops, can you change that please, that was the problem i was dealing with when i started the thead, but the answer dawned on me, so i fixed it and was faced with this problem and just started to type without paying attention to that... sorry the question is the one i have asked. I fixed it.