Dolecolia
02-05-2002, 10:10 PM
ok i made the udp chat thingy like it said in the msdn library an i put in my computer name or watever in the right spot but when i click play both forms pop up and when i type something to be sent this gets it errors then this get highlighted for the debug
Private Sub txtSend_Change()
'send text assoon as it's typed
udpPeerB.SendData = txtSend.Text
that is the code i have and that is what it says in the msdn library
Private Sub txtSend_Change()
'send text assoon as it's typed
udpPeerB.SendData = txtSend.Text
that is the code i have and that is what it says in the msdn library