Version Differences for H15

(FAQ)
(FAQ)
Line 19:
  '''How do I run my application on startup?'''    '''How do I run my application on startup?''' 
  :There are various ways. One way involves editing the registry (see this [http://msdn.microsoft.com/en-us/library/aa448482%28v=MSDN.10%29.aspx link]), where you can then do a backup of your device, and have it (and your application) persist across cold resets. Another way, which is very simple, is to just place a shortcut to your application in \FlashDisk\Startup\warm\.    :There are various ways. One way involves editing the registry (see this [http://msdn.microsoft.com/en-us/library/aa448482%28v=MSDN.10%29.aspx link]), where you can then do a backup of your device, and have it (and your application) persist across cold resets. Another way, which is very simple, is to just place a shortcut to your application in \FlashDisk\Startup\warm\. 
       
    + '''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.