inject DLL

T

Tof

Hi, i 'd like to do this :
- i've got a .net app (in background) and i want to trap WM_GETMESSAGE (for
wm_paint) from any another window app.
I don't find any good solution ! The only good think i can catch from
another app is mouse and kb messages (with global hook & injecting C++ dll)
(WH_KEYBOARD_LL , WH_MOUSE _LL and SetWindowsHookEx).
But when i apply the same method for WH_GETMESSAGE... it's wrong, only the
current app cath them !

Can you help me with a little sample to do this plz ?
Thank u
(http://www.codeproject.com/csharp/GlobalSystemHook.asp )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top