CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: Logon messages

  1. #1
    Guest

    Logon messages

    Hello!

    When you logon to Windows NT, does the system send any message to the top-level
    window of an application which is already running as a service?

    Thanks a lot...

    -- Liu


  2. #2
    Join Date
    Aug 1999
    Location
    <Classified>
    Posts
    6,882
    When a User logs in default interactive desktop is created and made visible , now shell is started in this desktop , and any application executes now onwords inherits the desktop.

    Message can be sent to the window which is on same desktop , or having interactivity with that desktop.
    Regards,
    Ramkrishna Pawar

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