im sending message thru net send command and the client get the messege by alert message , how can i get this message programmatical to show it in the text box can you help me in this problem
Printable View
im sending message thru net send command and the client get the messege by alert message , how can i get this message programmatical to show it in the text box can you help me in this problem
Are you trying to create a chat program? You will need a program running on the remote PC to get the text. Since you'll need a program running on the PC there, you might as well use winsock to send the data (if this is what you are doing)...