Click to See Complete Forum and Search --> : Winsock


Zimbozubble
March 29th, 2001, 06:05 AM
I've added a winsock control to my form but keep getting the error message:

Run-time error '10044':

Socket type not supported in this address family

Eh???

Jean-Guy2000
March 29th, 2001, 09:15 AM
make sure you set this property to one of those below.

Winsock1.Protocol = sckTCPProtocol
Winsock1.Protocol = sckUDPProtocol

I suspect you are tying to use Raw socket (sock_raw) this is not supported on the OCX.