Re: Connect Windows Forms GUI to a C code which is serving as a back end
- From: "Anthony Williams" <anthony@xxxxxxxxxxxxxxxxxx>
- Date: Tue, 21 Nov 2006 08:55:13 -0000
Do you mean you're using TCP/IP to literally communicate between two components on the same computer or is there a chance that the GUI and C code are going to be on different computers? Is there a reason for the TCP/IP connection?
It sounds like a C++/CLI project is what you need to perform the bridging, if you do actually need the TCP/IP connection then there are plenty of networking classes in the System.Net namespace (and System.Net.Sockets) that will make your life a lot easier.
A bit more detail about what you're trying to achieve would be useful!
Regards,
Anthony
"moni" <mons.2110@xxxxxxxxx> wrote in message news:1164058153.636659.322630@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,
I was hoping to be able to connect a C code to a .Net application which
is serving as the GUI through TCP/IP.
In this the C code is going to act as a server and the GUI the client
which should be able to send commands and data to the C code which is
alraedy running and then the Executing code should act upon
accordingly.
Would there be any way to do this.
It would be of great help.
Thanks.
.
- References:
- Prev by Date: Re: PDF Viewer
- Next by Date: Re: Listview for realtime applications
- Previous by thread: Connect Windows Forms GUI to a C code which is serving as a back end
- Index(es):
Relevant Pages
|