[DUG] Delphi talking to C#
sinu sudhakaran
sinusudhakaran at rediffmail.com
Tue Dec 14 09:12:16 NZDT 2010
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://listserver.123.net.nz/pipermail/delphi/attachments/20101213/405a7bd2/attachment.html
More information about the Delphi
mailing list