Can SocketWrench .NET be used with Visual Basic 6.0?
Yes, it is possible to use a managed .NET component from within Visual Basic 6.0, however you have to create a class which exposes an interface to a COM client (which is your VB6 application). The Microsoft Developer’s Network documentation has a section on interoperating with unmanaged code that provides information on how to do this. If you’re using Visual Basic 6.0, we recommend that you consider using the SocketWrench ActiveX control instead.