Hi all,
I'm writing a program which I would like to be able to use ICMP protocol to send a message to the server version of the program. I know that in Windows XP and a few other versions raw sockets are supported, but how would I go about loading a socket that is of the "raw" type in VB6? I know there's an API function to load winsock, but I'm not sure if it works the same for raw sockets...