Someday I'll understand and master sub- and super-classing controls.
subclassing = Modify standard behavior of an individual control after it is created.
superclass = create registered Window class as copy of "just like' base control with desired modifications BEFORE controls are created.
You'd usually create a superclass if you have multiple controls to create with the modified behavior., although you can accomplish the same thing using subclassing simply by sharing the subclass procedure.
MCM
.
Comment