AppDomain and MDI

  • Thread starter Thread starter Evan
  • Start date Start date
E

Evan

I know how to create a new AppDomain and use it to create the instance of a
new Form.

But... if I have a MDIContainer in my main AppDomain, is it ever possible
to create a form in the secondary AppDomain and show it as a child form?

If someone is able to do this, please post code.

Cheers,
Evan
 
Back
Top