
Winsock Control - ActiveX DLL
| Hi Guys,
| I'm writting an ActiveX DLL which will be called via an .asp web page which
| i need to envoke a sendata method to a port on another server ... which i
| normally do uding the Winsock control in a VB app... Is it possible to use
| the Winsock control or something simular in an ActiveX DLL??
| Cheers Michael
You'll be looking at something like
Private WithEvents sckMain as New MSWinsock.Winsock
AFAIK. Not sure what the declaration is for a Winsock, just add the reference
to your project and check in the object browser.
steve