README.md

December 4, 2022 ยท View on GitHub

SubClass & SubClassEx

Description

This is a set of 2 classes to make subclassing easier by handling all the hooking/unhooking and message routing involved. The SubClass object exposes a single event (Message) which passes the messages the window receives on to the subclassing application. SubClassEx exposes Message and many other events for messages that are commonly subclassed or intercepted. Both classes allow for over-riding a window message, additional processing, and custom messages.

More Info

No known side-effects.

Submitted On2001-12-30 09:29:28
ByStephen Kent
LevelIntermediate
User Rating4.9 (59 globes from 12 users)
CompatibilityVB 6.0
CategoryWindows API Call/ Explanation
WorldVisual Basic
Archive FileSubClass_&45503112002.zip

API Declarations

4 API calls and lots of constants.