G
Giovanni Bassi
Hello All,
I am working with visual inheritance and I would like my base form to be
abstract (MustInherit). If I do so, I can't use the designer window on the
inherited form anymore. It displays this error:
"The designer must create an instance of type 'frmBase1' but it cannot
because the type is declared as abstract."
I need to use the MustInherit Keyword to be able to use the MustOverride
Keyword on my operations. Some of these operations *need* to be overriden.
How do I do that? How can I conciliate an abstract base form with a designer
on the inherited form?
Thanks a lot for all replies!
Giovanni Bassi
I am working with visual inheritance and I would like my base form to be
abstract (MustInherit). If I do so, I can't use the designer window on the
inherited form anymore. It displays this error:
"The designer must create an instance of type 'frmBase1' but it cannot
because the type is declared as abstract."
I need to use the MustInherit Keyword to be able to use the MustOverride
Keyword on my operations. Some of these operations *need* to be overriden.
How do I do that? How can I conciliate an abstract base form with a designer
on the inherited form?
Thanks a lot for all replies!
Giovanni Bassi