setwindowshookex
CallWndProc hook not receiving all messages
I am making a little tool like Displayfusion and I need some Hooks to receive messages when Windows move/activate/etc , however I\'m stuck..[详细]
2023-04-13 06:26 分类:问答prevent hook dll loading
Is there a way to way set process security permissions or some other way to disable Windows from loading global window hook dlls?[详细]
2023-04-12 06:27 分类:问答Want to stop the data going into OS/application after read using SetWindowsHookEx
I am developing one simple application which is reading the keystrokes from the OS. I have used API \"SetWindowsHookEx\" to read the keystroke data.[详细]
2023-04-10 22:12 分类:问答C# low level mouse hook and form event handling
I\'m using a simple form generated by VS 2010 which contains 2 buttons, start and stop. Start triggers WH_MOUSE_LL using SetWindowsHoo开发者_运维知识库kEx, and stop stops the hook.[详细]
2023-03-31 07:24 分类:问答SetWindowsHookEx doesn't work with thread Id
Hello and thanks in advance to anyone thatll try to help. I\'m trying to set a CBT windows hook, which works well when Im setting it globally, but fails whenever I try to attach it to a single thread.[详细]
2023-03-31 02:06 分类:问答Low level keyboard hook set with SetWindowsHookEx stops calling function in C#
I am creating a program that monitors key presses for controlling iTunes globally. It also has a few WinForms (for displaying track information and editing options).[详细]
2023-03-22 03:50 分类:问答Is it possible to detect when a low-level keyboard hook has been automatically disconnected by Windows?
I am working on a program that uses keyboard hooks. However, when the PC that the program is running on is just slightly overloaded, it causes Windows to disconnect the hook from the program, causing[详细]
2023-03-21 11:32 分类:问答Application and active time
I am trying to implement a CBT Hook to do one simple thing: Find out what application is active for how long? Active means \"user is interacting with the application window\".[详细]
2023-03-18 19:45 分类:问答Can I use Global Hooks and Raw Input at the same time?
I tried using Global Hooks using SetWindowsHookEx to get all the the keystrokes. 开发者_如何转开发Problem is i cant use Global Hooks and Raw Input at the same time.[详细]
2023-02-24 12:31 分类:问答Low level keyboard hook not being called in .NET application
I am writing a keylogger in C# but am having some trouble getting my hook method called from the keyboard events. My code appears correct but for some reason the callback is not happening.[详细]
2023-02-23 08:30 分类:问答