Hi,
The below is a snap from c# windows form application.
when i click add, it is genrated in listbox1, checkedlistbox1, checkedlistbox2.
I now select 3 item from listbox1 (which is having 10) and click on removeselecteditem button. It should remove the selected items of listbox1 from listbox1, checkedlistbox1, checkedlistbox2.
How do i achieve it ?