Re: System.Net.Sockets ?????
The 2003 101 Samples from Microsoft includes a client/server chat application that uses sockets.
Re: System.Net.Sockets ?????
Found it but it doesnt work, it connects fine, but then it wont send or receive msgs, thanks anyway
Re: System.Net.Sockets ?????
Quote:
Originally Posted by the182guy
Hi all, I've been searching for ages looking for a sockets tutorial for vb2005.
I've downloaded loads of samples from pscode.com but none of them work with vb2005 EE, MSDN has some samples but they are just simple consoles apps which send a message, receive a message and thats it, thats useless
I need to learn sockets where theres events like the old VB6 Winsock, such as DataArrival, ConnectionRequest etc etc
anyone? :sick:
Hi,
Here's a link about 101 samples for Visual Studio 2005, download the samples of Group2 and you'll some samples in it.
http://msdn2.microsoft.com/en-us/vstudio/aa718334.aspx
Hope it helps,
sparrow1
Re: System.Net.Sockets ?????
Thanks sparrow1 ill try it