Webcast网络讲座: Windows Mobile系列课程主要内容是1、基于Windows Mobile的企业应用开发应用的场景2、使用.Net CF开发Smartphone应用程序3、介绍Windows Mobile 5的新特性4、如何设计友好的Windows Mobile程序以下是这些内容的知识要点,个人总结如下:Windows Mobile是一个基于Windows CE.Net的OS平台,有Windows Mobile 2002、2003和最新的Windows Mobile 5版本,Windows Mobile系列包括Pocket PC和Smartphone的操作系统。(1).Wndows Mobile 5开发工具(*)为必需的 (a).Visual Studio 2005 Beta 2 (*) (b).Windows Mobile 5 SDK(Smartphone & Pocket PC) (*) Windows Mobile 5.0 SDK for Smartphone Windows Mobile 5.0 SDK for Pocket PC (c)..Net Compact Framework 2.0 (*) (d).ActiveSync 4.0 (*) (e).OpenNetCF (f).MSDN(2).企业数据访问模型(3).API只讲Managed API,对于Native API暂时不列举。 (a).Phone API Micorosoft.WindowsMobile.Telephony有一Phone.Talk(string PhoneNumber)的拨打电话的方法。 (b). SMS API Micorosoft.WindowsMobile.PocketOutlook.SmsMessage有一SmsMessage.Send()发送短信的方法。 (c).震动API VibrateGetDeviceCaps:得到震动属性;Vibrate:震动;VibrateStop:停止震动 (d).Game开发 ---GAPI ---Direct 3D Mobile(只支持Windows Mobile 5) ---------Microsoft.WindowsMobile.DicrectX.Direct3D (e).其它API Micorsoft.WindowsMobile.PocketOutlook ---OutlookSession --------SmsAccount 短消息(SmsAccount.Send(SmsMessage)) --------EmailAccount电子邮件(EmailAccount.Send(EmailMessage)) --------Task任务(OutlookSession.Task.Items.Add(Task)) --------Contack联系人 --------Appointment约会 Microsoft.WindowsMobile.Forms ---CameraCaptureDialog照相机对话框 ---ChooseContactDialog联系人对话框 ---SelectPictureDialog选择图片对话框(4).部署 a.创建Cab文件 b.创建MSI安装包(5).资源MSDN中文网站OpenNETCF移动频道http://blog.csdn.net/aawolf
转载于:https://www.cnblogs.com/hotsoho.net/articles/243593.html
相关资源:Windows Live Search For Mobile 开发经验谈