Hi All,
Can any one tell me what is the functionality of msghook.ocx
Printable View
Hi All,
Can any one tell me what is the functionality of msghook.ocx
It's an OCX that allows you to hook windows messages from other windows that you don't own, and to act on those messages before the window receives them, for example you could capture the WM_CLOSE message and "throw it away" to stop the window receiving it, therefore preventing the window being closed.....