Windows Mobile開發簡介

2021-08-22 20:07:07 字數 885 閱讀 9499

windows mobile開發簡介

--簡單介紹windows mobile上的應用軟體開發過程

os--windows mobile

windows mobile上的應用軟體開發主要用visual c++,vb,visual c#。ide用visual studio 2005以上版本。

helloworld

貼helloworld的**在下面:

using system;

using system.collections.generic;

using system.componentmodel;

using system.data;

using system.drawing;

using system.text;

using system.windows.forms;

private void menuitem1_click(object sender, eventargs e)

protected override void onpaint(painteventargs e)}}

visual studio控制台輸出:

the thread 0x36956f82 has exited with code 0 (0x0).

the thread 0x96a4ccf2 has exited with code 0 (0x0).

資源:windows mobile developer centre:

上面關於windows mobile開發的資料一應俱全啦。。。

結論:1. 速度奇快

2. 除錯方便,感覺微軟在產品(不管終端產品還是開發工具)的易用性方面做得還是很完美。。。

下篇:palm os開發簡介。。。

WIndows mobile開發基礎概念

1。windows ce作業系統是乙個32位的 搶先多工作業系統。2。windows mobile 2003 加入了藍芽管理程式,使得基於該作業系統得智慧型終端裝置可以使用藍芽技術以無線通訊的方式來進行數 據交換 3.使用visual studio 2005來建立使用.net compact fra...

Windows Mobile開發環境搭建

內容簡介 本文描述了如何搭建典型的windows mobile開發環境。介紹了相應的ide sdk及輔助開發工具的安裝及常用配置,並對windows mobile下一代開發環境的發展前景做出展望。本文適合初次接觸windows mobile開發的開發人員。windows mobile開發簡介 win...

Windows Mobile開發環境搭建

今天需要移植點windows mobile程式,又要搭建環境了,順便記錄下來。首先搭建windows mobile開發環境 1.windows mobile技術的基本開發環境配置 配置項配置要求 備註作業系統 windows 2000或以上 支援unicode 開發工具 vs2005 或vs2008...