VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

SubClass & SubClassEx

Stephen Kent  (10 Submissions)   Windows API Call/Explanation   Visual Basic 3.0   Intermediate   Wed 3rd February 2021

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.

Side Effects
No known side-effects.

API Declarations
4 API calls and lots of constants.

Rate SubClass & SubClassEx (12(12 Vote))

Download SubClass & SubClassEx

SubClass & SubClassEx Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters