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???
Printable View
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???
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.