Is there a way to allow a program to be used to gather data from a service i.e. a program that changes passwords that runs as a service and have a program that can access a variable or something in the service to display the current password?
Printable View
Is there a way to allow a program to be used to gather data from a service i.e. a program that changes passwords that runs as a service and have a program that can access a variable or something in the service to display the current password?
The service would have to remote an object to share it across different applications or application domains (the other exe).
Do some research on Remoting, its a bit of a deep subject.