In controls where messages are sent as %WM_NOTIFY can they be superclassed and if so, are the same variables used to extract the hdr.code.
Also are there any caveats to superclassing. Do they go out of scope when the program ends or need they be destroyed in the %WM_DESTROY event.
Bob Mechler
Also are there any caveats to superclassing. Do they go out of scope when the program ends or need they be destroyed in the %WM_DESTROY event.
Bob Mechler
Comment