C
coder4
Within an application, I want to run a second application--with it's
own separate AppDomain.
I'd like to run this second application in a "full-screen
mode" (outside the first application) or inside a panel of the first
application. Is this possible?
Is it possible to add the main form of the 2nd application as a
control to the panel of the first application and still have it run in
it's own AppDomain?
If so, please explain.
Thanks!
own separate AppDomain.
I'd like to run this second application in a "full-screen
mode" (outside the first application) or inside a panel of the first
application. Is this possible?
Is it possible to add the main form of the 2nd application as a
control to the panel of the first application and still have it run in
it's own AppDomain?
If so, please explain.
Thanks!