Interacting with windows service - DOTNET

This is a discussion on Interacting with windows service - DOTNET ; HI I am developing a windows service which monitors the computer and intercept critical messages. The problem i am facing is that i need a UI which will take user's input and decide the course according to it. Just like ...

+ Reply to Thread
Results 1 to 2 of 2

Interacting with windows service

  1. Default Interacting with windows service

    HI
    I am developing a windows service which monitors the computer and intercept critical messages. The problem i am facing is that i need a UI which will take user's input and decide the course according to it. Just like Nortorn Anti Virus
    The Only difference is that my service is doing the monitoring and it needs to pass a message to an application which will be started when any user Logs I

    Thanks in advanc
    Regards
    Forgotten myT



  2. Default RE: Interacting with windows service

    Look at the remoting samples in the .NET SDK. In addition to your service
    doing whatever it does currently, it can also act as a remoting server.
    Your UI application could then be a client in the remoting scenario.

    Chris Marchal
    Microsoft UK Developer Support
    This posting is provided "AS IS" with no warranties, and confers no rights.




+ Reply to Thread

Similar Threads

  1. Re: multiple interacting windows
    By Application Development in forum labview
    Replies: 0
    Last Post: 10-31-2007, 09:40 AM
  2. Re: multiple interacting windows
    By Application Development in forum labview
    Replies: 0
    Last Post: 10-31-2007, 09:40 AM
  3. Replies: 1
    Last Post: 06-21-2007, 06:04 AM
  4. Replies: 2
    Last Post: 05-27-2005, 12:36 PM
  5. Interacting with Windows Services
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 05-06-2004, 08:19 PM