P
Patrick Corkum
If I have a form, say FORM_FOO, and a form that it inherits from, say
FORM_BAR and on FORM_BAR, I have a button, say BTN_RETURN. Now, how do
I make FORM_FOO actually do true inheritance when I change BTN_RETURN
on FORM_BAR? In order to actually do that, I have to open every form
that inherits from FORM_BAR and remove the code manually from
InitializeComponents(). <Never mind the fact that it needs to be
checked in and out of source safe>. There MUST be a way to make it
actually work correctly.
Please help!
Thanks in advance,
~Patrick Corkum
FORM_BAR and on FORM_BAR, I have a button, say BTN_RETURN. Now, how do
I make FORM_FOO actually do true inheritance when I change BTN_RETURN
on FORM_BAR? In order to actually do that, I have to open every form
that inherits from FORM_BAR and remove the code manually from
InitializeComponents(). <Never mind the fact that it needs to be
checked in and out of source safe>. There MUST be a way to make it
actually work correctly.
Please help!
Thanks in advance,
~Patrick Corkum