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 ...
-
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
-
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.
Similar Threads
-
By Application Development in forum labview
Replies: 0
Last Post: 10-31-2007, 09:40 AM
-
By Application Development in forum labview
Replies: 0
Last Post: 10-31-2007, 09:40 AM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 06-21-2007, 06:04 AM
-
By Application Development in forum DOTNET
Replies: 2
Last Post: 05-27-2005, 12:36 PM
-
By Application Development in forum DOTNET
Replies: 1
Last Post: 05-06-2004, 08:19 PM