TCP Server in VB.NET

yablonka

Newcomer
Joined
May 19, 2003
Messages
14
Hi all,

I'm trying to create a simple server software to which client softwares can connect and recieve data...

I did it in VB 6 ....how do I do this in VB.NET?

Thanks
 
I would suggest you read in the MSDN about the System.Net.Sockets.TcpListener class.
 
Back
Top