abenitez77
IS-IT--Management
I have 3 listboxes
I select 1 item from listbox1 and 1 item from listbox2
then I hit a button on my form and I want to copy those 2 items to my listbox3 (it has 2 columns) . They would be in 1 row (listbox1 in column0 and listbox2 in column1). Then I want to be able to remove a row from listbox3 or add more items from listbox1 and listbox2.
How can I do this ?
I select 1 item from listbox1 and 1 item from listbox2
then I hit a button on my form and I want to copy those 2 items to my listbox3 (it has 2 columns) . They would be in 1 row (listbox1 in column0 and listbox2 in column1). Then I want to be able to remove a row from listbox3 or add more items from listbox1 and listbox2.
How can I do this ?