R
Rob
I want to add a second Windows Form to my app, but do not
know how to implement communication between the 2 Forms.
I want to be able to open and close Form2 from a button on
Form1 and need to know if Form2 is open or closed. Also,
I would like to open and close Form2 without causing logic
conflicts on Form1. I know in Visual J++6 they use an
interface to communicate between 2 Forms. My question is
How ? How do the 2 Forms communicate with one another ?
Please help RS.
know how to implement communication between the 2 Forms.
I want to be able to open and close Form2 from a button on
Form1 and need to know if Form2 is open or closed. Also,
I would like to open and close Form2 without causing logic
conflicts on Form1. I know in Visual J++6 they use an
interface to communicate between 2 Forms. My question is
How ? How do the 2 Forms communicate with one another ?
Please help RS.