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

Search:

Type: Posts; User: pooya1072

Search: Search took 0.02 seconds.

  1. Re: form do not take any action when tcpListener is start

    sure ...
    this is the server codes :

    Imports System.Text
    Imports System.Net
    Imports System.Net.Sockets

    Public Class Server
    Public ip As IPAddress = GetMyIP()
    Public TCPlistener As...
  2. form do not take any action when tcpListener is start

    hi
    i create a very simple server-client chat program.
    in the server form , i put a textbox to recieve msg from clients and a button to start tcpListener.when i click this button tcpListener is...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured