Results 1 to 3 of 3

Thread: [RESOLVED] listbox problems?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2010
    Posts
    25

    Resolved [RESOLVED] listbox problems?

    hey. i have a problem
    im trying to copy the listbox items to a listview?
    but i cant?
    please help

  2. #2
    New Member Xscapism's Avatar
    Join Date
    Aug 2010
    Posts
    9

    Re: listbox problems?

    Quite Simple:

    Code:
    For Each Item As String In Listbox1.items
    Listview1.Items.Add(Item )
    Next

  3. #3

    Thread Starter
    Junior Member
    Join Date
    May 2010
    Posts
    25

    Smile Re: listbox problems?

    Quote Originally Posted by Xscapism View Post
    Quite Simple:

    Code:
    For Each Item As String In Listbox1.items
    Listview1.Items.Add(Item )
    Next
    ! thank you!
    you helped me alot there
    i set it as resolved
    bye!

Tags for this Thread

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