本文主要是给像我这样还在学习 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

本文提供了一系列来自CodeProject和CodeGuru的WinCE应用开发资料,涵盖图形编程、控件开发、数据库、加密、通信、COM编程、注册表读写等主题,包括XML操作、气泡窗体提示、文件读写、经典按钮控件、内存泄漏检测、位图开发、全屏实现等内容。
146

被折叠的 条评论
为什么被折叠?



