CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Jan 2001
    Location
    Toronto
    Posts
    118

    Unhappy How my NT Service got known a User is logging in

    Hi, Gurus, is there any way for my NT service got notified when a human user log on the system????
    Thank you very much ahead, just an idea will be highly appreciated.
    But my current way is aweful, I add a program to start up menu or run in reg. in this program I set a event, so my service loop will be notified when the event got set, but.. It is not so graceful.....

  2. #2
    Join Date
    May 2002
    Location
    Russia
    Posts
    1,571
    You can monitor event log.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured