
Custom ActiveX control built on a Standard (comctl32.ocx) ActiveX Control
I've been asked to create a ListView ActiveX control (among others) that
adds a few properties (that drastically alter appearance) of the standard
ListView ActiveX control. This control will be for sale at some point.
Can anyone address the legalities and/or feasability of this (or point me to
a source). If I were just wrapping the common control with a MFC class I
wouldn't have any questions on either. But, since I'll be needing to
ownerdraw the ListView ActiveX to make this work, and comctl32.ocx will have
to be distributed with it I have numerous questions on both.
Also, if I have to implement largely from scratch, I'll have to re-implement
all the properties for this and the other controls. Can someone point me to
a tutorial or page that will guide me in implementing some of the odd
properties, those that don't pertain directly to the control class itself.
(databound stuff, tooltips, etc.)
Thanks,
Neal
neal glover at kih dot net