Re: MouseProc installed by SetWindowsHookEx() will not be called...
From: Jazper Manto (ejazper_at_hotmail.com)
Date: 02/23/05
- Next message: rlepage: "RE: Multiple compiler errors - this could hurt your eyes..."
- Previous message: rlepage: "RE: Multiple compiler errors - this could hurt your eyes..."
- In reply to: William DePalo [MVP VC++]: "Re: MouseProc installed by SetWindowsHookEx() will not be called..."
- Next in thread: William DePalo [MVP VC++]: "Re: MouseProc installed by SetWindowsHookEx() will not be called..."
- Reply: William DePalo [MVP VC++]: "Re: MouseProc installed by SetWindowsHookEx() will not be called..."
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Feb 2005 17:28:33 +0100
> When you said that you wanted to get information about some window in the
> system I _assumed_ that it was a window that you don't own.
indeed it is.
> If you have a thread-specific hook then you will only receive information
> about events that are hooked in your thread.
aha, but that is not what i wanted. obviously i dis-understood the API
parameter.
i only want to hook all system mouse messages (system wide) so my
application can decide if it is interessted in when the mouse rolls over a
control.
it is like Spy++ in the Microsoft Visual Studio 6.0 Tools.
there you have a Spy->Messages... with a Finder Tool (with a little target
symbol in it). This target can be grapped by mouse-click and dropped over a
specified control which Spy++ then captures the messages.
so i need all mouse move messages system wide for every application... like
Spy++
jazper
- Next message: rlepage: "RE: Multiple compiler errors - this could hurt your eyes..."
- Previous message: rlepage: "RE: Multiple compiler errors - this could hurt your eyes..."
- In reply to: William DePalo [MVP VC++]: "Re: MouseProc installed by SetWindowsHookEx() will not be called..."
- Next in thread: William DePalo [MVP VC++]: "Re: MouseProc installed by SetWindowsHookEx() will not be called..."
- Reply: William DePalo [MVP VC++]: "Re: MouseProc installed by SetWindowsHookEx() will not be called..."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|