Quote Originally Posted by Eri523 View Post
it's possible, for instance by making the "slave" project a DLL and/or exposing the form in question as a COM object.
Why COM? Windows Form can be added to C++/CLI Class Library project and used by any client .NET project.