GearWorker
Programmer
When creating an ActiveX control using the MFC ActiveX Control wizard, does making it a subclass of an existing ActiveX control mean that it inherits all the properties and functions of the parent class? I'm trying to make a custom ListView control by making it a subclass of the SysListView32 control thinking that I can just modify it through inheritance, but it doesnt seem to work that way. All I want to do is change one thing about the ListView control, is there anyway I can do this without having to write it from scratch?