Is NetworkStreams a lot faster than the old WinSock Control in VB6?

  • Thread starter Thread starter cgchris99
  • Start date Start date
C

cgchris99

Guest
I have an OCX that was written in Vb6. It talks to a device via TCP on port 50000.

The old was was done with Winsock1.GetData(....).


The new way would be via NetworkStreams. Is it worth my time to re-write this applet. I need speed desperately for this application but don't want to waste my time either

Thanks
 
Back
Top