VB6, asyncronous TCP/IP+SLL
I need to send and receive data asyncronous using TCP/IP encrypted with SLL.
The language I'm using is good old Visual Basic 6.
As far as I'm concerned, MSWinsockLib.Winsock won't do the job.
I'm looking for good third party components. Is SocketWrench Secure Edition any good?
Any tips would be appreciated.
Thank you.
Re: VB6, asyncronous TCP/IP+SLL
It is worth a try and then you tell us. :)
Re: VB6, asyncronous TCP/IP+SLL
Did you read this thread [SSL][Winsock]Connecting trught?
There is a link there to some VB code, and if you do some research you can find the original it was based on. They're both rough in their own ways but the basic approach seems sound and only appears to need some refinement.
I'm sure any of several commercial components will do the job for you too.
Re: VB6, asyncronous TCP/IP+SLL
SocketWrench works like a charm.:cool: