Click here to Skip to main content
15,891,951 members

Comments by Member 10562606 (Top 1 by date)

Member 10562606 20-May-14 7:01am View    
I finally managed to hook the window move event (hooking the Windows'API DefWindowProcW
with event number WM_MOVING = 0x0216).
The problem is that MinHook only works locally on the own app's events and not globally as I was intending.

The reason I was looking for a sample is because I am not a C++ expert and was looking for some sort of sample to ahve a look.

Thank you.