keyboard hooks for IE alone

  • Thread starter Thread starter Hema
  • Start date Start date
H

Hema

Hi all,
I want to develop a application that logs the keys pressed only when IE

is active(i.e. in focus).The hook must not log any key press when any
windows or applications are in focus.How to do this?
Thanks and regards,
hema
 
Means you just want to logs the keys when IE is maximise and have focus
on it.
And want to stop the logging when the IE lost the
focus...................
 
Since your are using c# your "proogram" will not run unless dotnet
happens to be installed on the machiene.

Is this a suitable language for the type of "application" you appear to
be developing.

-dm
 
Back
Top