windows mobile開發經驗

來源:互聯網
上載者:User
----開發環境配置----1.

="white-space: pre;"> 安裝visual studio 2008,Windows Mobile 6 Professional Images (CHS).msi,ActiveSync 4.52. Vs-new-project-smart device-smart device project編寫程式和普通的c/s程式一樣調試:啟動microsoft activesync(同步手機和PC)F5-chs windows mobile 6 professional emulator-deploy  vs-tools- device emulator manage- chs windows mobile 6 professional emulator-cradle----程式打包發布----1 首先在Windows Mobile應用程式mobileProject同一解決方案mobileProject下,add-new project2 新項目類型為other project types-setup and deployment-smart device cab project    name:pda3 引用當前程式和相關dll,pda--rightclick--project output--project:mobileProject--primart output--ok  4 添加設定檔等。pda--rightclick--add--file5 添加程式捷徑到程式組file system on target machine--rightclick--add special folder--startmenu  folder--create shortcut--target:application folder primary output from mobileProject6    pda--rightclick--build7 copy產生的cab檔案至windows mobile中進行安裝----手機開發注意----1 目錄層級深度和每層內容的衝突的協調,層級不能太深,每層內容也不能過多2 盡量用文字代替圖片,且文字盡量精簡3 頁面採取相同布局,操作更為方便4 最佳化操作邏輯,提升使用者互動滿意度----程式卸載----1 程式-設定-刪除程式2 若為綠色軟體,找到其所在位置直接刪除----開發----//先得到根資料夾路徑string path = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().ManifestModule.FullyQualifiedName);

----開發環境配置----
1. 安裝visual studio 2008,Windows Mobile 6 Professional Images (CHS).msi,ActiveSync 4.52. Vs-new-project-smart device-smart device project編寫程式和普通的c/s程式一樣
調試:啟動microsoft activesync(同步手機和PC)F5-chs windows mobile 6 professional emulator-deploy  vs-tools- device emulator manage- chs windows mobile 6 professional emulator-cradle

----程式打包發布----

1 首先在Windows Mobile應用程式mobileProject同一解決方案mobileProject下,add-new project

2 新項目類型為other project types-setup and deployment-smart device cab project    name:pda

3 引用當前程式和相關dll,pda--rightclick--project output--project:mobileProject--primart output--ok  

4 添加設定檔等。pda--rightclick--add--file

5 添加程式捷徑到程式組file system on target machine--rightclick--add special folder--startmenu  folder--create shortcut--target:application folder primary output from mobileProject

6    pda--rightclick--build7 copy產生的cab檔案至windows mobile中進行安裝

 

----手機開發注意----

1 目錄層級深度和每層內容的衝突的協調,層級不能太深,每層內容也不能過多

2 盡量用文字代替圖片,且文字盡量精簡

3 頁面採取相同布局,操作更為方便,注意橫屏豎屏切換

4 最佳化操作邏輯,提升使用者互動滿意度

 

----程式卸載----

1 程式-設定-刪除程式

2 若為綠色軟體,找到其所在位置直接刪除

----開發----

//先得到根資料夾路徑string path = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().ManifestModule.FullyQualifiedName);

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.