url-protocol

Problem setting up custom URL Protocol on Windows CE

Hi, I am trying to setup a custom URL Protocol (testProtocol) on a Windows CE device. When the user clicks a link with testProtocol it will launch an application (ParamTest.exe). I have done the following: Created a Windows Smart Device Project -> Device Application. I altered the Main() method to take in a string[] of arguments whi...