Click here to Skip to main content
15,887,928 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All,
 
I just want to know if any way to capture Active window with timing means from how many times someone used any application in windows-10, I need that date using Windows Application or Console Applications c#.
 
From that data, however, I can easily know which users had to spend how much time on computers with a particular application.


What I have tried:

I am trying to find actual data, however, I can easily know which users had to spend how much time on computers with a particular application.

Thanks
Posted
Updated 14-May-19 3:37am

1 solution

Handle the Form.Activated Event (System.Windows.Forms) | Microsoft Docs[^] within your application, and it can store the data without an external app.
 
Share this answer
 
v2

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