1. Q: MDI Child Forms in a DLL, how to bring em up in the MDI Form?
2. MDI Child Forms in a DLL, how to bring em up in the MDI Form?
Martin,
From the MDI parent, you can load the assembly, along with the type from
the assembly, and then create an instance (cast down to Form) using the
static CreateInstance method on the Activator class. Once you have that,
you can cet the IsMdiChild property on the form to true, and then add the
form to the children of your app.
Hope this helps.
--
- Nicholas Paldino [.NET/C# MVP]
- XXXX@XXXXX.COM
"Visual Systems AB (Martin Arvidsson)" < XXXX@XXXXX.COM > wrote in
3. MDI - how to open a child from a child within MDI parent form?
4. Mdi question: How to access controls from mdi child form?
5. Calling a method in one MDI child from another MDI child
6. Mdi Child Form - Limiting Placement Within Mdi Parent
7. Mdi Parent controls showing on Mdi Child forms
8. Opening a Delphi.NET MDI Child form in a C# MDI Container
9. Subscribe MDI parent form to MDI child Closed event
10. How do I write to the MDI Parent statusbar from a MDI child form?
11. How to make form MDI parent and MDI CHild
12. Focus between MDI-Form and MDI-Child
13. MDI List and MDI Children forms.
14. PictureBox in Mdi Parent covers Mdi child forms
15. Hosting Clarion MDI child forms in C# MDI container