PDA

Click to See Complete Forum and Search --> : Raw sockets


Acid
Jun 23rd, 2000, 10:37 AM
Im trying to make a raw connector program. Im really trying to make something like mirc client. IS there a way in vb to open raw sockets with a host and send data?

mattbrown
Jun 25th, 2000, 12:34 PM
I don't believe that VB provides functionality for sockets.

However

you can use the API

particularly the winsock32.dll


Regards