Wednesday, April 6, 2011

User activity logging application

How do i start if i wanted to log in a database the user activity (i.e. Open internet explorer (maybe even the website?), open Visual Studio). Is there a .Net class i should be looking at using? Thanks.(C#)

From stackoverflow
  • .net doesn't have any helper classes to do this directly.

    To be honest, you may need to go down to C++ to catch a lot of things, perhaps using the antivirus API's to watch process invokations and you will have to insert a plugin into ie to monitor it effectively.

    ng5000 : +1 for the antivirus APIs; I'd never heard of them.

0 comments:

Post a Comment