From: Robert Burdick on
Hello All:

Is there a way to hook all mouse messages (screen taps) in Windows CE or
Windows Mobile 6? It appears that only keyboard hooks via WH_KEYBOARD_LL are
supported.

Some kind of DLL injection approach might be an alternative, but that
requires an application to call CreateRemoteThread, which is also not
supported.

Thanks, Robert
From: Chris Tacke, eMVP on
Journaling hooks work...


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com

"Robert Burdick" <RobertBurdick(a)discussions.microsoft.com> wrote in message
news:97607612-42D3-46ED-A0F3-6B69FDF630A1(a)microsoft.com...
> Hello All:
>
> Is there a way to hook all mouse messages (screen taps) in Windows CE or
> Windows Mobile 6? It appears that only keyboard hooks via WH_KEYBOARD_LL
> are
> supported.
>
> Some kind of DLL injection approach might be an alternative, but that
> requires an application to call CreateRemoteThread, which is also not
> supported.
>
> Thanks, Robert


From: Robert Burdick on
Really? I tried setting a WH_JOURNALRECORD hook with SetWindowsHookEx and
the call fails. Perhaps someone can provide a working sample of how to do
this?

Robert

"Chris Tacke, eMVP" wrote:

> Journaling hooks work...
>
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Giving back to the embedded community
> http://community.OpenNETCF.com
>
> "Robert Burdick" <RobertBurdick(a)discussions.microsoft.com> wrote in message
> news:97607612-42D3-46ED-A0F3-6B69FDF630A1(a)microsoft.com...
> > Hello All:
> >
> > Is there a way to hook all mouse messages (screen taps) in Windows CE or
> > Windows Mobile 6? It appears that only keyboard hooks via WH_KEYBOARD_LL
> > are
> > supported.
> >
> > Some kind of DLL injection approach might be an alternative, but that
> > requires an application to call CreateRemoteThread, which is also not
> > supported.
> >
> > Thanks, Robert
>
>
>
From: Chris Tacke, eMVP on
I'm certain they worked as I had them working in managed code and Mike
Salamone told me he had them working in native. Send me an email directly
and I'll see what I can find and ship back to you.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com

"Robert Burdick" <RobertBurdick(a)discussions.microsoft.com> wrote in message
news:A775D38B-0D8C-4E6C-96FB-220C72547647(a)microsoft.com...
> Really? I tried setting a WH_JOURNALRECORD hook with SetWindowsHookEx and
> the call fails. Perhaps someone can provide a working sample of how to do
> this?
>
> Robert
>
> "Chris Tacke, eMVP" wrote:
>
>> Journaling hooks work...
>>
>>
>> --
>>
>> Chris Tacke, Embedded MVP
>> OpenNETCF Consulting
>> Giving back to the embedded community
>> http://community.OpenNETCF.com
>>
>> "Robert Burdick" <RobertBurdick(a)discussions.microsoft.com> wrote in
>> message
>> news:97607612-42D3-46ED-A0F3-6B69FDF630A1(a)microsoft.com...
>> > Hello All:
>> >
>> > Is there a way to hook all mouse messages (screen taps) in Windows CE
>> > or
>> > Windows Mobile 6? It appears that only keyboard hooks via
>> > WH_KEYBOARD_LL
>> > are
>> > supported.
>> >
>> > Some kind of DLL injection approach might be an alternative, but that
>> > requires an application to call CreateRemoteThread, which is also not
>> > supported.
>> >
>> > Thanks, Robert
>>
>>
>>


From: Robert Burdick on
Sure thing. Can you send me your email address? I'm at rburdick at
sbcglobal dot net.

"Chris Tacke, eMVP" wrote:

> I'm certain they worked as I had them working in managed code and Mike
> Salamone told me he had them working in native. Send me an email directly
> and I'll see what I can find and ship back to you.
>
>
> --
>
> Chris Tacke, Embedded MVP
> OpenNETCF Consulting
> Giving back to the embedded community
> http://community.OpenNETCF.com
>
> "Robert Burdick" <RobertBurdick(a)discussions.microsoft.com> wrote in message
> news:A775D38B-0D8C-4E6C-96FB-220C72547647(a)microsoft.com...
> > Really? I tried setting a WH_JOURNALRECORD hook with SetWindowsHookEx and
> > the call fails. Perhaps someone can provide a working sample of how to do
> > this?
> >
> > Robert
> >
> > "Chris Tacke, eMVP" wrote:
> >
> >> Journaling hooks work...
> >>
> >>
> >> --
> >>
> >> Chris Tacke, Embedded MVP
> >> OpenNETCF Consulting
> >> Giving back to the embedded community
> >> http://community.OpenNETCF.com
> >>
> >> "Robert Burdick" <RobertBurdick(a)discussions.microsoft.com> wrote in
> >> message
> >> news:97607612-42D3-46ED-A0F3-6B69FDF630A1(a)microsoft.com...
> >> > Hello All:
> >> >
> >> > Is there a way to hook all mouse messages (screen taps) in Windows CE
> >> > or
> >> > Windows Mobile 6? It appears that only keyboard hooks via
> >> > WH_KEYBOARD_LL
> >> > are
> >> > supported.
> >> >
> >> > Some kind of DLL injection approach might be an alternative, but that
> >> > requires an application to call CreateRemoteThread, which is also not
> >> > supported.
> >> >
> >> > Thanks, Robert
> >>
> >>
> >>
>
>
>