Socket in Smart Device Application...

aaronking

Member
Joined
Mar 21, 2009
Messages
6
Programming Experience
Beginner
Hello,

I am trying to use sockets in vb.net when creating a smart device application.

I know how to use vb6.0 with the winsock control but since the winsock control is the old way, i want to know how to use the socket to connect to a device.

I want to be able to use the sockets in a smart device application not in a windows application (want to be able to use it on a pda).

I have looked around and can't work out what other samples are trying to say, so i am hoping someone can give me an example in vb.net with the smart device (pocket PC) application.

I want to be able to connect to a IP address and port number and then send a string to it and be able to get a string replys from the device i connect to.

I won't be connecting to send files only text strings.

anyone able to help me out on this, as this is my first time trying to programme with smart device in vb.net.


Hope someone can help.

Thanks.
 
Back
Top