Passing Data in MDI Parent form and Child Form

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hi and Hello.
Im new at .net framework. Now Im using C# . I have a little problem.
How can I get a value of a text in the mdi parent form to child form.

Example in VB6:

form1.text1.text = MainForm.text1.text

How to convert it to C#


--
To be Happy is To be Yourself
.



Relevant Pages

  • Re: Toolbar and mdi child forms
    ... > I have a MDI Parent form with a toolbar that has a Next and Previous ... > I open up a MDI Child form, that has two routines, called nextrec ...
    (microsoft.public.dotnet.languages.vb)
  • Yet another MDI Public....Private question
    ... I have a derived tree control on a MDI parent form. ... Public WithEvents CurrTree As TreeView ... In a child form when I try to access this treeview it is object reference ...
    (microsoft.public.dotnet.languages.vb)
  • Re: MdiParent to fire event on adding/removing a MdiChild
    ... Kevin Yu wrote: ... there is no event fired when you add a child form to an MDI parent form. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Keep child form in fixed position
    ... How do you keep a form from being moved from its centered position? ... I am using a form displayed on an MDI parent form. ... IMO, this is a TERRIBLE idea for a child form of an MDI form, but simply set ...
    (microsoft.public.vb.general.discussion)
  • MDI object stay in the background
    ... I was wondering how i can add object on the MDI parent form that will stay in the background and doesn't show on top of my child form? ... I basically want to have a MDI with an object like a calendar or a listview, but as of now these object will always show on top of my childs form. ... Dimsion ...
    (microsoft.public.dotnet.framework.windowsforms)