[RESOLVED] Make a class inherit from my class + "Button" class. Is there a button interface?
So I need a button that can call a (non-static) function outside of it, but it also needs to be able to override the "OnClick" method of System::Windows::Forms::Button... ideas?
In JAVA I know I'd use either an "interface" or a class within a fake class hack workaround.
Thank you guys in advance so very much.
Re: Make a class inherit from my class + "Button" class. Is there a button interface?
Hm, are are you actually trying to accomplish here?