> Does anybody know how to create a form in a second namespace
> that can be modified visually with the VS designer.
> A result should be a form to be called like
> MyFirstNS::MySecondNS::MyForm ();
> with designer support.
Not using VS2003 :( This is a bug. The designer will not load a form
that is not a member of a namespace or that is a member of a nested
namespace.
We fixed this for VS2005. You should find it working for the VS2005
Beta.

Signature
Tarek Madkour, Visual C++ Team
This posting is provided "AS IS" with no warranties, and confers
no rights.