| View previous topic :: View next topic |
| Author |
Message |
dsoftnet Newbie
Joined: 28 Dec 2003 Posts: 3
|
Posted: Dec 28th, 2003 08:57 AM Post subject: how to record activities |
|
|
I am wondering for VB application, Which runs behinds the scene on a windows platform. And, it logs almost all type of keys
pressed through keyboard. And, save those keys with the windows titles and other information in some database (MS-Access) or text files.
Can some one help me by giving some idea's. |
|
| Back to top |
|
Avis Junior Poster

Joined: 07 Oct 2003 Posts: 510 Location: India
|
|
| Back to top |
|
dsoftnet Newbie
Joined: 28 Dec 2003 Posts: 3
|
Posted: Dec 28th, 2003 12:39 PM Post subject: |
|
|
Hi, thanks for you reply...
Thats my thought to make such Kind of program.. and trying to get it done.. but no clue how It can be done:(
PS: I am a student
Pleaes help. |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
|
| Back to top |
|
dsoftnet Newbie
Joined: 28 Dec 2003 Posts: 3
|
Posted: Dec 28th, 2003 04:35 PM Post subject: |
|
|
well let me explain you want I want.
I am trying to make an application that run at the backend and what ever user write through the keyboard (at any window/or the program , NOT VB APPLICATION ONLY) , the program will store into the text file |
|
| Back to top |
|
P.T.A.M. Administrator

Joined: 08 Oct 2003 Posts: 752 Location: Greece
|
Posted: Dec 28th, 2003 04:49 PM Post subject: |
|
|
OK. With this code :
http://www.avissoft.com/showthread.php?s=&threadid=8
you can get the keys that are pressed. Just add that to a form that isn't visible and instead of printing in the immediate window try redirecting the output to a list box or a text box.
If you need any more help, fire away  _________________ No one is completely useless. They can at least be an example of what to avoid. |
|
| Back to top |
|
|