Hello,

I am in the process of converting 30k lines of codes (maually) from MC++ to C++/CLI so that it can be compiled in VS2005.  Most of the codes are Windows Forms.  I started out with a simple Windows Forms (such as a About dialog).  It converted okay and compiled without problem.  But it can no longer be designed using the Form Designer.   Are there any guidelines to ensure that the converted codes will work with the form designer?

Thanks a million.

Dennis