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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

vb.net and winsock 3
Client Server app using winsock 3
winsock in dotnet 5
Excel Barcoding using a central database repositories 0
Winsock equivalent? 5
Question about networking in VB 2
Winsock control 1
Winsock for Access 1

Back
Top