Windows Mobile - Compact Framework program as a service?

匆匆过客 提交于 2019-12-03 16:36:59

Just create the app as a Console app. If you need a message pump, you need to call Run without any parameters, and the CF doesn't have that. OpenNETCF's Application2 class in the SDF does. At that point you can raise a UI any time by creating and showing a Form as usual.

You cannot create a true service for CE or WinMo with managed code because EE Hosting is not supported.

How about this project?

managedserviceswm.codeplex.com

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!