Top "Setwindowshookex" questions

Use this tag to better reference questions related to SetWindowsHookEx.

SetWindowsHookEx in C#

I'm trying to hook a 3rd party app so that I can draw to its screen. Drawing to the screen …

c# setwindowshookex wm-paint
How to hook an application?

I'm trying to hook the creation of a windows in my C# app. static IntPtr hhook = IntPtr.Zero; static NativeMethods.…

c# winapi setwindowshookex
C++ SetWindowsHookEx WH_KEYBOARD_LL Correct Setup

I'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 setwindowshookex
SetWindowsHookEx returns 0 when compiling for the .NET 4.0 framework in 32bit machines

I'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 setwindowshookex
Windows Global Keyboard Hook - Delphi

I've created a GLOBAL keyboard hook DLL, using source code found on the internet. For the best part it works …

delphi keyboard-hook setwindowshookex
What can cause Windows to unhook a low level (global) keyboard hook?

We have some global keyboard hooks installed via SetWindowsHookEx with WH_KEYBOARD_LL that appear to randomly get unhooked by …

c# keyboard-hook setwindowshookex
How to Modify Import Address Table for Run time Loaded DLL

I want to hook functions that are called from a loaded DLL on Run time, i used the class CAPIHook …

c++ winapi hook dll-injection setwindowshookex
SetWindowsHookEx fails with error 126

I'm trying to use the Gma.UserActivityMonitor library in a project and I've faced an error I can not overcome …

c# setwindowshookex
SetWindowsHookEx creates a local hook. How to make it global?

In a Delphi XE application I am trying to set up a global hook to monitor focus changes. The hook …

delphi winapi hook setwindowshookex