So I have a COM Control that I need to extend some functionality of. If I understand correctly I can't Inherit from it so I have to create a wrapper. If I understand correctly a wrapper is nothing more than a class that creates an instance of the object and handles the functions and various methods of the object. So If I'm understanding this correctly that is fine. It is a control that during design time or run time needs to display on a form. My though is to make the class inherit from a control so that it can easily be placed on a form and has all methods required of a control so I don't have to create them myself. While I know this will work is this the best way to handle this type of situation or should I take another approach?
-I hate Microsoft!
-Forever and always forward.
-My kingdom for a edit button!
-I hate Microsoft!
-Forever and always forward.
-My kingdom for a edit button!