README.md
December 4, 2022 ยท View on GitHub
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 On | 2001-12-30 09:29:28 |
| By | Stephen Kent |
| Level | Intermediate |
| User Rating | 4.9 (59 globes from 12 users) |
| Compatibility | VB 6.0 |
| Category | Windows API Call/ Explanation |
| World | Visual Basic |
| Archive File | SubClass_&45503112002.zip |
API Declarations
4 API calls and lots of constants.