Spawning form in new process

Posted by Mike_G on Stack Overflow See other posts from Stack Overflow or by Mike_G
Published on 2010-06-15T21:38:01Z Indexed on 2010/06/15 22:02 UTC
Read the original article Hit count: 84

Filed under:
|
|
|

I had originally created a windows form to be a dialog of my projects main form. Now the dialog is getting complex enough that it needs to be started in its own process. Is there a way to do this in code or do i need to create a new project and link my files to it?

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET