在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Visual C++编程技巧精选500例

Visual C++编程技巧精选500例

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:59.38M
  • 下载次数:11
  • 浏览次数:62
  • 发布时间:2021-11-15
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Visual C++编程技巧精选500例,从常用控件、对话框等基础到图形图像、线程进程等方面,深入浅出,通过学习这些基础代码,能全面掌握vc工具,并达到熟练水平
【实例截图】
【核心代码】
16359647377787488023.rar
└── Visual C++编程技巧精选500例
└── Visual C++编程技巧精选500例
├── 第10章 字符串
│   ├── 1.字符串操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 2.如何折行显示字符串?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 3.如何旋转显示字符串?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何显示星期月份字符串?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.如果显示包括制表符的字符串?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 6.如何使用BIG5显示一个字符串?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 7.如何使字符串输出具有立体效果?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   └── 8.如何用省略号显示字符串的其余部分?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 第11章 文件读写操作
│   ├── 10.如何读写INI文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 11.如何创建一个临时文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 12.如何创建一个特大型文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 13.如何创建一个文本文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 14.如何删除一个文本文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 15.如何更名一个文本文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 16.如何对文本文件进行查找与替换?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 17.如何从文本文件中读取一个字符串?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 1.如何打开文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 2.如何关闭文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 3.如何读文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何写文件?
│   │   ├── Debug
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.dsp
│   │   ├── Test.dsw
│   │   ├── Test.h
│   │   ├── Test.plg
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.如何定位文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 6.如何判断文件大小?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 7.如何获取文件错误类型?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 8.如何检测文件是否已经发生更改?
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── FileChangeMonitor.cpp
│   │   ├── FileChangeMonitorDoc.cpp
│   │   ├── FileChangeMonitorDoc.h
│   │   ├── FileChangeMonitor.h
│   │   ├── FileChangeMonitor.rc
│   │   ├── FileChangeMonitor.sln
│   │   ├── FileChangeMonitor.suo
│   │   ├── FileChangeMonitor.vcproj
│   │   ├── FileChangeMonitorView.cpp
│   │   ├── FileChangeMonitorView.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── FileChangeMonitor.exe
│   │   ├── res
│   │   │   ├── FileChangeMonitorDoc.ico
│   │   │   ├── FileChangeMonitor.ico
│   │   │   ├── FileChangeMonitor.manifest
│   │   │   ├── FileChangeMonitor.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   └── stdafx.h
│   └── 9.如何判断文件在磁盘上是否存在?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 第12章 文件与文件夹属性操作
│   ├── 1.文件属性操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   └── 2.文件及文件夹时间操作演示
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 第13章 文件与文件夹系统操作
│   ├── 1.文件系统操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 2.文件夹系统操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   └── 3.如何创建多层文件夹?
│   ├── AssemblyInfo.cpp
│   ├── Release
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 第14章 系统控制操作
│   ├── 10.如何强制操作系统只执行规定的程序?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 11.如何在系统“控制面板添加删除程序”中添加程序?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 12.如何注册COM服务组件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 13.如何取消COM服务组件注册?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 14.如何显式链接DLL?
│   │   ├── Release
│   │   │   ├── Test.exe
│   │   │   └── 背景图片.JPG
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.htm
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   └── 背景图片.JPG
│   ├── 1.系统任务栏设置演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 2.系统开关机设置演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 3.如何设置系统启动自运行程序?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何在程序中将其他窗口程序调至前台?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.sln.old
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── Test.vcproj.old
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.时间操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.sln.old
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   └── Test.vcproj.old
│   ├── 6.显示设置演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 7.桌面设置演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.sln.old
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   └── Test.vcproj.old
│   ├── 8.IE浏览器操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.sln.old
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   └── Test.vcproj.old
│   └── 9.如何清除上次登录用户历史记录?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 第15章 程序版权信息
│   ├── 1.程序说明查询演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   └── 2.程序版本号查询演示
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 第16章 系统软件信息
│   ├── 1.计算机名称查询操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.sln.old
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   └── Test.vcproj.old
│   ├── 2.操作系统信息获取演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   └── 3.文件夹位置查询演示
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 第17章 系统硬件信息
│   ├── 1.CPU信息查询演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   └── 2.BIOS信息查询演示
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 第18章 存储设备管理
│   ├── 1.磁盘信息查询演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 2.磁盘功能设置演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.sln.old
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   └── Test.vcproj.old
│   └── 3.网络驱动器映射设置
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 第19章 鼠标及键盘
│   ├── 1.鼠标操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 2.如何判断鼠标是否与Ctrl键共同操作?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 3.如何捕获键盘Home等虚键?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何设置键盘输入响应速度?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.如何使用回车键切换输入焦点?
│   │   ├── MyEdit.cpp
│   │   ├── MyEdit.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 6.如何为应用程序自定义快捷键?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 7.如何捕获Alt和Shift+Alt组合键?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 8.如何捕获Ctrl和Ctrl+Shift组合键?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   └── 9.如何捕获Ctrl、Ctrl+Alt和Ctrl+Alt+Shift组合键?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 第1章 消息框
│   └── 1.消息框设置演示
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   └── Test.vcproj
├── 第20章 声音和视频
│   ├── 1.如何调节系统音量?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 2.如何设置背景音乐?
│   │   ├── 0256.JPG
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.htm
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 3.如何播放AVI动画文件?
│   │   ├── FILECOPY.AVI
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   ├── FILECOPY.AVI
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何播放VCD视频文件?
│   │   ├── C014.bmp
│   │   ├── CLOSE1.bmp
│   │   ├── CLOSE2.bmp
│   │   ├── COLORBTN.CPP
│   │   ├── Colorbtn.h
│   │   ├── CoolB.cpp
│   │   ├── CoolB.h
│   │   ├── E014.bmp
│   │   ├── FAST1.bmp
│   │   ├── FAST2.bmp
│   │   ├── mediaplayer2.cpp
│   │   ├── mediaplayer2.h
│   │   ├── mediaplayerdvd.cpp
│   │   ├── mediaplayerdvd.h
│   │   ├── NewVCD.clw
│   │   ├── NewVCD.cpp
│   │   ├── NewVCDDlg.cpp
│   │   ├── NewVCDDlg.h
│   │   ├── NewVCD.dsp
│   │   ├── NewVCD.h
│   │   ├── NewVCD.plg
│   │   ├── NewVCD.rc
│   │   ├── NewVCD.sln
│   │   ├── NewVCD.suo
│   │   ├── NewVCD.vcproj
│   │   ├── OPEN1.bmp
│   │   ├── OPEN2.bmp
│   │   ├── PAUSE1.bmp
│   │   ├── PAUSE2.bmp
│   │   ├── PLAY1.bmp
│   │   ├── PLAY2.bmp
│   │   ├── Release
│   │   │   └── NewVCD.exe
│   │   ├── res
│   │   │   ├── NewVCD.ico
│   │   │   ├── NewVCD.rc2
│   │   │   ├── PAUSE1.bmp
│   │   │   ├── PAUSE2.bmp
│   │   │   ├── PLAY1.bmp
│   │   │   ├── PLAY2.bmp
│   │   │   ├── STOP1.bmp
│   │   │   ├── STOP2.bmp
│   │   │   └── VCDGRD.bmp
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── STOP1.bmp
│   │   ├── STOP2.bmp
│   │   ├── vcd.bmp
│   │   └── VCDGRD.bmp
│   └── 5.声音文件播放演示
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 第21章 图形和图像
│   ├── 10.如何获取屏幕上某点的颜色?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 11.如何设置屏幕上某点的颜色?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 12.如何读取与显示JPG等格式图像文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 13.如何转换图像文件大小?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 14.如何转换图像文件格式?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 15.如何将彩色图像转换成黑白图像?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 16.如何实现图像的底片化效果?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 17.如何实现图像的雾化效果?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 18.如何实现图像的锐化效果?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 19.如何实现图像的柔化效果?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 1.如何通过读取位图资源显示位图?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 20.如何实现图像的马赛克效果?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 21.如何实现图像的百叶窗效果?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 22.图像的复制剪切粘贴
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 23.如何绘制渐变色图形?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 24.如何绘制渐变色文字?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 2.如何通过读取位图文件显示位图?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 3.如何通过装入位图文件显示位图?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何缩放显示位图?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.reg
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.如何截取当前屏幕?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 6.如何任意裁剪图片?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.reg
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 7.如何利用掩码位图制作透明图片?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── bitmap2.bmp
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 8.如何实现图形的拉伸显示效果?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   └── 9.如何通过位图文件直接得到位图大小?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 第22章 网络
│   ├── 10.如何检查电子邮件数量?
│   │   ├── POP3.cpp
│   │   ├── POP3.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 11.如何发送和接收电子邮件?
│   │   ├── MailMessage.cpp
│   │   ├── MailMessage.h
│   │   ├── POP3.cpp
│   │   ├── POP3.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── SMTP.cpp
│   │   ├── SMTP.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 12.FTP上传下载文件演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 13.如何查询HTTP站点?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 14.如何查询FTP站点?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 15.如何查询Gopher站点?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 1.如何实现无连接的通信?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 2.如何实现有连接的通信?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 3.如何用有连接方式实现网络会议?
│   │   ├── 客户端程序
│   │   │   ├── Msg.cpp
│   │   │   ├── Msg.h
│   │   │   ├── NetMeetingClientDlg.h
│   │   │   ├── NetMeetingSocket.cpp
│   │   │   ├── NetMeetingSocket.h
│   │   │   ├── Release
│   │   │   │   └── Test.exe
│   │   │   ├── res
│   │   │   │   ├── Test.ico
│   │   │   │   ├── Test.manifest
│   │   │   │   └── Test.rc2
│   │   │   ├── Resource.h
│   │   │   ├── stdafx.cpp
│   │   │   ├── stdafx.h
│   │   │   ├── Test.cpp
│   │   │   ├── TestDlg.cpp
│   │   │   ├── TestDlg.h
│   │   │   ├── Test.h
│   │   │   ├── Test.rc
│   │   │   ├── Test.sln
│   │   │   ├── Test.suo
│   │   │   └── Test.vcproj
│   │   └── 服务端程序
│   │   ├── Msg.cpp
│   │   ├── Msg.h
│   │   ├── NetMeetingClientSocket.cpp
│   │   ├── NetMeetingClientSocket.h
│   │   ├── NetMeetingListeningSocket.cpp
│   │   ├── NetMeetingListeningSocket.h
│   │   ├── NetPortSetDlg.cpp
│   │   ├── NetPortSetDlg.h
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 4.如何获取网卡地址?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 5.如何扫描端口状态?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 6.如何进行连续的Ping?
│   │   ├── PING.CPP
│   │   ├── PING.H
│   │   ├── PingThread.cpp
│   │   ├── PingThread.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 7.如何获取主机名和IP地址?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 8.如何搜索局域网内的计算机?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   └── 9.如何创建拨号网络?
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 第23章 数据库
│   ├── 10.ADO数据库操作演示
│   │   ├── msado15.dll
│   │   ├── MyDBAccess.mdb
│   │   ├── Release
│   │   │   ├── msado15.tlh
│   │   │   ├── msado15.tli
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 11.如何存取数据库图像字段?
│   │   ├── MyDBDao.mdb
│   │   ├── MyDBDaoSet.cpp
│   │   ├── MyDBDaoSet.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 12.如何在程序中注册数据源?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 1.ODBC数据库操作演示
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDataSource.dsn
│   │   ├── MyDBAccess.mdb
│   │   ├── Release
│   │   │   ├── MyDBAccess.mdb
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.exe
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── TestSet.cpp
│   │   ├── TestSet.h
│   │   ├── Test.sln
│   │   ├── Test.sln.old
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── Test.vcproj.old
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 2.如何使用ODBC创建EXCEL文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 3.如何获取系统已经安装的ODBC驱动程序?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何使用.Net类库访问数据库?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyDBAccess.mdb
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.DAO数据库创建打开关闭操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 6.DAO数据库表新建打开删除操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 7.DAO数据库表字段操作演示
│   │   ├── MyDBAccess.mdb
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 8.DAO数据库表查询操作演示
│   │   ├── MyDBAccess.mdb
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   └── 9.DAO数据库操作演示
│   ├── MyDBDao.mdb
│   ├── MyDBDaoSet.cpp
│   ├── MyDBDaoSet.h
│   ├── MyDBDaoSet.htm
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 第2章 常用控件
│   ├── 10.如何显示载有RichEdit 控件的对话框?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 11.如何在列表框中自动装载磁盘文件列表?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 12.如何使ListControl控件支持整栏选择?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 13.如何使用PictureBox 控件浏览多种格式的图像?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── Test.cpp
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 1.如何使用滑块控件?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 2.如何使用标签控件?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── bitmap2.bmp
│   │   │   ├── bitmap3.bmp
│   │   │   ├── bitmap4.bmp
│   │   │   ├── bitmap5.bmp
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 3.如何使用树形控件?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 4.如何使用列表控件?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 5.如何使用进度条控件?
│   │   ├── MyProgressDlg.cpp
│   │   ├── MyProgressDlg.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 6.如何使用滚动条控件?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 7.按钮设置演示
│   │   ├── Release
│   │   │   ├── BuildLog.htm
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.sln.old
│   │   ├── Test.suo
│   │   ├── Test.suo.old
│   │   ├── Test.vcproj
│   │   ├── Test.vcproj.7.00.old
│   │   ├── Test.vcproj.SDD2009-1705.Administrator.user
│   │   ├── UpgradeLog.XML
│   │   └── _UpgradeReport_Files
│   │   ├── UpgradeReport.css
│   │   ├── UpgradeReport_Minus.gif
│   │   ├── UpgradeReport_Plus.gif
│   │   └── UpgradeReport.xslt
│   ├── 8.如何在程序窗口中创建按钮控件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   └── 9.如何限制编辑控件输入的字符类型?
│   ├── MyEdit.cpp
│   ├── MyEdit.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 第3章 通用对话框
│   ├── 1.如何使用字体对话框?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 2.如何使用颜色对话框?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 3.如何使用页面设置对话框?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Test.clw
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.dsp
│   │   ├── Test.h
│   │   ├── Test.plg
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何使用查找与替换对话框?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 5.文件对话框使用演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 6.文件对话框文件夹操作演示
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 7.如何在文件对话框中预览位图文件?
│   │   ├── BmpFileDialog.cpp
│   │   ├── BmpFileDialog.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   └── 8.如何在程序启动时弹出文件打开对话框?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── Test.clw
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.dsp
│   ├── Test.h
│   ├── Test.plg
│   ├── Test.rc
│   ├── Test.reg
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 第4章 标题栏与菜单栏
│   ├── 10.如何在标题栏右键菜单中增加菜单项?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 11.如何动态增加菜单?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 12.如何动态删除菜单?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 13.如何启用和禁用菜单命令?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 14.如何为菜单添加复选标记?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 15.如何为菜单添加单选标记?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 16.如何动态删除系统菜单项?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.sln.old
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   └── Test.vcproj.old
│   ├── 17.如何动态增加系统菜单项?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 18.如何触发一个菜单命令?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 19.如何创建一个弹出式菜单?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 1.对话框程序标题栏设置
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 20.如何设计自定义快捷菜单?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 21.如何在对话框类型的应用程序中加载菜单?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 22.如何获取菜单栏高度?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 23.如何取消应用程序菜单栏?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 24.如何取消对菜单状态的限制?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 25.如何确定顶层菜单所占的行数?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 26.如何在子菜单中记录历史文件?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Test.clw
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.dsp
│   │   ├── Test.h
│   │   ├── Test.plg
│   │   ├── Test.rc
│   │   ├── Test.reg
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 2.如何在文档类中设置标题栏文字?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 3.如何防止在标题栏上显示文档名?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何禁止标题栏的最小化按钮?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.如何禁止标题栏的最大化按钮?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 6.如何禁止标题栏的关闭按钮?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 7、如何自定义标题栏?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 8.如何获取IE浏览器标题内容?
│   │   ├── Release
│   │   │   ├── mshtml.tlh
│   │   │   ├── mshtml.tli
│   │   │   ├── shdocvw.tlh
│   │   │   ├── shdocvw.tli
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   └── 9.如何取消标题栏的右键系统菜单?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 第5章 工具栏与状态栏
│   ├── 10.如何为工具栏按钮添加文字?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyTextToolBar.cpp
│   │   ├── MyTextToolBar.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 11.如何为IE工具栏添加按钮?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 12.如何在工具栏上加载动画?
│   │   ├── ie.avi
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 13.如何在工具栏上加载组合框?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 14.如何在工具栏上加载字体组合框?
│   │   ├── EditToolbar.cpp
│   │   ├── EditToolbar.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 15.如何使用代码获取工具栏的指针?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 16.如何在对话框程序中加入工具栏?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── toolbar1.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 17.如何控制工具栏的停靠位置?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 18.如何使用对话栏?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 19.如何增加状态栏窗格?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 1.如何给工具栏分组?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 20.如何更新状态栏窗格?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 21.如何关闭缺省状态栏?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 22.如何在状态栏上加载图像?
│   │   ├── BitmapStatusBar.cpp
│   │   ├── BitmapStatusBar.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 23.如何在状态条上加载进度条?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyStatusBar.cpp
│   │   ├── MyStatusBar.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 24.如何在状态栏上显示滚动文本?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 25.如何在状态栏上显示当前时间?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 26.如何在状态栏上显示鼠标当前位置?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 27.如何使用代码获取状态栏指针?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 2.如何关闭缺省工具栏?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 3.如何设置工具栏标题?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何设置工具栏按钮提示?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.如何关闭工具栏按钮提示?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 6.如何启用和禁用工具栏按钮?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 7.如何设置下压式工具栏按钮?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 8.如何给工具栏按钮设置下拉箭头?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   └── 9.如何为工具栏添加动态真彩按钮?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── bitmap1.bmp
│   │   ├── icon1.ico
│   │   ├── icon2.ico
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 第6章 图标与光标
│   ├── 10.如何获取应用程序图标?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 11.如何设置应用程序图标?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 12.如何在系统托盘中设置图标?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 13.如何直接从文件中装入一个图标?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 14.如何使应用程序标题栏图标旋转?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── icon1.ico
│   │   │   ├── icon2.ico
│   │   │   ├── icon3.ico
│   │   │   ├── icon4.ico
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 1.如何设置光标?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 2.如何裁剪光标?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 3.如何捕捉光标热区?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── cursor1.cur
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 4.如何创建一个等待光标?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.如何结束一个等待光标?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 6.如何获取默认光标大小?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 7.如何装入一个系统预定义光标?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 8.如何获取系统图标?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   └── 9.如何获取默认图标大小?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 第7章 程序窗口
│   ├── 10.如何改变应用程序窗口的大小?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 11.如何固定应用程序窗口的大小?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 12.如何限制改变应用程序窗口的大小?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 13.如何设置应用程序窗口的背景图像?
│   │   ├── 0256.JPG
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.htm
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 14.如何设置应用程序窗口的背景颜色?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 15.如何使MDI程序子窗口最大化启动?
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 16.如何使SDI程序窗口最大化启动?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 17.如何使SDI程序窗口最小化启动?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 18.如何在应用程序窗口中添加插入符?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 19.如何设置滚动条的滚动范围?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 1.如何切分同视图窗口?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 20.如何获取水平滚动条箭头位图宽度?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 21.如何获取垂直滚动条箭头位图宽度?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 22.如何获取应用程序窗口边界宽度?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 23.如何创建列表视图应用程序?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 24.如何创建一个非模式对话框?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 25.如何创建一个属性页对话框?
│   │   ├── MyPropertyPage1.cpp
│   │   ├── MyPropertyPage1.h
│   │   ├── MyPropertyPage2.cpp
│   │   ├── MyPropertyPage2.h
│   │   ├── MyPropertyPage3.cpp
│   │   ├── MyPropertyPage3.h
│   │   ├── MyPropertyPage4.cpp
│   │   ├── MyPropertyPage4.h
│   │   ├── MyPropertyPage5.cpp
│   │   ├── MyPropertyPage5.h
│   │   ├── MyPropertySheet.cpp
│   │   ├── MyPropertySheet.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── bitmap2.bmp
│   │   │   ├── bitmap3.bmp
│   │   │   ├── bitmap4.bmp
│   │   │   ├── bitmap5.bmp
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 26.如何创建一个向导式对话框?
│   │   ├── MyPropertyPage1.cpp
│   │   ├── MyPropertyPage1.h
│   │   ├── MyPropertyPage2.cpp
│   │   ├── MyPropertyPage2.h
│   │   ├── MyPropertyPage3.cpp
│   │   ├── MyPropertyPage3.h
│   │   ├── MyPropertyPage4.cpp
│   │   ├── MyPropertyPage4.h
│   │   ├── MyPropertyPage5.cpp
│   │   ├── MyPropertyPage5.h
│   │   ├── MyPropertySheet.cpp
│   │   ├── MyPropertySheet.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── bitmap2.bmp
│   │   │   ├── bitmap3.bmp
│   │   │   ├── bitmap4.bmp
│   │   │   ├── bitmap5.bmp
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 27.如何制作托盘程序?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 28.如何实现全屏显示?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 29.如何在对话框程序中加入闪屏?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── SplashWnd.cpp
│   │   ├── SplashWnd.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 2.如何切分多视图窗口?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── MyView.cpp
│   │   ├── MyView.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 30.如何在文档 视图程序中加入闪屏?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── SplashWnd.cpp
│   │   ├── SplashWnd.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 31.如何制作不规则的应用程序界面?
│   │   ├── 0256.JPG
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.htm
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 32.如何扩展收缩对话框应用程序界面?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── bitmap2.bmp
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 33.如何使应用程序界面以任意透明度显示?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 3.如何判断程序窗口是否为切分窗口?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何创建非矩形窗口?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.如何实现无标题窗口的拖动?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 6.如何将应用程序窗口居中显示?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 7.如何设置应用程序窗口显示位置?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 8.如何保存应用程序窗口显示位置?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   └── 9.如何限制多文档子窗口的大小?
│   ├── ChildFrm.cpp
│   ├── ChildFrm.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 第8章 程序控制
│   ├── 10.如何使应用程序在关闭时给予提示?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 11.如何获取应用程序的当前路径?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 12.如何改变应用程序的当前路径?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 13.如何为应用程序创建快捷方式?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 14.如何根据快捷方式查找应用程序?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 15.如何在应用程序中执行其他应用程序?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 16.如何处理Windows应用程序的命令行参数?
│   │   ├── MyCommandLineInfo.cpp
│   │   ├── MyCommandLineInfo.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── bitmap1.bmp
│   │   │   ├── bitmap2.bmp
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlgB.cpp
│   │   ├── TestDlgB.h
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 17.如何在应用程序中添加命令范围消息处理函数?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 18.如何创建热键消息?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDlg.cpp
│   │   ├── TestDlg.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 19.如何重定向命令消息?
│   │   ├── DlgMenu.cpp
│   │   ├── DlgMenu.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 1.如何创建最简单的MFC程序?
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── Test.cpp
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   └── Test.vcproj
│   ├── 20.如何创建自定义消息?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 21.如何改变最近文件列表的最大值?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 22、如何在应用程序中使用定时器?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 23.如何使应用程序支持网页浏览?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 24.如何使应用程序支持网页编辑?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 25.如何使应用程序支持一档多视?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── SourceView.cpp
│   │   ├── SourceView.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 2、如何使应用程序总在最前面显示?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 3.如何设置CEditView类型程序的字体?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   └── Test.rc2
│   │   ├── Resource.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── Test.clw
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.dsp
│   │   ├── Test.h
│   │   ├── Test.plg
│   │   ├── Test.rc
│   │   ├── Test.reg
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 4.如何判断应用程序是否有相同实例存在?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 5.如何使应用程序启动时不自动创建新文档?
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 6.如何使用内存映射文件实现多个程序间互斥运行?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 7.如何屏蔽应用程序加速键?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   ├── 8.如何在任务栏上隐藏应用程序?
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── Release
│   │   │   └── Test.exe
│   │   ├── res
│   │   │   ├── TestDoc.ico
│   │   │   ├── Test.ico
│   │   │   ├── Test.manifest
│   │   │   ├── Test.rc2
│   │   │   └── Toolbar.bmp
│   │   ├── Resource.h
│   │   ├── stdafx.cpp
│   │   ├── stdafx.h
│   │   ├── Test.cpp
│   │   ├── TestDoc.cpp
│   │   ├── TestDoc.h
│   │   ├── Test.h
│   │   ├── Test.rc
│   │   ├── Test.sln
│   │   ├── Test.suo
│   │   ├── Test.vcproj
│   │   ├── TestView.cpp
│   │   └── TestView.h
│   └── 9.如何关闭应用程序?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
└── 第9章 进程与线程
├── 10.如何使用线程优先级?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 11.如何使用用户界面线程?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MyThread.cpp
│   ├── MyThread.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 12.如何实现多线程多任务?
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 13.如何使用临界区同步线程?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 14.如何调用帮助文件(.chm)?
│   ├── DVDPLAY.CHM
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 1.如何终止当前进程?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 2.如何获取系统进程?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 3.如何终止指定进程?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 4.如何在程序中启动程序?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 5.如何使用事件对象同步进程?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 6.如何在两个执行程序间进行数据通信?
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   └── Test.rc2
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDlg.cpp
│   ├── TestDlg.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   └── Test.vcproj
├── 7.如何使用工作线程?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
├── 8.如何正常终止线程?
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── Release
│   │   └── Test.exe
│   ├── res
│   │   ├── TestDoc.ico
│   │   ├── Test.ico
│   │   ├── Test.manifest
│   │   ├── Test.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── stdafx.cpp
│   ├── stdafx.h
│   ├── Test.cpp
│   ├── TestDoc.cpp
│   ├── TestDoc.h
│   ├── Test.h
│   ├── Test.rc
│   ├── Test.sln
│   ├── Test.suo
│   ├── Test.vcproj
│   ├── TestView.cpp
│   └── TestView.h
└── 9.如何异常终止线程?
├── MainFrm.cpp
├── MainFrm.h
├── Release
│   └── Test.exe
├── res
│   ├── TestDoc.ico
│   ├── Test.ico
│   ├── Test.manifest
│   ├── Test.rc2
│   └── Toolbar.bmp
├── Resource.h
├── stdafx.cpp
├── stdafx.h
├── Test.cpp
├── TestDoc.cpp
├── TestDoc.h
├── Test.h
├── Test.rc
├── Test.sln
├── Test.suo
├── Test.vcproj
├── TestView.cpp
└── TestView.h

867 directories, 5547 files

标签:

实例下载地址

Visual C++编程技巧精选500例

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警