Working with Winsock in vb.net

sups123

Member
Joined
Mar 10, 2006
Messages
14
Programming Experience
1-3
Hello all

I was trying to use axwinsock for connecting to the socket and getting data from the same. It is not getting connected with the socket and the status shown is just connecting. I have code in vb6 which works fine but when i converted it into vb.net its not working now.

Please if anybody can give me some example for the same or any links which tell details about using winsock in vb.net.

Thanks
Sups123
 
sups123 said:
I have code in vb6 which works fine but when i converted it into vb.net its not working now.
Also keep in mind some things have changed from VB6 to VB.Net. System.Net.Sockets namespace supports natively all functionality of the Winsock COM.
 
Back
Top