CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 1 of 1
  1. #1
    Join Date
    Mar 2004
    Posts
    11

    Listening on 2 sockets in 2 forms

    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.
    Last edited by SilentDragon; February 13th, 2005 at 02:39 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured