I am currently converting a program that was created in VB6 that uses the Winsock component. As I have figured out, this is not supported in
VB.NET, unfortunately I need it to be. I have downloaded a Winsock Component but the company will not pay for the licensing cost for commercial use. I have heard about using System.Net.Sockets.Socket but there are functions such as the data_Arrival method that need to be performed. I am looking for some guidance in what to do in
VB.NET for this issue. If it is advisable to use System.NET.Sockets.Socket please provide me with some support behind this because I have never used Sockets before.
Thank You
Geo121