[Solved] Passing data from one desktop/web application to another desktop app


You can share the data between processes using named-pipes or windows .net remoting This wikipedia article discusses different options for inter-process communication, If you want to send data to web site you can expose a web service.

4

solved Passing data from one desktop/web application to another desktop app