wissam2 Posted November 19, 2004 Posted November 19, 2004 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 Quote
jayceepoo Posted November 19, 2004 Posted November 19, 2004 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... 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 Quote
donnacha Posted November 26, 2004 Posted November 26, 2004 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 Quote Hamlet
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.