I was wondering how to create a hook like moeur's VB control, but to be used in c++. Also, instead of a control, I want a class that I can use like this:
Code:
clsHook myHook (Handle)
Or something like that.

Is this possible? I have no idea how.