Page 1 of 1

Visual Basic - Winsock, where is it?

Posted: Wed May 12, 2010 10:46 am
by DJF3
Hi,

Just installed Visual Basic Express 2010 to create an application that needs Winsock (to read data of a TCP port).

Q: Do I have to install Winsock seperately?

Q: How do I 'add' the Winsock functionality to a form? (is that where you add it? )


Thank you!
DJ

Re: Visual Basic - Winsock, where is it?

Posted: Wed May 12, 2010 12:24 pm
by b_weijenberg

Re: Visual Basic - Winsock, where is it?

Posted: Sun May 16, 2010 2:52 pm
by DJF3
That makes sense ;-)

I'm using the System.Net.Sockets now and that seems to work... No I have to find a couple of days to continue programming ;-)

Thank you!
DJ