Get notified when an interactive user logs on/off the local computer.

  • Thread starter Thread starter priyamjm
  • Start date Start date
P

priyamjm

I would like to write a Windows Service app that will be notified when an
interactive user logs on/off the local computer.

Thanks in advance
Priyakant
 
I don't have any C# code to do this, but you can use ISensLogon to get
notifications when users log on/off. There's a recent MSDN magazine article
that uses ATL, in the online help, so depending on your C++ skills you may
be good-to-go.
 
Thanks lot for your help,

-Priyakant Patel

Mickey Williams said:
I don't have any C# code to do this, but you can use ISensLogon to get
notifications when users log on/off. There's a recent MSDN magazine article
that uses ATL, in the online help, so depending on your C++ skills you may
be good-to-go.
 
Back
Top