"transfering" info from one form to another witout using IsMDIContainer prop

May 13 2005 2:50 PM
Hi, I have the following problem: I have a windows form called .In the form I have, among other controls, a textBox called , a comboBox called and 2 buttons called and . In the second form, called "Save" when pressed and "Edit" when pressed, I have only a textBox called and a button . Case 1: When I press ============================= In the second form: When pressing , I want to take the text in the (this would be the function's formula) and the text in the (this would be the name of the function) and add them to . Case 2: When I press ============================== In the second form: When pressing , I want to take the text in the put it in the , where it can be changed. When I pres I want the to reflect the changes made, meaning that the funtion has a new name. The big problem is that I don't know how to transfer data between forms without using IsMDIContainer Property. I don't use this property because I don't know how to make the MDIChild visible (to actually see every control on the MDIChild form). Please help me !!! I'm in desperate search for help ! I've tried up to now all I could ever think of (obviously not enough) :( Cheers to all of you, Adisor

Answers (3)