heavenhell
Feb 22nd, 2001, 10:12 AM
I need use to a system wide shell hook so that whenever a new window is created, I will be informed© However system wide hook requires DLL which i don't have© Then i found a program that can do this with dll, it uses an undocumented RegisterShellHook function fron shell32© Does anyone know about this function or has any solution?
Thanks
Public Declare Function RegisterShellHook Lib "Shell32" Alias "#181" ¥ByVal hwnd As Long, ByVal nAction As Long¤ As Long
Thanks
Public Declare Function RegisterShellHook Lib "Shell32" Alias "#181" ¥ByVal hwnd As Long, ByVal nAction As Long¤ As Long