udpchat

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

orufet
02-05-2002, 10:15 PM
Since I have no idea what errors occured,

1) What error did you get? On what line?
2) Do the controls have the right names?

edit: After typing this, I noticed this error:


udpPeerB.SendData = txtSend.Text

needs to be

udpPeerB.SendData txtSend.Text

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum