B
Brad Williams
If I create an abstract class derived from Form, from which I can derive my
actual forms, this works ... except designer support gets broken.
Initiating the designer for the derived form/class causes the designer to
try to instantiate the base class -- which can't be done because that base
class is abstract.
Why does the designer need to instantiate the base of the form I am trying
to open?
Thanks,
Brad Williams
actual forms, this works ... except designer support gets broken.
Initiating the designer for the derived form/class causes the designer to
try to instantiate the base class -- which can't be done because that base
class is abstract.
Why does the designer need to instantiate the base of the form I am trying
to open?
Thanks,
Brad Williams