|
-
Jul 15th, 2009, 06:36 PM
#1
Thread Starter
Fanatic Member
How to Listen to Window Service Events
I have a window service that is installed on my local machine. I want to develop a user interface that can connect to the service an listen to custom events inside the window service so that I can display the status of the process to the user.
I have been looking at the ServiceController which hooks onto my Window Service but only allows me to do general operations on the service (Start/Stop).
Any ideas would be great.
-
Jul 16th, 2009, 02:02 AM
#2
Re: How to Listen to Window Service Events
You could use "named pipes", google for some examples.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|