Unicode Controls & Classes for VB6 - Version 4

ISubclass.eMsgResponse3 Enum

Defines the way you can sublass Windows messages for a specified Window using the AttachMessage function

Values
Name Value Description
emr3AttachBefore 9 Attach before the original WindowProc
emr3AttachAfter 10 Attach after original WindowProc
emr3AttachInsteadOf 11 Attach before the original WindowProc and consume it
Remarks