I am new in C# and I was trying to add socket programming tools from the COM component list .But I found that thee is no microsoft winsock component in that list.

So can somebody tell me how to add winsock component to my tool box.

Recommended Answers

All 3 Replies

Do not use COM (unmanaged) library. Use System.Net managed library.

Please refer the link below.

http://www.go4expert.com/forums/showthread.php?t=3312

I was trying to add Microsoft winsock control to the toolbox .But when I searched in COM components,it was not available there.So how to add Microsoft winsock to the toolbox list.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.