c# forms

Jul 29 2006 3:23 PM
This is my problem i have 2 forms and want send a message from form 1 to form 2 and from 2 to 1.
i have been using,
 Form1 f1= new Form1
but this opens a new instance and i want to use the one previusly used.

can someone help

Answers (1)