Jun 23, 2003 #1 Y 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
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
Jun 23, 2003 #2 V Volte Neutiquam Erro Joined Nov 17, 2002 Messages 2,172 I would suggest you read in the MSDN about the System.Net.Sockets.TcpListener class.