The answer is :
Attribute VB_Name = "WSKSOCK"
Option Explicit
Public Const FD_SETSIZE = 64
Type fd_set
fd_count As Integer
fd_array(FD_SETSIZE) As Integer
End Type
Type timeval
tv_sec As Long
tv_usec As Long
End Type
Type HostEnt
h_name As Long
h_aliases As...
I would like to use winsocket, but without using a form. I shall create MS Winsocket "on the fly" from my com object, and in the same time use its events and so on. But how ???
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.