Click to See Complete Forum and Search --> : capturing events using win32 hooks ??


adeel ahmed
June 11th, 2003, 08:25 AM
Hi all,
i need to capture all windows events like WM_COMMAND ,WM_NOTIFY,WM_HSCROll etc ..so which type of hook suits me..and if i use two hooks then how they would be called by windows (i mean their sequence)....and is there ne way to capture WM_COMMAND and WM_NOTIFY in JournaRecord hooks ..
thanx in advance

JConfuzed
June 12th, 2003, 01:07 AM
Im not soo sure but this article might help


Article on API Hooking from CodeProject by Ivo Ivanov (http://www.codeproject.com/system/hooksys.asp)