Click to See Complete Forum and Search --> : Adding Propetrties to an Existing 3rd party controls


Vivekananda
August 26th, 1999, 04:24 AM
I am working on a project where I am required to add properties to existing 3rd party controls. The Idea that I had was to develop a simpleframe control/container that can contain an ActiveX control & expose it's properties, methods & events as it's own in addition to it's own properties, methods. Is it possible ? If so can it be done using MFC or ATL or do I have to use C++ directly.