I want to know how to receive windows logon and logoff events inside a delphi windows service. The service itself is already built, now I want to show a systray icon that opens a settings/logs window. To show that icon I need to know if a user has logged in...
I have seen some info regarding "System Event Notification Service" for c#, but there is very little info on delphi.