|
-
May 27th, 2008, 11:01 AM
#17
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|