Quote Originally Posted by danecook21 View Post
That is not true at all. Couple things. If you're using .NET then of course the framework must be installed. Second, since you are using .NET, you should be using the Sockets class, not the mswinsck control. However, it is true that any ocx or dll that your app uses will need to be installed and registered on the user's system. That's what an installer is for. There are tons of freeware or shareware packaging apps available. .NET has the deployment project for this purpose.
I was speaking of AxWinsock1. You are of course correct.