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.
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.
Do not use COM (unmanaged) library. Use System.Net managed library.
Here is an example TCP client-server application:
http://www.codeproject.com/KB/IP/tcpclientserver.aspx
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.
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.