L
Lars Netzel
I want to open a Form (frmInput) from a MDI Container Form (frmBase). And
type in information is some fields and then when I click close I want to
return that data to the parent (frmBase) .. sort of when you use
OpenFileDialoque and get a FileName from it and stuff..
I don't want to pass data this way..
ParentForm.Control.text = Child.Control.text
Child.Close()
How do I do it the OpenFileDialogue way?
regards
/Lars
type in information is some fields and then when I click close I want to
return that data to the parent (frmBase) .. sort of when you use
OpenFileDialoque and get a FileName from it and stuff..
I don't want to pass data this way..
ParentForm.Control.text = Child.Control.text
Child.Close()
How do I do it the OpenFileDialogue way?
regards
/Lars