I´m confused about subclassing. After I searched for an explanation
on what subclassing is, I concluded that subclassing is what we know as
callback functions or procedures: The callback function receives the
messages sent from the current window, processes certain messages and
all other messages not dealt with within the callback procedure are
passed to the OS own internal procedures.
Am I right? If I´m not can anyone suggest where can I find information
on the subject?
I´ve have seen some examples in the forum but I don´t quite grasp
the true meaning of subclassing.
------------------
on what subclassing is, I concluded that subclassing is what we know as
callback functions or procedures: The callback function receives the
messages sent from the current window, processes certain messages and
all other messages not dealt with within the callback procedure are
passed to the OS own internal procedures.
Am I right? If I´m not can anyone suggest where can I find information
on the subject?
I´ve have seen some examples in the forum but I don´t quite grasp
the true meaning of subclassing.
------------------
Comment