Hi all,

I have two C# project. One is a C# .Net service and the other one is a Dialog based C# project. From the dialog based project, using a button click I want start the service and do all required processing. Its simple, I used a serviceController component and do it.

Now I want to make a slight change. On the button click event I want to send some parameters to the service and use it in the service. How can I do that.

In simple work how can I access from one project to the other

Thanks.