第1章 Windows CE简介 1
1-1 认识Windows CE 2
1-2 eMbedded Visual Basic 4
第2章 Hello World! 13
2-1 程序开发环境简介 14
2-2 Windows程序设计基本概念 15
2-3 你的第一个PDA程序:Hello World! 17
2-4 功能强大的eVB-小电子钟 21
2-5 功能重要的Form对象 24
2-6 如何制作程序安装文件 31
第3章 程序设计入门:eMbedded Visual Basic语言《Ⅰ》 37
3-1 数据类型与质量 38
3-2 程序运算、条件判断与流程 43
第4章 程序设计入门:eMbedded Visual Basic语言《Ⅱ》 49
4-1 eVB内建函数 50
4-2 Sub Procedure and Function 68
4-3 ByVal and ByRef 70
第5章 打造应用程序:使用eVB Control《Ⅰ》 73
5-1 CommandButton Control 76
5-2 Label and TextBox Controls 81
5-3 CheckBox and OptionButton Controls 89
5-4 ListBox and ComboBox Controls 91
5-5 eVB的金融对象Finnace Control 97
5-6 HScrollBar and VScrollBar Controls 106
5-7 Line and Sharp Controls 108
5-8 Frame Control 112
5-9 ImageCtrl and PictureBox Controls 128
5-10 本章其他应用范例 137
第6章 打造应用程序:使用eVB Control《Ⅱ》 155
6-1 CommonDialog Control 156
6-2 File and FileSystem Controls,文件处理 162
6-3 App and Clipboard Objects 166
6-4 MenuBar and ImageList Controls 168
6-5 TreeView and ListView Controls 182
6-6 Grid Control 212
6-7 TabStrip Control 219
6-8 本章其他范例程序:DateNote 224
第7章 抓臭虫 237
7-1 eVB整合环境介绍 238
7-2 错误处理 240
7-3 调试实例 242
第8章 程序设计资源 247
8-1 使用API 248
8-2 使用合作厂商发展的对象 252
第9章 其他平台程序设计简介 261
9-1 Palm-size PC 262
9-2 Handheld PC 266
第10章 数据库简介 269
10-1 Connection Object 270
10-2 Recordset Object 271
10-3 Field Object and Fields Collection 275
10-4 Error Object 276
10-5 SQL简介 276
10-6 范例程序:小程序库 278