I currently have a GUI that is built using .NET and is run via an executable file.
How do I feed values into the application and run the program using an automated windows service. Does anybody have any sample code to get me started?
Thanks.
Stanley
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jean PaulPosted Mar 8, 2011, 4:23 AM
Whenever new data is determined, the service call backs the windows application.
(Publisher/Subscriber pattern)