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.f orm class. what I have tried is that, I inherit "windows.forms. form" in "ParentClas s" and all forms inherits my "ParentClas s". But in this case when I view the design of the form IDE gives error. Please guide my in this regard.
Thanks and Regards
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.f orm class. what I have tried is that, I inherit "windows.forms. form" in "ParentClas s" and all forms inherits my "ParentClas s". But in this case when I view the design of the form IDE gives error. Please guide my in this regard.
Thanks and Regards
Comment