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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top