Reputation: 31
I am using SetWindowSubclass
to set up two different subclass procedures against a control (in this case, a multiline edit field).
One subclass "edit" functionality specific to edit controls and the other "base" functionality specific to any control. It seems that no matter what order I apply these in "base" is being called before "edit".
Has anyone else hit this issue?
Upvotes: 3
Views: 557