This book is a very comprehensive explanation of what you can do from Visual Basic with regards to subclassing and hooking. My only complaints are that it's a little wordy and redundant in points and that it doesn't venture into areas that cannot be handled with VB alone.
0Report
What can I say, this is a great book.Disadvantage is that hooking & subclassing degrades system performance.
0Report
In Subclassing & Hooking With Visual Basic, computer expert Stephen Teilhet explains that Windows is essentially a messaging system and that every user action creates one or more messages to carry out a communication. In addition to generating the message for the mouse button click, the action produces a wide array of other messages, including messages to repaint the button in its depressed state, determine the state of...
0Report
a great book about subclassing and the actions you can achieve using vb and not c++. Helped me built customized apps for certain strict environments in no-time. Good work!
0Report