C
Craig Smesny
I have a form(Call it form 1) that I use as a base class for other forms
in my application. it contains a a call to a function that passes its
form name. Form 2 inherits from form 1. When it is initialized and
calls the function from form 1, I need it to use the name from the
derived class not the base class. Can this be done in the base class or
do I have to override the function in the derived class? The whole
point of the baseclass was to include code that will be used on every
form it is based on and recognize the actual form being created.
Thanks
in my application. it contains a a call to a function that passes its
form name. Form 2 inherits from form 1. When it is initialized and
calls the function from form 1, I need it to use the name from the
derived class not the base class. Can this be done in the base class or
do I have to override the function in the derived class? The whole
point of the baseclass was to include code that will be used on every
form it is based on and recognize the actual form being created.
Thanks