本文主要是給像我這樣還在學習WINCE應用開發卻又還沒找到比較系統的資料的同志們,這裡的資料全部來自於codeproect和codeguru,資料很全面,涉及到圖形編程,控制項開發,資料庫、加密解密,通訊編程,COM編程,讀寫註冊表等
codeproect 的地址為:http://www.codeproject.com/KB/mobile/
codeguru的地址為:http://www.codeguru.com/cpp/w-p/ce/
下面主要例舉些我個人認為比較感興趣的:
1.操作XML (Simple XML Parsing on WinCE 4.2 Using C++ and MSXML 3.0)
http://www.codeguru.com/cpp/w-p/ce/embeddedvisualc/article.php/c9799/
2.氣泡表單提示(Notifications and Power Management under Windows Mobile: Benefit from Both)
http://www.codeguru.com/cpp/w-p/ce/memorymanagement/article.php/c11113/
3.讀寫檔案(Read and Write Text Files in WinCE)
http://www.codeguru.com/cpp/w-p/ce/files/article.php/c3519/
4.經典的button控制項(CCeButtonST v1.2)
http://www.codeguru.com/cpp/w-p/ce/controls/article.php/c3509/
5.檢測記憶體流失(Memory leak detection for WinCE )
http://www.codeguru.com/cpp/w-p/ce/article.php/c3513/
7.位元影像開發
(Using Bitmaps in WinCE Applications)
http://www.developer.com/ws/pc/article.php/2190121
Making Bitmap Backgrounds Transparent in Windows CE Applications
http://www.developer.com/ws/pc/article.php/2107151
透明控制項開發(Transparent Controls with custom image backgrounds on PocketPC)
http://www.codeproject.com/KB/mobile/transparent_controls.aspx
8.實現全屏
(Fullscreen Windows In Windows CE)
http://www.codeproject.com/KB/mobile/Windows_CE_Fullscreen.aspx
Having full screen without accessing the SHFullScreen API
http://www.codeproject.com/KB/mobile/fullscreen.aspx
A Non Full-Screen Dialog Class for Windows CE
http://www.codeproject.com/KB/mobile/nonfullscreendialog.aspx
本文來自CSDN部落格,轉載請標明出處:http://blog.csdn.net/pysjp/archive/2009/02/26/3940811.aspx