i am trying to convert my vb6 project to a vb.net project. It falls over saying stuff about getting winsock component?!?!
What do I do to fix this?
Thanks
Nick
Printable View
i am trying to convert my vb6 project to a vb.net project. It falls over saying stuff about getting winsock component?!?!
What do I do to fix this?
Thanks
Nick
dont use winsock control. look up info on the Socket namepsaces in .NET. As we have noted before, transfering a VB6 app to .NET is a waste of time especially trying to fix all the errors you will get.
i've realised that over the past few hours!
Thanks
is there a website or something that can better explain the socket namespace? i have searched thru the MSDN library and a few ms sites to no avail. I want to more/find better documentation on sockets.
I am suffering from a lack of Socket class info also. There seems to be very little. Ive figured out how to setup the TcpListener class, but thats is it. If I figure it out soon or find some decent information, I will post it.