Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Using SetWindowLong in windows mobile 6.

3 views
Skip to first unread message

abbaguy

unread,
Jun 21, 2009, 10:31:37 AM6/21/09
to
hi all,
I am trying to use SetWindowLong to get other windows messages with
GWL_WNDPROC index as an input.
the problem is the following .

when i try to replace my own (in the current process) wndproc function
- all works fine - all messages pass throught the "hook" function
first.
But, when i try to do so on another process/window - when i pass the
function that is implemented in my own EXE instead of the original
function - the "hooked" window does not respond and i don't recieve
any messages.

what could the problem be?

0 new messages