Click to See Complete Forum and Search --> : Listening on 2 sockets in 2 forms


SilentDragon
February 13th, 2005, 01:28 PM
I have my main form which connects and listens and everything is ok. Once I get some data with an ip I open another form with the same exact connection code as the other one but with different variable names. I pass the ip through it connects I send some data then nothing. It doesn't show that I recieve anything. I used a packet sniffer and found that I indeed to revieve data. Is there anything that should be different or something to make it listen?
I'll post my source if you need it.

EDIT: FIxed it stupid error by me. Delete this.