developing applications for windows mobile,c#

浪尽此生 提交于 2020-01-13 19:33:48

问题


i work on visual studio 2008,now i want to create applications for windows mobile in c#.

what r d requirements and how to build them???

Do i need any kind of simulators


回答1:


Answering your question with right degree of detailing that it deserves is beyond the scope here. So I recommend you to start from here!

Windows Mobile Developer Center




回答2:


There is a Windows Mobile SDK available for free from Microsoft, however you must use a full version of Visual Studio (not an Express edition).




回答3:


You can now use Visual Studio 2010 express mobile edition as well. This is nice because it seems to be the only one that is actually one stop shopping: no dumb SDK's, no extra vs project template plug-ins, etc... Everything you need is in that one free DL. Unfortunately WinMo7 is radically different from the previous versions so backwards compatibility will be be difficult. The new environment is built on top of WPF tho which is nice to work with.




回答4:


The Windows Mobile SDK includes a simulator, but it is always sensible to debug/test on a device before release. This is really smooth using Visual Studio 2008 and USB connection to the device.

The .NET compact framework is a subset of the .NET framework. MSDN is good for telling you what's missing.



来源:https://stackoverflow.com/questions/2116830/developing-applications-for-windows-mobile-c

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