G
Guest
Im very new to coding and I was wondering if anyone could please tell me how
to select all the items in a listbox when a checkbox is checked, and then
when the checkbox is unchecked to unselected the items in the listbox. Here
is the event I would like to put this into.
private void chkSelectAll_CheckedChanged(object sender,
System.EventArgs e)
{
}
Thank you for any help you can give me
to select all the items in a listbox when a checkbox is checked, and then
when the checkbox is unchecked to unselected the items in the listbox. Here
is the event I would like to put this into.
private void chkSelectAll_CheckedChanged(object sender,
System.EventArgs e)
{
}
Thank you for any help you can give me