mdi

  1. MediaHub

    Question How call methods from child window of another Form( Not a Child/Parent Window)

    In My Projects i Have 3 Forms: Form1: MDIParent Form2: MDIChild Form3: Normal Form i want to access data and call methods of Form3 from Child Window. I am new to C# can any one solve my problem.
  2. E

    Question Opening a file from a parent form into a child form

    Hey everyone, I'm new at c# and I'm having some difficulties with a project I'm doing. I have a mdi program with two forms. I need to open a file into a richTextBox in the child form from the parent form. I don't know what I'm doing wrong. Any help would be much appreciated. Thanks...
Back
Top Bottom