winsock help

  • Thread starter Thread starter Ed
  • Start date Start date
E

Ed

anyone know where to find a good/running example of use of winsock in VB2005
?

I'm trying to set up a control over IP to a device and need to poke data at
a port at its IP address.

thanks
 
Ed said:
anyone know where to find a good/running example of use of winsock in VB2005
?

I'm trying to set up a control over IP to a device and need to poke data at
a port at its IP address.

thanks

In .NET you will want to take a look at the System.Net and the
System.Net.Sockets namespaces. There are some examples in the
documentation that should be helpfull.
 
Back
Top