Version Differences for H15

(FAQ)
(FAQ)
Line 21:
       
  '''I want to build an application for the PC that talks to my device application. How do I do that?'''    '''I want to build an application for the PC that talks to my device application. How do I do that?''' 
- :Check out the [http://msdn.microsoft.com/en-us/library/bb545992%28v=VS.90%29.aspx Microsoft.SmartDevice] namespace. It contains classes that are used both on the device-side application and the PC-side application to communicate over ActiveSync.   + :Check out the [http://msdn.microsoft.com/en-us/library/bb545992%28v=VS.90%29.aspx Microsoft.SmartDevice] namespace. It contains classes that are used both on the device-side application and the PC-side application to communicate over ActiveSync. There is an unmanaged reference as well. If you want to get deeper into host-device communication, check out Microsoft's [http://msdn.microsoft.com/en-us/library/aa920177.aspx Remote API] (RAPI).