I
it.dotnet.vb
Hi all,
i'm trying to make an application that have a server component that open a
socket waiting for client connection. I'm having this problem: when the
execution reach the statement that put the server socket in listening (using
synchronous or asyncronous communication mode), it stops and wait until
happens a connection request.
This way is different from the old winsock that i used in vb6, because with
the old vb control i could put the object in listen state without stop the
application execution. When a client try to connect, the ConnectionRequest
event was raised.
There's a way to manage internet/intranet connection through new VB.NET
classes having the same result then with the old winsock component?
thanks....
TheVell
i'm trying to make an application that have a server component that open a
socket waiting for client connection. I'm having this problem: when the
execution reach the statement that put the server socket in listening (using
synchronous or asyncronous communication mode), it stops and wait until
happens a connection request.
This way is different from the old winsock that i used in vb6, because with
the old vb control i could put the object in listen state without stop the
application execution. When a client try to connect, the ConnectionRequest
event was raised.
There's a way to manage internet/intranet connection through new VB.NET
classes having the same result then with the old winsock component?
thanks....
TheVell