hey. i have a problem
im trying to copy the listbox items to a listview?
but i cant?
please help:D
Printable View
hey. i have a problem
im trying to copy the listbox items to a listview?
but i cant?
please help:D
Quite Simple:
Code:For Each Item As String In Listbox1.items
Listview1.Items.Add(Item )
Next