Click here to Skip to main content
15,868,141 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Once open a windows form application I need to know what activities users doing and each activities must need to enter in a log report. Example: user open a folder it should be included with it's path and folder name.
Posted
Updated 19-Oct-12 5:45am
v2
Comments
[no name] 19-Oct-12 10:38am    
Okay, and? What would be the problem?
abdulsafran 19-Oct-12 10:53am    
I need to know each and every activity in the machine user doing once open the program and each activities should need to write in the log report. Waiting for your immediate response.
[no name] 19-Oct-12 10:55am    
And again? What is the problem? If you "need" to know that information then when those activities occur, write them to the log file.
abdulsafran 19-Oct-12 11:00am    
Example, I'am open a developed program and after that I'am working in the machine and open several file and watching movie using a player. I need a log report of each activities which I mentioned above, opened several file name and it's location, watched movie file name and player name. Are you clear? If yes, kindly advise.
[no name] 19-Oct-12 11:02am    
As unbelievable as it might seem, we get that. What you have not explained is what exactly is the problem? Do you not know how to create an event handler? Do you not know how to open a file for writing? Do you not know how to write to a file?

1 solution

This is far too broad a question for a simple Q&A response. If I understand your question correctly, you want to create a monitoring system that tracks all the activities of a user on a computer. That is quite a large undertaking and you will need to develop many diverse skills to achieve this. Your application would have to operate in the same manner as an intelligent keylogger and network sniffer. If you really need it, just search for computer monitoring software and buy one of the good commercial ones. They are quite affordable these days.
 
Share this answer
 
Comments
abdulsafran 19-Oct-12 11:27am    
Hi Marcus, can I have simple monitor system?
fjdiewornncalwe 19-Oct-12 11:38am    
The simple answer is no because there is nothing simple about the process.
abdulsafran 19-Oct-12 11:45am    
OK Marcus, I got it. Thanks!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900