CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: santhosh89

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    538

    tcp socket server application

    Guys,

    I am trying to create a GUI socket server.

    The goal is simple.

    1.Open a port
    2.keep sending data to the port
    3.the data is given from a textbox in the gui and must be sent after the...
  2. Replies
    0
    Views
    2,676

    need help with c sharp tcp socket app

    guys

    this is urgent please help me.

    I am trying to build a simple socket application which can keep sending data to a port. I have this following code which i got from net.

    private void...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured