if (checkedListBox 1.CheckedItems! = null)
{
for (int i = 0; checkedListBox1 .CheckedItems.C ount; i++)
{
listBox1.Items. Add(checkedList Box1.CheckedIte ms[i].ToString());
checkedListBox1 .Items.RemoveAt (checkedListBox 1.SelectedIndex );
}
Error:But it is showing the cannot implicitly convert...
User Profile
Collapse
-
hello , i'm working on c# windows application form .
i would like to know the details regarding the picturebox control and zooming of the picture, resize,and should be opened in another form .
No activity results to display
Show More