3
Reply

inheritence in form

Ask a question
Maverick

Maverick

14y
2.2k
1
Hi everyone,

I am developing a windows based application in VS2005. I want all my form to be inherits from one of my class e.g.ParentClass but indeed the windows forms already inherits windows.forms.form class. what I have tried is that, I inherit "windows.forms.form" in "ParentClass" and all forms inherits my "ParentClass". But in this case when I view the design of the form IDE gives error. Please guide my in this regard.

Thanks and Regards

Answers (3)