|
-
February 2nd, 2005, 02:21 AM
#3
Re: how to communicate between an application and a windows service..
If it is your windows service, use remoting. Service will expose an object trought remoting and UI will consume it. If the service don't support remoting (e.g. it is not .NET) and you cannot adapt it, I afraid there is no way. If an author of the service don't provide such a facility.
- Make it run.
- Make it right.
- Make it fast.
Don't hesitate to rate my post. 
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
|