A Anthony Nov 29, 2006 #1 Is there a way to create a program that runs hidden in the background that will record keystrokes that were sent to any program?
Is there a way to create a program that runs hidden in the background that will record keystrokes that were sent to any program?
D Douglas J. Steele Nov 29, 2006 #2 Yes, but not using Access, the database product that's part of Office Professional, and the focus of this newsgroup.
Yes, but not using Access, the database product that's part of Office Professional, and the focus of this newsgroup.
A Anthony Nov 29, 2006 #3 I was intending to ask about creating a program like this using VBA. Any suggestions?
D Douglas J. Steele Nov 29, 2006 #4 I believe you can use all of the APIs required to create a system hook using VBA (see, for example, http://vbnet.mvps.org/code/hooks/setwindowshookex.htm), but why would you want to?
I believe you can use all of the APIs required to create a system hook using VBA (see, for example, http://vbnet.mvps.org/code/hooks/setwindowshookex.htm), but why would you want to?