Winsock communication between PDA and PC in the same network

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I want to develop a PDA application which will tranfer data to an other
application in the same network via WLAN.
My question is can I use winsock in the same way as I do in my
PC-Application which is MFC based.
 
Yes you can use socket communication. Look at the classes in the System.Net
namespace and below

Cheers
Daniel
 

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

Back
Top