C# 和 Visual Studio 2008 windows mobile 6.0 sdk 的新增功能
大家好,有没有人对 Visual Studio 2008 智能设备 Windows Mobile 6.0 项目编码示例有很好的示例或建议?我是新手,希望在加速度计和 Samsung Omnia 手机上开发一个应用程序。
如果这里有专业人士提供任何帮助,我将非常感激:)。哦,我已经安装了三星 Windows Mobile SDK,并且已经有了 .cab 文件。
Hi does anyone have great examples or any suggestions on Visual Studio 2008 smart device windows mobile 6.0 project coding examples? I'm new to it and wish to develop an app on accelerometer and on Samsung Omnia mobilephone.
Will really be grateful if there's any help from pros around here :). Oh and i have samsung windows mobile SDK installed and have the .cab file already.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
桌面和.Net 移动开发的差异实际上几乎不明显。如果您可以进行桌面开发,那么您就可以进行移动.Net 开发。
区别仅在于类库的大小。但是,您必须亲自查看(Visual Studios Intellisense 将仅显示可用的项目,那里也没有问题)。
The difference of developing for desktop and .Net mobile is really barely noticeable. If you can do desktop development you can do mobile .Net development.
The difference lies just in the size of the class libraries. However you will have to see for yourself (Visual Studios Intellisense will only show the available items, to no problem there either).