Unicode Controls & Classes for VB6 - Version 4

cSubClass Class

Permits you to Subclass windows in a simple way
Doesn't remove attached messages automatically when destroyed

Enums
Name Description
Events
Name Description
Properties
Name Type Description
MessageCount (Long) Returns the number of messages attached to the given window
Methods
Name Type Description
AttachMessage Attaches a message to the given window handle
CallOldWindowProc (Long) Call the original window procedure of the given window handle
DetachMessage Detaches a message from the selected window handle
Remarks