You can use TCP/IP connection. In the C# application , you can use 
System.Net.Sockets; to get functions to send TCP/IP data to any specified 
IP/Port. At Delphi side you can use TServerSocket component avaibale in the 
older versions or latest indy components to receive data from C# app.

Cheers
Sinu


On Tue, Dec 14, 2010 at 8:31 AM, Bob Pawley  wrote:

    Hi
     
    I have two applications.
     
    One is written in Delphi.
     
    The other in MS C#.
     
    I need to communicate between the two.
     
    I use text files and filewatcher now, but that seems kind of crude and the 
information is visible to the user.
     
    I know I can use ShellExecute to open one app from the other app, but that 
seems to be its extent.
     
    Is there some other way of sending information back and forth??
     
    Bob
_______________________________________________
NZ Borland Developers Group - Delphi mailing list
Post: delphi@delphi.org.nz
Admin: http://delphi.org.nz/mailman/listinfo/delphi
Unsubscribe: send an email to delphi-requ...@delphi.org.nz with Subject: 
unsubscribe

Reply via email to