cheezy
Member
Hi:
I have instances of two forms open; how can I close (dispose of) one instance from the other?
Specifically I have the following: Class Forms A,B and C. Form_A has the entry point to the application with a button that opens an instance of form_B (called instance_B). Form B as well has a button creating an instance of form_C (called instance_C) which I would LIKE to have a button on it disposing of the form B instance.
Is this possible? I can provide example code to make my question more specific if somebody would like.
Thanks.
I have instances of two forms open; how can I close (dispose of) one instance from the other?
Specifically I have the following: Class Forms A,B and C. Form_A has the entry point to the application with a button that opens an instance of form_B (called instance_B). Form B as well has a button creating an instance of form_C (called instance_C) which I would LIKE to have a button on it disposing of the form B instance.
Is this possible? I can provide example code to make my question more specific if somebody would like.
Thanks.