Come to think of it, this way is exactly the same way as creating a new form and changing the inheritance from System.Windows.Forms.Form to Form1. Are you sure you inherit from the correct form1 (maybe it should be Form1 or something else)

Signature
Happy coding!
Morten Wennevik [C# MVP]
yes, "add inherited form" does the same thing i do,
i am not sure about what was wrong,
i deleted some controls on form1 on the code editor, before inheriting
form2 , maybe the problem was about it.
anyway, there is no problem now.
> Come to think of it, this way is exactly the same way as creating a new form and changing the inheritance from System.Windows.Forms.Form to Form1.
Are you sure you inherit from the correct form1 (maybe it should be Form1
or something else)
> --
> Happy coding!
> Morten Wennevik [C# MVP]