Maverick

Maverick

  • NA
  • 7
  • 0

inheritence in form

Feb 23 2010 3:14 PM
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)