Is there any way that i can setup a system hook taht will tell my program when a new window has been opened and its respective handle?
~~Jeff
Printable View
Is there any way that i can setup a system hook taht will tell my program when a new window has been opened and its respective handle?
~~Jeff
Yes there is. But in order to set a system hook the hook function has to reside in a standard DLL so every process can access it. The dll can't be made in VB it can be made in C++.