Anything is possible, but some things are not worth doing and others just
should not be done. What you are asking for should not be done as you are
potentially capturing usernames and passwords which (for obvious reasons I
hope) should not be captured.
--
HTH...
Jim Thomlinson
"filo666" wrote:
OK, I want to know if it's possible to accomplish the following:
I want to make a VB program that when a key is pressed in some windows
application, that key is saved in a file (let's named it "Key Registration
Fyle.DOC")
so, If a key is pressed however program is running, when I check the Key
Registration Fyle.DOC I could know all the keys that have been pressed.
Ex.
I'm using excel and I press in cell A1: 145, in cell A2:34 and in cell A3:
hello
In the "Key Registration Fyle.DOC" would appears 14534hello
TIA