Paul G. Tobey [eMVP] replied to GS
29-Jan-10 06:34 PM
The .NET support in Windows CE is not the same framework as on the desktop
Windows machine (it is called the .NET Compact Framework in Windows CE and may
not be built into your OS), but code for simple communications is mostly
going to be the same. That is, if you are expecting some fancy classes for
DLNA to be implemented on Windows CE, as they might be on the desktop, I
think you are out of luck. If you want to write a simple sockets-based
program to send this packet and that packet over the network to the PC using
TCP/IP, that should work pretty much the same as on the desktop.
Paul T.