Use this tag to better reference questions related to SetWindowsHookEx.
I'm trying to hook a 3rd party app so that I can draw to its screen. Drawing to the screen …
c# setwindowshookex wm-paintI'm trying to hook the creation of a windows in my C# app. static IntPtr hhook = IntPtr.Zero; static NativeMethods.…
c# winapi setwindowshookexI'm creating a console application in which I'd like to record key presses (like the UP ARROW). I've created a …
c++ key capture hook setwindowshookexI'm trying to set a low level windows keyboard hook to grab three keys pressed even if the application is …
c#-4.0 com-interop keyboard-hook setwindowshookexI've created a GLOBAL keyboard hook DLL, using source code found on the internet. For the best part it works …
delphi keyboard-hook setwindowshookexWe have some global keyboard hooks installed via SetWindowsHookEx with WH_KEYBOARD_LL that appear to randomly get unhooked by …
c# keyboard-hook setwindowshookexI want to hook functions that are called from a loaded DLL on Run time, i used the class CAPIHook …
c++ winapi hook dll-injection setwindowshookexI'm trying to use the Gma.UserActivityMonitor library in a project and I've faced an error I can not overcome …
c# setwindowshookexIn a Delphi XE application I am trying to set up a global hook to monitor focus changes. The hook …
delphi winapi hook setwindowshookex