Hi, I'm trying to develop a simple windows application that can somehow "speak" to another program or java servlet on a web server. For example, let's say I have a current internet connection, I would like to enter some text on the Windows client program, click a button or something, and that particular string of text then gets sent down the phone line and is captured and "read" by the program/servlet on the web server. The server program could then do something interesting with that string of text and send it straight back to the client program on my PC.
Only thing is, I have never dipped my toes in this area before. I have looked at the MSDN samples, etc. but still nothing is very clear to me. Also, I cannot get the "chatter" example to build (link error). If someone could tell me how to go about the sending/receiving of the information (in layman's terms) over the internet by use of sockets (or whatever) I would be very grateful.
Thanks
Only thing is, I have never dipped my toes in this area before. I have looked at the MSDN samples, etc. but still nothing is very clear to me. Also, I cannot get the "chatter" example to build (link error). If someone could tell me how to go about the sending/receiving of the information (in layman's terms) over the internet by use of sockets (or whatever) I would be very grateful.
Thanks