Something like chat
-
I have a program with
textBox1
,textBox2
andbutton1
. And my friend have that program. How to do this: When i insert intextBox1
his IP address, and insert some text intextBox2
, when i click onbutton1
to send him the text entered intextBox2
. How to establish a communication like this. I have Visual Studio 2003.Vasildb
-
I have a program with
textBox1
,textBox2
andbutton1
. And my friend have that program. How to do this: When i insert intextBox1
his IP address, and insert some text intextBox2
, when i click onbutton1
to send him the text entered intextBox2
. How to establish a communication like this. I have Visual Studio 2003.Vasildb
If the two computers are part of the same network you can use the API command NetSend. The command just takes the paramters of the ip address and the string to send.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios[^]