Results 1 to 2 of 2

Thread: Check boxes inside a list box

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 1999
    Posts
    51
    Hi, I have the checkboxes inside a listbox style. I can't find out how to check one of these checkboxes in code. I though it would be something like this, but it doesn't work:

    listbox.list(0).checked = true

    Thanks!

  2. #2
    Guest
    Try this.

    Code:
    List1.Selected(0) = True

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