This article was very helpful to me on understanding how to work with Forms
in VB.Net
This article was provided to me by Cor Ligrhert, Thanks very much.
You may want to read the following MSDN article.
http://msdn.microsoft.com/library/de...adingToNET.asp
"Rob" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> 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.
>
>