How to get Log of all files used for a day
-
Hi. i am developing a project in csharp. and in this project i will mointor all the files and application that will be used by the user while he is logon on the system. Does any one have any idea or a link to some project where i can find help about this. Thanks in Advance.
-
Hi. i am developing a project in csharp. and in this project i will mointor all the files and application that will be used by the user while he is logon on the system. Does any one have any idea or a link to some project where i can find help about this. Thanks in Advance.
-
Hi. i am developing a project in csharp. and in this project i will mointor all the files and application that will be used by the user while he is logon on the system. Does any one have any idea or a link to some project where i can find help about this. Thanks in Advance.
You should look into Windows Hooks[^]. C# is really not the best language for this. C/C++ would be better suited for something that needs to be fast and may or may not load in-proc with other applications. For more information on Windows Hooks, see Hooks[^] in the Platform SDK.
Microsoft MVP, Visual C# My Articles