Results 1 to 5 of 5

Thread: [RESOLVED] listbox with checkbox

  1. #1

    Thread Starter
    Lively Member
    Join Date
    May 2005
    Posts
    108

    Resolved [RESOLVED] listbox with checkbox

    i'm using a listbox (with the style checkbox for the first time).

    when i try

    userList.List(1).State = Checked

    vb6 indicates an "invalid qualifier"

    what am i doing wrong?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: listbox with checkbox

    try
    VB Code:
    1. If userList.Selected(i) = True Then

  3. #3
    Addicted Member prophecy's Avatar
    Join Date
    Mar 2005
    Location
    In the developers list of Visual Basic ;-)
    Posts
    242

    Re: listbox with checkbox

    List1.Selected(1) = True
    Got You! - ©
    - My Signature.
    Visit www.compzone.hhnf.com. If you think i helped you, add to my reputation by Clicking "Rate This Post".

  4. #4
    Addicted Member prophecy's Avatar
    Join Date
    Mar 2005
    Location
    In the developers list of Visual Basic ;-)
    Posts
    242

    Re: listbox with checkbox

    oops! u already posted by the time... i clicked on post reply... lol!
    Got You! - ©
    - My Signature.
    Visit www.compzone.hhnf.com. If you think i helped you, add to my reputation by Clicking "Rate This Post".

  5. #5

    Thread Starter
    Lively Member
    Join Date
    May 2005
    Posts
    108

    Re: [RESOLVED] listbox with checkbox

    thx all... this pc has no help file installed and too many matches in google...

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