vis781
Well-known member
Hi all, I'm having some trouble with inheritance and i'd be glad of some assistance...
I have a base form in my app from which all other forms inherit. It contains properties and a few controls that are inherent to all my app's forms. However when i click a button in my inherited form i thought that it would run the code in the base class. But no.....
I've played aroud with it loads, i.e making it overridable, changing the modifiers but to no avail.
Can anyone help?
I have a base form in my app from which all other forms inherit. It contains properties and a few controls that are inherent to all my app's forms. However when i click a button in my inherited form i thought that it would run the code in the base class. But no.....
I've played aroud with it loads, i.e making it overridable, changing the modifiers but to no avail.
Can anyone help?