Windows Phone,Windows Mobile,Windows Embedded CE(WinCE),.NET Compact Framework,Native C++开发系列(上百篇原创文章不断更新完善中)

由于工作关系,现在专注于Windows Phone,Windows Embedded CE(WinCE)和Windows Mobile,.NET Compact Framework, Native C++领域的开发,把工作上的一些经验和知识进行总结,文章会不断完善。关于我 Jake Lin

 

Windows Phone

Mircosoft 正式把Windows Mobile改名为Windows Phone,你会因此而购买Windows Phone吗?

Windows Phone is here

 

 

3G

Windows Mobile, WinCe使用 .NET Compact Framework 进行3G和RAS应用的开发 (该实现方法同样适用于GPRS)


Bluetooth

30 Days of .NET [Windows Mobile Applications] - Day 02: Bluetooth Manager(蓝牙管理器) (简单的Bluetooth应用)

基于32feet.net对Broadcom(Widcomm) stack蓝牙(Bluetooth)设备开发Windows Mobile与PC程序 

如何查看PC和Windows Mobile下蓝牙(Bluetooth)的Stack 

 

 

GPS

.NET Compact Framework下的GPS NMEA data数据分析

使用GPS Intermediate Driver进行GPS应用开发可见 30 Days of .NET [Windows Mobile Applications] - Day 03: GPS Compass(GPS指南针)

.NET Compact Framework下的串口通信 (可以用于GPS receiver数据的接收)

GPS.NET 和 GeoFramework开源了

NavsGo - GPS management software

Windows Mobile下GPS管理软件NavsGo之GPS监控功能的开发

Windows Mobile下GPS管理软件NavsGo之GPS侦测功能的开发


Serial Port

.NET Compact Framework下的串口通信 (可以用于GPS receiver数据的接收)


进程管理与通信

.NET Compact Framework 下的进程管理 (管理进程显示,终止等操作)

.NET Compact Framework下的进程间通信之Windows Message 

.NET Compact Framework下的进程间通信之MSMQ开发

WinCe和Windows Mobile下的MSMQ安装 

 

线程通信

.NET Compact Framework 多线程下的等待事件

.NET Compact Framework 多线程环境下的UI异步刷新

 

数据库

.NET Compact Framework下SQL CE的使用 (实现了SqlCeHepler的封装SqlCeHepler的测试类,见.NET Compact Framework下的单元测试

Windows Mobile下Native C++访问SqlCe的封装

SQL Server Express和SQL Server Compact的应用

.NET Campact Framework下SQL CE兼容性问题

Windows Mobile下访问Sqlite的Native C++封装 

如何压缩SQLite的数据文件 


XML

Windows Mobile下tinyXML的开发

 

网络通信

在Windows Mobile Emulator建立网络连接 (基于这方法可以使用Emulator测试网络通信程序)

windows Mobile使用ActiveSync上网

在PC上显示和操作Windows Mobile


数据同步

Microsoft Sync Framework下的快速开发同步程序

.NET Compact Framework下HttpWebRequest开发

.NET Compact Framework 下的 Web Service 开发

.NET Compact Framework下的Ping(ICMP)的开发 


单元测试

Wince和Windows Mobile下native C++的单元测试 (CppUnitLite的使用)

Windows Mobile下使用CppUnitLite输出测试结果

.NET Compact Framework下的单元测试 (NUnitLite的使用,同时实现了SqlCeHepler的测试类。)

Windows Mobile下猜数字游戏的TDD实现

 

内存监控与管理

Wince和Windows Mobile下的内存监控 (可以监控每个程序的虚拟内存使用情况,heap使用情况)

 

注册表

.NET Compact Framework下注册表导出工具的开发

 

UI相关

透明Label控件和NuericTextBox的用法见 30 Days of .NET [Windows Mobile Applications] - Day 04: Mileage Tracker(里程耗油计算程序)

Windows Mobile 和 Wince 下的 WTL(Windows Template Library) 界面开发

Compact Framework 在Windows Mobile下如何画透明图片

Compact Framework访问内嵌资源文件

Compact Framework从执行文件取出Icon

User Interface Technologies for Windows Embedded CE

OpenGL ES for Windows Mobile

Windows Mobile下C++取屏幕分辨率的方法 


WTL (Mobile Radio)

 

Windows Mobile和Wince(Windows Embedded CE)下的WTL(Windows Template Library)开发

Windows Mobile 和 Wince(Windows Embedded CE) 下的 WTL(Windows Template Library) 界面(UI)开发

 

Windows Mobile和Wince下使用WTL进行Windows Media Player开发

转换Json到XML的JavaScript实现

 

Windows Mobile下tinyXML的开发

关于在今日插件使用WTL的问题

Windows Mobile下使用Native C++(WTL, MFC, Win32)开发,如何为对话框加入菜单

Windows Mobile下如何去掉WTL对话框CStdDialogImpl的OK按钮

在Windows Mobile下使用WTL进行Native C++开发,如何显示等待图标 

在Windows Mobile和Wince(Windows Embedded CE)下进行WTL开发,如何加入超链接(HyperLink) 

 

 

Sensors API

Windows Mobile Sensors API库的设计 

Mobile Sensors API - Native unified APIs for Windows Mobile Sensors

Windows Mobile下的重力感应器(Gravitational Sensor)开发

Windows Mobile下Native C++动态加载DLL 


Widget

Windows Mobile 6.5 新功能widget开发 

Windows Mobile Widget Emulator


P/Invoke

.NET Compact Framework 下Win32 API P/Invoke 的使用

开发P/Invoke的工具与Website

 

今日插件

关于在今日插件使用WTL的问题 

 

安装部署

Windows Mobile打包时增加快捷方式到开始菜单的方法

开发Windows Mobile和Wince(Windows Embedded CE)的部署项目(Deploy Project)时,如何修改注册表 

 

DLL封装

如何在Windows Mobile下使用Native C++动态加载DLL

Windows Mobile和Wince(Windows Embedded CE)下如何封装Native DLL提供给.NET Compact Framework进行调用

Windows Mobile和Wince(Windows Embedded CE)下封装Native DLL进一步探讨

在Windows Mobile和Wince(Windows Embedded CE)下封装Native DLL的回调函数 

 

Native C++ Misc

一文讲清楚Windows Mobile和Wince(Windows Embedded CE)的字符集问题

WinCe和Windows Mobile下的字符串转换

Windows Mobile下native c++ typeid的使用

Windows Mobile下Win32项目加入ATL支持

在Windows Mobile和Wince(Windows Embedded CE)下进行Native C++开发,如何取出当前执行文件的路径和调用模块的路径 

在Windows Mobile和Wince(Windows Embedded CE)下进行Native C++开发,如何取出资源文件中的版本信息 

在Windows Mobile和Wince(Windows Embedded CE)下进行Win32开发,取出当前所有运行中进程信息的方法

在Windows Mobile和Wince(Windows Embedded CE)下进行Win32开发,取出窗口句柄的方法 

Native C++ _isnan()函数的应用

在Windows Mobile和Wince(Windows Embedded CE)下进行Native C++时间函数的运用 


Compact Framework Misc

Compact Framework 取执行文件版本号

Compact Framework 取当前目录

Windows Mobile英文ROM上显示和输入中文的解决方案

在Windows Mobile下取版本信息


30 Days of .NET [Windows Mobile Applications]

得到原作者 Chris Craft 的同意,本人可以翻译他的系列文章 30 Days of .NET [Windows Mobile Applications]并在博客园里发表。这是一个十分趣味性很高的系列,通过这个系列的学习,可以掌握Windows Mobile开发很多技巧,包括GPS,Bluetooth,界面编程,多线程等等。

30 Days of .NET [Windows Mobile Applications] - Day 01: Minutes to Midnight Countdown(午夜倒数器) 

30 Days of .NET [Windows Mobile Applications] - Day 02: Bluetooth Manager(蓝牙管理器) 

30 Days of .NET [Windows Mobile Applications] - Day 03: GPS Compass(GPS指南针) 

30 Days of .NET [Windows Mobile Applications] - Day 04: Mileage Tracker(里程耗油计算程序)  

 

相关工具

执行文章中的代码,可能用到的工具

Visual Studio 2008 Express : Visual Studio Express 请下载Visual C#或者Visual C++等相关工具。

Windows Mobile 6 SDK : Windows Mobile 6 Professional and Standard Software Development Kits Refresh

Windows Mobile 6.5 SDK : Windows Mobile 6.5 Developer Tool Kit

WTL : Windows Template Library

 

posted @ 2009-04-13 12:22  Jake Lin  阅读(18226)  评论(41编辑  收藏  举报