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
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