Tagged Questions

1
vote
2answers
468 views

Detect user log on from a Windows Service

Is there for my .Net application to detect if a user has logged on? It is a Windows Service, so it will be running before logon. What I want to do is display a "popup" when a user logs on to tell ...