Results 1 to 2 of 2

Thread: checklistbox items

  1. #1

    Thread Starter
    Member
    Join Date
    Nov 2001
    Posts
    52

    checklistbox items

    In Checklistbox , how can I show the checked items only by clicking Button1 ? , and the opposit (the unchecked)
    Please provide the 2 codes which do each one

    Thanx

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    For checkedListItems :
    VB Code:
    1. For Each s As String In Me.CheckedListBox1.CheckedItems
    2.             MessageBox.Show(s)
    3. Next

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