hi
why can't i use Winsock.Accept requestID like at vb 6.0 ??
(in the Connection_Request method)
how works it at .net??
thanks & cu
cube
Printable View
hi
why can't i use Winsock.Accept requestID like at vb 6.0 ??
(in the Connection_Request method)
how works it at .net??
thanks & cu
cube
you dont use winsock with .NET...NET has the System.Net.Sockets classes..check out the .NET section of http://www.planet-source-code.com for some examples of using this.