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?
Printable View
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?
I don't believe that VB provides functionality for sockets.
However
you can use the API
particularly the winsock32.dll
Regards