application for listbox

wissam2

Newcomer
Joined
Nov 8, 2004
Messages
3
hello
i have made a windows application using vb.net which contains two listboxes and two buttons.

i need the code in the click event of the two buttons,The first button is to add the items that the user selects them from the listbox1 to listbox2,
the second button is to to remove the items that the user selects them from listbox2 and returns them to listbox1 again

thank you for the time and for the help
 
Show us what code you have so far.

People here will not do your work for you. You can hire people to do that at other sites though...

wissam2 said:
hello
i have made a windows application using vb.net which contains two listboxes and two buttons.

i need the code in the click event of the two buttons,The first button is to add the items that the user selects them from the listbox1 to listbox2,
the second button is to to remove the items that the user selects them from listbox2 and returns them to listbox1 again

thank you for the time and for the help
 
You need to add a handler for the appropriate events for each button and then code what you want to do in the event handlers
 
Back
Top