Hello guys I'm new on vb.net . I have used cSocket class in vb6. But is there any way to use that class in vb.net ?
Please help me.
:)
Printable View
Hello guys I'm new on vb.net . I have used cSocket class in vb6. But is there any way to use that class in vb.net ?
Please help me.
:)
No, you cannot use that old VB6 code directly in .NET and why would you? .NET has its own Socket and the simpler TCPClient classes.
Thanks chris bro for your reply.
But how to make socket array in vb.net ?
And How to Send ASCII data with this ?
Please :)