I have been assigned an assignment to create such a service in delphi which will track the logged in user activity on the computer. For this i have to
- I want my service to be run in the background and should store the name of every ACTIVE window in particular time events.
- Learn how to create windows service in delphi
How should I get started?