Results 1 to 7 of 7

Thread: [RESOLVED] Blue Highlighting?

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jan 2007
    Posts
    93

    Resolved [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:
    1. Dim i As Long
    2. For i = 0 To List1.ListCount - 1
    3.     List1.Selected(i) = True
    4. Next
    both lists use the same code.
    also how can i have the first item in the list have focus after that?
    Last edited by stevevb6; Feb 2nd, 2007 at 08:31 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width