Name HookMe
CatagoryDevelopment
Description
Native subclassing technique for VB5/6. Extremely clean. This is code that goes into, well, probably every project I ever write. I was once kidded by the author of MsgHook that I virtually made a living explaining to people how to use that tool. Yeah, I wrote a lot of columns over the years, some listed below, that involved subclassing. But since VB5 shipped, production code omitted the OCXs, and stuck to pure inline message hooking. Originally, I used a single BAS file for all subclassing, but found that solution to be wanting. In particular, it meant I had to modify the code module for each application. And, it prevented sinking the messages in more than a single object type. With my latest approach, I think you'll agree, we've come to be about as flexible as possible Tag:
Continue Reading & Download Link