J
jward448
Hello All,
I have to write a procedure that does the following:
- Connect to a TCP port on a remote computer that has a simple listener
application already installed.
- Send a series of strings and end by sending a NULL '\0'
This is unidirectional communication only. I've done this a long time
ago in
VB6. I'm up to speed on the Visual Studio 2005 IDE but cannot as
easily, as
I did in the past, figure out simple network communications. Any
pointers to
simple example code would be appreciated.
Regards,
James
I have to write a procedure that does the following:
- Connect to a TCP port on a remote computer that has a simple listener
application already installed.
- Send a series of strings and end by sending a NULL '\0'
This is unidirectional communication only. I've done this a long time
ago in
VB6. I'm up to speed on the Visual Studio 2005 IDE but cannot as
easily, as
I did in the past, figure out simple network communications. Any
pointers to
simple example code would be appreciated.
Regards,
James