S
Stephen Corey
I need to write a program that launches Internet Explorer, then counts
how many <ENTER> keys are pressed inside IE. I've seen a lot of
references to the SetWindowsHookEx() API call, but all sources I found
seem to be piece-meal and incomplete. I'm using VC++ .NET, and would
rather avoid using the WinAPI, if possible. Is there an easier way
(perhaps using .NET) to do this?
how many <ENTER> keys are pressed inside IE. I've seen a lot of
references to the SetWindowsHookEx() API call, but all sources I found
seem to be piece-meal and incomplete. I'm using VC++ .NET, and would
rather avoid using the WinAPI, if possible. Is there an easier way
(perhaps using .NET) to do this?
Well, they probably demonstrate how to intercept keystrokes but not how