Windows Mobile系列课程

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
CSDN移动频道
http://blog.csdn.net/aawolf

posted on 2005-09-25 11:29  蝈蝈  阅读(1729)  评论(0编辑  收藏  举报