How to use winsock in VB.NET

shohoku

Active member
Joined
Jun 15, 2005
Messages
31
Programming Experience
Beginner
is there anybody know how to use winsock in vb.net??
if possible, can give me some example or sample code,pls?
thanks a lot~~~~
 
First off, Project.Add Reference

Go to the COM tab, seach for microsoft winsock control 6.0 (THis is assuming you have the library, or vb6 installed)

After you've added that reference, add the control to your tool box. Once again, COM tab.


Hope this helps.
 
Back
Top