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
 

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

Similar Threads

keyboard hooks in C# 13
hooking keyboard input twice 0
global keyboard hook 2
local keyboard hook 2
Change Desktop Max Window Size 4
Brakepoints 1
Keyboard Listener 9
Context menus and keyboard hooks? 3

Back
Top