setwindowshookex Questions

1

Solved

I am preparing a Delphi module, which sets a hook in a thread to record a macro: FHandleRec := SetWindowsHookEx(WH_JOURNALRECORD, FRecordProc, HInstance, 0); FHandlePlay := SetWindowsHookEx(WH_JOU...

1

I'm using a simple form generated by VS 2010 which contains 2 buttons, start and stop. Start triggers WH_MOUSE_LL using SetWindowsHookEx, and stop stops the hook. The hook works fine and I mange to...
Unsnarl asked 29/8, 2011 at 16:18

3

Solved

Microsoft does not recommend DirectInput for keyboard and mouse input. As such, I've written an input manager class that uses SetWindowsHookEx to hook into WndProc and GetMsg. I believe the hooks a...
Overtire asked 27/1, 2011 at 16:56

2

Im trying to hook up to other windows from csharp. Im using SetWindowsHookEx, but no luck with converting it fom c++ t c#. I found this thread here but it wasnt solved. The problem is that SetWindo...
Hairdresser asked 11/2, 2011 at 21:29

1

Solved

I've created a GLOBAL keyboard hook DLL, using source code found on the internet. For the best part it works brilliant, except when it comes to browsers. It picks up every key in the browser excep...
Complemental asked 1/7, 2010 at 9:11

1

Solved

we're working on a .Net application that does a low level keyboard hook. When we call the SetWindowsHookEx running inside the debugger the call always fail. When running from the compiled executab...
Coranto asked 19/2, 2010 at 10:40

© 2022 - 2024 — McMap. All rights reserved.