I am creating a simple attendance application that will have a simple interface (with two input boxes and a submit button) and a windows service running in background.
The Idea is to capture login/logout events and calculate hours accordingly. The issue is how to create a windows service which can run on background but also have an interface for users to add their identification?
Thanks