Creating a service for Smartphone.
-
Hi All, I am trying to create a service for smartphone which uses Windows Mobile 5. When ever I switch on the Smartphone that service should run. How can we do it? Please give some suggestions/ideas/links. I am using C#.net, Compact Framework and Windows Mobile 5 SmartPhone SDK. Thanks in advance LTCCTL --------------------------------------------------------------------------------
-
Hi All, I am trying to create a service for smartphone which uses Windows Mobile 5. When ever I switch on the Smartphone that service should run. How can we do it? Please give some suggestions/ideas/links. I am using C#.net, Compact Framework and Windows Mobile 5 SmartPhone SDK. Thanks in advance LTCCTL --------------------------------------------------------------------------------
Use the OpenNetCF notification namespace: OpenNETCF.WindowsCE.Notification.Notify.RunAppAtEvent. Alternatively you can p/invoke the CeRunAppAt function