Hi,


I have read that we can use SetWindowsHookEx to set a system-wide hook keyboard inputs. Is it only possible to set a system-wide hook by calling a function from the dll that we write? Can we do it without a dll? I have searched around for examples but none have been able to give me a clear picture on how to achieve this. Please help


Raphael