Results 1 to 28 of 28

Thread: Big VBWire Project For The Coummunity

Threaded View

  1. #17

    Thread Starter
    Lively Member
    Join Date
    Feb 2008
    Posts
    107

    Re: Big VBWire Project For The Coummunity

    ok i think i see how it work but error ok so i have this

    Private Sub frmServer_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Dim incomingClient As System.Net.Sockets.TcpClient
    incomingClient = Listener.AcceptTcpClient
    Sock.LocalPort = 2909
    Sock.Listen()
    ServerAcciones.Items.Add("Server is listening...")

    End Sub

    Says Listner is not declaired also would i remove that sock.listen() is this what alowes only 1 client to connect

    !!!!! think i found problem Private listener As System.Net.Sockets.TcpListener lol silly me
    Last edited by anton2k; May 27th, 2008 at 11:06 AM.

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