TPC send and recieve

12padams

Well-known member
Joined
Feb 19, 2010
Messages
48
Programming Experience
Beginner
Ok ive been browsing the web and looked at about 15 examples over the last 2 weeks but I am not really getting it... All the examples are just a bunch of extra code which I don't want. I need just the raw basics.

Could someone please write in as little code as possible 2 bits of code.

One bit of code I could put on an application under the button click even which allows me to send the message "Hello World" to "12padams.no-ip.org" at port "8888".

And another bit of code which will allow it to constantly listen (which I will be running at 12padams.no-ip.org) that will just set the value of a string (Call the string "received") as whatever the message received was.

Also Not a console application many of the applications I saw in examples were console applications...

Thanks In Advance for all the help...

Once I understand the basics of tpc Ill be able to make more advanced applications from what I have learned.
 
Back
Top