Results 1 to 2 of 2

Thread: Copying items in listbox from checkedlistbox

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2009
    Posts
    138

    Copying items in listbox from checkedlistbox

    Hello! I need code for copying all items from checkedlistbox to listbox (checked and unchecked). Thanks!

  2. #2
    Frenzied Member
    Join Date
    Jun 2005
    Posts
    1,950

    Re: Copying items in listbox from checkedlistbox

    Code:
    ListBox1.Items.AddRange(CheckedListBox1.Items)

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