Working with C# on Visual Studio 2003.
I have a form named "myFormClass" inherited of
System.Windows.Forms.Form, and other form inherited of myFormClass.
It happens that I reopen ; I am going to open a form of the inherited
ones of myFormClass in design and it does not allow it.
Investigating I discovered that in the serialization of these this does
not place the line of code:
components = new System.ComponentModel.Container(); .
How I can solve this?
Regards
Alvaro
jokiz - 02 Dec 2005 09:11 GMT
wat does it say when you are trying to open it again?
Alvaro - 02 Dec 2005 15:04 GMT
It's right
> wat does it say when you are trying to open it again?
jokiz - 05 Dec 2005 12:15 GMT
you said "it does not allow it", how? what's the error message?