I got a checkedlist box in form2 (clbForm2) where i’m explicity mapping it to an item check event. Now i need to uncheck all the checked items of the control in Form1, from within form2. On unchecking the items, it’z firing the item check event. Is there any way to skip the event. I’d written code within that, which i dont want to run when called from form2. Please suggest a good way.
Share
Unbind the event and rebind it.