在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → 《Visual C# .NET精彩编程实例集锦》配套光盘文件【全】

《Visual C# .NET精彩编程实例集锦》配套光盘文件【全】

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:49.98M
  • 下载次数:15
  • 浏览次数:51
  • 发布时间:2023-06-07
  • 实例类别:C#语言基础
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 相关标签: .NET 编程实例 NET C# 编程

实例介绍

【实例简介】《Visual C# .NET精彩编程实例集锦》配套光盘文件【全】
《Visual C# .NET精彩编程实例集锦》配套光盘文件【全】 目录回到顶部↑ 前言 第1章 控件操作 实例1 如何使用错误提醒控件 实例2 如何使用信息提示控件 实例3 如何使用菜单控件 实例4 如何使用工具栏控件 实例...

【实例截图】

from clipboard

【核心代码】
文件清单
└── ym_VisualCNET3031
    ├── HiCode.cn.url
    ├── VisualCNET3031
    │   ├── HiCode.cn.url
    │   ├── 《Visual C# .NET精彩编程实例集锦》配套光盘文件-3031
    │   │   ├── HiCode.cn.url
    │   │   ├── 光盘内容及其使用说明.txt
    │   │   ├── 源代码
    │   │   │   ├── HiCode.cn.url
    │   │   │   ├── 第1章 控件操作
    │   │   │   │   ├── HiCode.cn.url
    │   │   │   │   ├── Thumbs.db
    │   │   │   │   ├── 实例10 如何使用列表视图控件
    │   │   │   │   │   ├── ~$使用列表视图控件.doc
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── List.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── ICON1.ICO
    │   │   │   │   │   ├── ICON2.ICO
    │   │   │   │   │   ├── ICON3.ICO
    │   │   │   │   │   ├── List.csproj
    │   │   │   │   │   ├── List.csproj.user
    │   │   │   │   │   ├── List.sln
    │   │   │   │   │   ├── List.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── List.exe
    │   │   │   │   │   │       ├── List.Form1.resources
    │   │   │   │   │   │       ├── List.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── ~WRL0001.tmp
    │   │   │   │   │   ├── ~WRL0005.tmp
    │   │   │   │   │   ├── ~WRL0156.tmp
    │   │   │   │   │   ├── ~WRL1847.tmp
    │   │   │   │   │   ├── ~WRL1893.tmp
    │   │   │   │   │   ├── ~WRL2596.tmp
    │   │   │   │   │   ├── ~WRL2682.tmp
    │   │   │   │   │   ├── ~WRL2819.tmp
    │   │   │   │   │   └── ~WRL3443.tmp
    │   │   │   │   ├── 实例11 如何使用多选列表框控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── ListCheckBox.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── ListCheckBox.csproj
    │   │   │   │   │   ├── ListCheckBox.csproj.user
    │   │   │   │   │   ├── ListCheckBox.sln
    │   │   │   │   │   ├── ListCheckBox.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── ListCheckBox.exe
    │   │   │   │   │           ├── ListCheckBox.Form1.resources
    │   │   │   │   │           ├── ListCheckBox.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例12 如何使用图像控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Pic.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── HiCode.cn.url
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Pic.exe
    │   │   │   │   │   │       ├── Pic.Form1.resources
    │   │   │   │   │   │       ├── Pic.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Pic.csproj
    │   │   │   │   │   ├── Pic.csproj.user
    │   │   │   │   │   ├── Pic.sln
    │   │   │   │   │   ├── Pic.suo
    │   │   │   │   │   ├── Show1.bmp
    │   │   │   │   │   └── 请先读我.htm
    │   │   │   │   ├── 实例13 如何使用窗体分隔控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── EMPID1.bmp
    │   │   │   │   │   │       ├── EMPID2.BMP
    │   │   │   │   │   │       ├── EMPID3.BMP
    │   │   │   │   │   │       ├── SplitWindow.exe
    │   │   │   │   │   │       └── Thumbs.db
    │   │   │   │   │   ├── EMPID1.bmp
    │   │   │   │   │   ├── EMPID2.BMP
    │   │   │   │   │   ├── EMPID3.BMP
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── SplitWindow.exe
    │   │   │   │   │   │       ├── SplitWindow.Form1.resources
    │   │   │   │   │   │       ├── SplitWindow.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── SplitWindow.csproj
    │   │   │   │   │   ├── SplitWindow.csproj.user
    │   │   │   │   │   ├── SplitWindow.exe
    │   │   │   │   │   ├── SplitWindow.sln
    │   │   │   │   │   └── SplitWindow.suo
    │   │   │   │   ├── 实例1 如何使用错误提醒控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── ErrorTip.exe
    │   │   │   │   │   ├── ErrorTip.csproj
    │   │   │   │   │   ├── ErrorTip.csproj.user
    │   │   │   │   │   ├── ErrorTip.sln
    │   │   │   │   │   ├── ErrorTip.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── ErrorTip.exe
    │   │   │   │   │           ├── ErrorTip.Form1.resources
    │   │   │   │   │           ├── ErrorTip.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例2 如何使用信息提示控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Tips.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── Tips.exe
    │   │   │   │   │   │       ├── Tips.Form1.resources
    │   │   │   │   │   │       └── Tips.projdata
    │   │   │   │   │   ├── Tips.csproj
    │   │   │   │   │   ├── Tips.csproj.user
    │   │   │   │   │   ├── Tips.sln
    │   │   │   │   │   └── Tips.suo
    │   │   │   │   ├── 实例3 如何使用菜单控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Menu.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Menu.csproj
    │   │   │   │   │   ├── Menu.csproj.user
    │   │   │   │   │   ├── Menu.sln
    │   │   │   │   │   ├── Menu.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Menu.exe
    │   │   │   │   │   │       ├── Menu.Form1.resources
    │   │   │   │   │   │       ├── Menu.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show1.bmp
    │   │   │   │   ├── 实例4 如何使用工具栏控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── MyTools.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyTools.csproj
    │   │   │   │   │   ├── MyTools.csproj.user
    │   │   │   │   │   ├── MyTools.sln
    │   │   │   │   │   ├── MyTools.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyTools.exe
    │   │   │   │   │           ├── MyTools.Form1.resources
    │   │   │   │   │           ├── MyTools.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例5 如何使用状态栏控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── StatusBar.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── StatusBar.exe
    │   │   │   │   │   │       ├── StatusBar.Form1.resources
    │   │   │   │   │   │       ├── StatusBar.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── StatusBar.csproj
    │   │   │   │   │   ├── StatusBar.csproj.user
    │   │   │   │   │   ├── StatusBar.sln
    │   │   │   │   │   └── StatusBar.suo
    │   │   │   │   ├── 实例6 如何使用托盘控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Notify.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Notify.csproj
    │   │   │   │   │   ├── Notify.csproj.user
    │   │   │   │   │   ├── Notify.sln
    │   │   │   │   │   ├── Notify.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Notify.exe
    │   │   │   │   │   │       ├── Notify.Form1.resources
    │   │   │   │   │   │       ├── Notify.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show1.JPG
    │   │   │   │   ├── 实例7 如何使用标签页控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Tab.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── ICON1.ICO
    │   │   │   │   │   ├── ICON2.ICO
    │   │   │   │   │   ├── ICON3.ICO
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Tab.exe
    │   │   │   │   │   │       ├── Tab.Form1.resources
    │   │   │   │   │   │       ├── Tab.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Show1.bmp
    │   │   │   │   │   ├── Show2.bmp
    │   │   │   │   │   ├── Show3.bmp
    │   │   │   │   │   ├── Tab.csproj
    │   │   │   │   │   ├── Tab.csproj.user
    │   │   │   │   │   ├── Tab.sln
    │   │   │   │   │   └── Tab.suo
    │   │   │   │   ├── 实例8 如何使用进度条控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── ProgressBar.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── ProgressBar.exe
    │   │   │   │   │   │       ├── ProgressBar.Form1.resources
    │   │   │   │   │   │       ├── ProgressBar.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── ProgressBar.csproj
    │   │   │   │   │   ├── ProgressBar.csproj.user
    │   │   │   │   │   ├── ProgressBar.sln
    │   │   │   │   │   └── ProgressBar.suo
    │   │   │   │   ├── 实例9 如何使用树视图控件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Tree.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── ICON1.bmp
    │   │   │   │   │   ├── ICON2.bmp
    │   │   │   │   │   ├── ICON3.bmp
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── Tree.exe
    │   │   │   │   │   │       ├── Tree.Form1.resources
    │   │   │   │   │   │       └── Tree.projdata
    │   │   │   │   │   ├── Tree.csproj
    │   │   │   │   │   ├── Tree.csproj.user
    │   │   │   │   │   ├── Tree.sln
    │   │   │   │   │   └── Tree.suo
    │   │   │   │   └── 请先读我.htm
    │   │   │   ├── 第2章 文件管理
    │   │   │   │   ├── 实例14 如何获取程序文件信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── File.exe
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── MyFile.Form1.resources
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例15 如何获取指定文件的根信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Files.exe
    │   │   │   │   │   ├── Files.csproj
    │   │   │   │   │   ├── Files.csproj.user
    │   │   │   │   │   ├── Files.sln
    │   │   │   │   │   ├── Files.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Files.exe
    │   │   │   │   │           ├── Files.Form1.resources
    │   │   │   │   │           ├── Files.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例16 如何获取当前程序所在的文件夹
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── CurrentPath.exe
    │   │   │   │   │   ├── CurrentPath.csproj
    │   │   │   │   │   ├── CurrentPath.csproj.user
    │   │   │   │   │   ├── CurrentPath.sln
    │   │   │   │   │   ├── CurrentPath.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── CurrentPath.exe
    │   │   │   │   │   │       ├── CurrentPath.Form1.resources
    │   │   │   │   │   │       ├── CurrentPath.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show3.bmp
    │   │   │   │   ├── 实例17 如何获取指定文件夹下的所有文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Files.exe
    │   │   │   │   │   ├── Files.csproj
    │   │   │   │   │   ├── Files.csproj.user
    │   │   │   │   │   ├── Files.sln
    │   │   │   │   │   ├── Files.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Files.exe
    │   │   │   │   │           ├── Files.Form1.resources
    │   │   │   │   │           ├── Files.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例18 如何获取指定文件夹下的所有文件夹
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Files.exe
    │   │   │   │   │   ├── Files.csproj
    │   │   │   │   │   ├── Files.csproj.user
    │   │   │   │   │   ├── Files.sln
    │   │   │   │   │   ├── Files.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Files.exe
    │   │   │   │   │           ├── Files.Form1.resources
    │   │   │   │   │           ├── Files.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例19 如何获取和设置文件属性
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── File.exe
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── MyFile.Form1.resources
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例20 如何获取和设置文件夹属性
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── File.exe
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── MyFile.Form1.resources
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例21 如何判断文件或文件夹是否存在
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── File.exe
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── MyFile.Form1.resources
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例22 如何创建和删除多层文件夹
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Files.exe
    │   │   │   │   │   ├── Files.csproj
    │   │   │   │   │   ├── Files.csproj.user
    │   │   │   │   │   ├── Files.sln
    │   │   │   │   │   ├── Files.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Files.exe
    │   │   │   │   │           ├── Files.Form1.resources
    │   │   │   │   │           ├── Files.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例23 如何监视文件和文件夹系统变化情况
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Files.exe
    │   │   │   │   │   ├── Files.csproj
    │   │   │   │   │   ├── Files.csproj.user
    │   │   │   │   │   ├── Files.sln
    │   │   │   │   │   ├── Files.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Files.exe
    │   │   │   │   │           ├── Files.Form1.resources
    │   │   │   │   │           ├── Files.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例24 如何加解密文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── DesFile.exe
    │   │   │   │   │   ├── DesFile.csproj
    │   │   │   │   │   ├── DesFile.csproj.user
    │   │   │   │   │   ├── DesFile.sln
    │   │   │   │   │   ├── DesFile.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── DesFile.exe
    │   │   │   │   │           ├── DesFile.Form1.resources
    │   │   │   │   │           ├── DesFile.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例25 如何切分组合文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── File.exe
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.Form1.resources
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例26 如何以流式方式读写文本文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Stream.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Stream.exe
    │   │   │   │   │   │       ├── Stream.Form1.resources
    │   │   │   │   │   │       ├── Stream.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Stream.csproj
    │   │   │   │   │   ├── Stream.csproj.user
    │   │   │   │   │   ├── Stream.sln
    │   │   │   │   │   └── Stream.suo
    │   │   │   │   ├── 实例27 如何直接打印文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── PrintText.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── PrintText.exe
    │   │   │   │   │   │       ├── PrintText.Form1.resources
    │   │   │   │   │   │       ├── PrintText.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── PrintText.csproj
    │   │   │   │   │   ├── PrintText.csproj.user
    │   │   │   │   │   ├── PrintText.sln
    │   │   │   │   │   └── PrintText.suo
    │   │   │   │   ├── 实例28 如何操作帮助文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── File.exe
    │   │   │   │   │   │       ├── Interop.Microsoft.Office.Core.dll
    │   │   │   │   │   │       ├── Interop.VBIDE.dll
    │   │   │   │   │   │       └── Interop.Word.dll
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       ├── Interop.Microsoft.Office.Core.dll
    │   │   │   │   │       ├── Interop.VBIDE.dll
    │   │   │   │   │       ├── Interop.Word.dll
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── MyFile.Form1.resources
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例29 如何操作WORD文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── File.exe
    │   │   │   │   │   │       ├── Interop.Microsoft.Office.Core.dll
    │   │   │   │   │   │       ├── Interop.VBIDE.dll
    │   │   │   │   │   │       └── Interop.Word.dll
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       ├── Interop.Microsoft.Office.Core.dll
    │   │   │   │   │       ├── Interop.VBIDE.dll
    │   │   │   │   │       ├── Interop.Word.dll
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── MyFile.Form1.resources
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例30 如何操作EXCEL文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── File.exe
    │   │   │   │   │   │       ├── Interop.Excel.dll
    │   │   │   │   │   │       ├── Interop.Microsoft.Office.Core.dll
    │   │   │   │   │   │       └── Interop.VBIDE.dll
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       ├── Interop.Excel.dll
    │   │   │   │   │       ├── Interop.Microsoft.Office.Core.dll
    │   │   │   │   │       ├── Interop.VBIDE.dll
    │   │   │   │   │       ├── Interop.Word.dll
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── MyFile.Form1.resources
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例31 如何播放MP3文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── AxInterop.MediaPlayer.dll
    │   │   │   │   │   │       ├── File.exe
    │   │   │   │   │   │       └── Interop.MediaPlayer.dll
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       ├── AxInterop.MediaPlayer.dll
    │   │   │   │   │       ├── Interop.MediaPlayer.dll
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.Form1.resources
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例32 如何播放VCD文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── AxInterop.MediaPlayer.dll
    │   │   │   │   │   │       ├── Interop.MediaPlayer.dll
    │   │   │   │   │   │       └── Media.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Media.csproj
    │   │   │   │   │   ├── Media.csproj.user
    │   │   │   │   │   ├── Media.sln
    │   │   │   │   │   ├── Media.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       ├── AxInterop.MediaPlayer.dll
    │   │   │   │   │       ├── Interop.MediaPlayer.dll
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Media.exe
    │   │   │   │   │           ├── Media.Form1.resources
    │   │   │   │   │           ├── Media.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例33 如何播放DVD文件
    │   │   │   │   │   ├── ~$播放Flash文件.doc
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── AxInterop.MSWEBDVDLib.dll
    │   │   │   │   │   │       ├── File.exe
    │   │   │   │   │   │       └── Interop.MSWEBDVDLib.dll
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       ├── AxInterop.MediaPlayer.dll
    │   │   │   │   │       ├── AxInterop.MSWEBDVDLib.dll
    │   │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
    │   │   │   │   │       ├── Interop.MediaPlayer.dll
    │   │   │   │   │       ├── Interop.MSWEBDVDLib.dll
    │   │   │   │   │       ├── Interop.ShockwaveFlashObjects.dll
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.Form1.resources
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── File.projdata1
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例34 如何播放Flash文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── AxInterop.MediaPlayer.dll
    │   │   │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
    │   │   │   │   │   │       ├── File.exe
    │   │   │   │   │   │       ├── Interop.MediaPlayer.dll
    │   │   │   │   │   │       └── Interop.ShockwaveFlashObjects.dll
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       ├── AxInterop.MediaPlayer.dll
    │   │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
    │   │   │   │   │       ├── Interop.MediaPlayer.dll
    │   │   │   │   │       ├── Interop.ShockwaveFlashObjects.dll
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.Form1.resources
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   └── 实例35 如何播放RealPlayer文件
    │   │   │   │       ├── App.ico
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── bin
    │   │   │   │       │   └── Release
    │   │   │   │       │       ├── AxInterop.MediaPlayer.dll
    │   │   │   │       │       ├── AxInterop.QTActiveXPlugin.dll
    │   │   │   │       │       ├── AxInterop.RealAudioObjects.dll
    │   │   │   │       │       ├── AxInterop.ShockwaveFlashObjects.dll
    │   │   │   │       │       ├── File.exe
    │   │   │   │       │       ├── Interop.MediaPlayer.dll
    │   │   │   │       │       ├── Interop.QTActiveXPlugin.dll
    │   │   │   │       │       ├── Interop.RealAudioObjects.dll
    │   │   │   │       │       └── Interop.ShockwaveFlashObjects.dll
    │   │   │   │       ├── File.csproj
    │   │   │   │       ├── File.csproj.user
    │   │   │   │       ├── File.sln
    │   │   │   │       ├── File.suo
    │   │   │   │       ├── Form1.cs
    │   │   │   │       ├── Form1.resx
    │   │   │   │       └── obj
    │   │   │   │           ├── AxInterop.MediaPlayer.dll
    │   │   │   │           ├── AxInterop.QTActiveXPlugin.dll
    │   │   │   │           ├── AxInterop.RealAudioObjects.dll
    │   │   │   │           ├── AxInterop.ShockwaveFlashObjects.dll
    │   │   │   │           ├── Interop.MediaPlayer.dll
    │   │   │   │           ├── Interop.QTActiveXPlugin.dll
    │   │   │   │           ├── Interop.RealAudioObjects.dll
    │   │   │   │           ├── Interop.ShockwaveFlashObjects.dll
    │   │   │   │           └── Release
    │   │   │   │               ├── File.exe
    │   │   │   │               ├── File.Form1.resources
    │   │   │   │               ├── File.projdata
    │   │   │   │               ├── temp
    │   │   │   │               └── TempPE
    │   │   │   ├── 第3章 程序设置
    │   │   │   │   ├── 实例36 如何创建椭圆形窗体
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例37 如何创建文字形窗体
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例38 如何创建不规则窗体
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Win.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── Win.exe
    │   │   │   │   │   │       ├── Win.Form1.resources
    │   │   │   │   │   │       └── Win.projdata
    │   │   │   │   │   ├── Show1.bmp
    │   │   │   │   │   ├── Win.csproj
    │   │   │   │   │   ├── Win.csproj.user
    │   │   │   │   │   ├── Window.suo
    │   │   │   │   │   ├── Win.sln
    │   │   │   │   │   └── Win.suo
    │   │   │   │   ├── 实例39 如何创建移动的窗体
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── MoveWindow.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.csproj
    │   │   │   │   │   ├── MoveWindow.csproj.user
    │   │   │   │   │   ├── MoveWindow.sln
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MoveWindow.exe
    │   │   │   │   │   │       ├── MoveWindow.Form1.resources
    │   │   │   │   │   │       ├── MoveWindow.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show1.bmp
    │   │   │   │   ├── 实例40 如何创建无标题栏窗体
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Window.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── Window.exe
    │   │   │   │   │   │       ├── Window.Form1.resources
    │   │   │   │   │   │       └── Window.projdata
    │   │   │   │   │   ├── Show1.JPG
    │   │   │   │   │   ├── Window.csproj
    │   │   │   │   │   ├── Window.csproj.user
    │   │   │   │   │   ├── Window.sln
    │   │   │   │   │   └── Window.suo
    │   │   │   │   ├── 实例41 如何拖动无标题栏窗体
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Window.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── Window.exe
    │   │   │   │   │   │       ├── Window.Form1.resources
    │   │   │   │   │   │       └── Window.projdata
    │   │   │   │   │   ├── Show1.JPG
    │   │   │   │   │   ├── Window.csproj
    │   │   │   │   │   ├── Window.csproj.user
    │   │   │   │   │   ├── Window.sln
    │   │   │   │   │   └── Window.suo
    │   │   │   │   ├── 实例42 如何制作自绘式菜单
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Menu.exe
    │   │   │   │   │   ├── Car.JPG
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Menu.csproj
    │   │   │   │   │   ├── Menu.csproj.user
    │   │   │   │   │   ├── Menu.sln
    │   │   │   │   │   ├── Menu.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Menu.exe
    │   │   │   │   │           ├── Menu.Form1.resources
    │   │   │   │   │           ├── Menu.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例43 如何制作图形组合框
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Combox.exe
    │   │   │   │   │   ├── Combox.csproj
    │   │   │   │   │   ├── Combox.csproj.user
    │   │   │   │   │   ├── Combox.sln
    │   │   │   │   │   ├── Combox.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Combox.exe
    │   │   │   │   │           ├── Combox.Form1.resources
    │   │   │   │   │           ├── Combox.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例44 如何设置窗体的透明度
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Opacity.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Opacity.exe
    │   │   │   │   │   │       ├── Opacity.Form1.resources
    │   │   │   │   │   │       ├── Opacity.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Opacity.csproj
    │   │   │   │   │   ├── Opacity.csproj.user
    │   │   │   │   │   ├── Opacity.sln
    │   │   │   │   │   ├── Opacity.suo
    │   │   │   │   │   └── Show1.JPG
    │   │   │   │   ├── 实例45 如何设置窗体启动位置
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── WindowPos.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Form2.cs
    │   │   │   │   │   ├── Form2.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── WindowPos.exe
    │   │   │   │   │   │       ├── WindowPos.Form1.resources
    │   │   │   │   │   │       ├── WindowPos.Form2.resources
    │   │   │   │   │   │       └── WindowPos.projdata
    │   │   │   │   │   ├── Show1.bmp
    │   │   │   │   │   ├── Show2.bmp
    │   │   │   │   │   ├── WindowPos.csproj
    │   │   │   │   │   ├── WindowPos.csproj.user
    │   │   │   │   │   ├── WindowPos.sln
    │   │   │   │   │   └── WindowPos.suo
    │   │   │   │   ├── 实例46 如何设置窗体最前端显示
    │   │   │   │   │   ├── 0004.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── TopWindow.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── TopWindow.exe
    │   │   │   │   │   │       ├── TopWindow.Form1.resources
    │   │   │   │   │   │       └── TopWindow.projdata
    │   │   │   │   │   ├── TopWindow.csproj
    │   │   │   │   │   ├── TopWindow.csproj.user
    │   │   │   │   │   ├── TopWindow.sln
    │   │   │   │   │   └── TopWindow.suo
    │   │   │   │   ├── 实例47 如何实现精灵提示
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── AxInterop.AgentObjects.dll
    │   │   │   │   │   │       ├── Interop.AgentObjects.dll
    │   │   │   │   │   │       └── Wizard.exe
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   ├── AxInterop.AgentObjects.dll
    │   │   │   │   │   │   ├── Genie.exe
    │   │   │   │   │   │   ├── Interop.AgentObjects.dll
    │   │   │   │   │   │   ├── Merlin.exe
    │   │   │   │   │   │   ├── Peedy.exe
    │   │   │   │   │   │   ├── Release
    │   │   │   │   │   │   │   ├── temp
    │   │   │   │   │   │   │   ├── TempPE
    │   │   │   │   │   │   │   ├── Wizard.exe
    │   │   │   │   │   │   │   ├── Wizard.Form1.resources
    │   │   │   │   │   │   │   └── Wizard.projdata
    │   │   │   │   │   │   └── Robby.exe
    │   │   │   │   │   ├── Wizard.csproj
    │   │   │   │   │   ├── Wizard.csproj.user
    │   │   │   │   │   ├── Wizard.sln
    │   │   │   │   │   └── Wizard.suo
    │   │   │   │   ├── 实例48 如何实现打印预览
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── PrintText.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── PrintText.exe
    │   │   │   │   │   │       ├── PrintText.Form1.resources
    │   │   │   │   │   │       ├── PrintText.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── PrintText.csproj
    │   │   │   │   │   ├── PrintText.csproj.user
    │   │   │   │   │   ├── PrintText.sln
    │   │   │   │   │   └── PrintText.suo
    │   │   │   │   ├── 实例49 如何实现剪贴板循环
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Text.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── Text.exe
    │   │   │   │   │   │       ├── Text.Form1.resources
    │   │   │   │   │   │       └── Text.projdata
    │   │   │   │   │   ├── PrintText.suo
    │   │   │   │   │   ├── Text.csproj
    │   │   │   │   │   ├── Text.csproj.user
    │   │   │   │   │   ├── Text.sln
    │   │   │   │   │   └── Text.suo
    │   │   │   │   ├── 实例50 如何实现菜单历史列表
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Text.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── Text.exe
    │   │   │   │   │   │       ├── Text.Form1.resources
    │   │   │   │   │   │       └── Text.projdata
    │   │   │   │   │   ├── Text.csproj
    │   │   │   │   │   ├── Text.csproj.user
    │   │   │   │   │   ├── Text.sln
    │   │   │   │   │   └── Text.suo
    │   │   │   │   ├── 实例51 如何实现程序互斥运行
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Prog.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Multi.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Prog.exe
    │   │   │   │   │   │       ├── Prog.Form1.resources
    │   │   │   │   │   │       ├── Prog.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Prog.csproj
    │   │   │   │   │   ├── Prog.csproj.user
    │   │   │   │   │   ├── Prog.sln
    │   │   │   │   │   ├── Prog.suo
    │   │   │   │   │   └── Show1.JPG
    │   │   │   │   ├── 实例52 如何屏蔽鼠标消息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── MyProg.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Language.suo
    │   │   │   │   │   ├── MyProg.csproj
    │   │   │   │   │   ├── MyProg.csproj.user
    │   │   │   │   │   ├── MyProg.sln
    │   │   │   │   │   ├── MyProg.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyProg.exe
    │   │   │   │   │           ├── MyProg.Form1.resources
    │   │   │   │   │           ├── MyProg.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例53 如何模拟键盘输入
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── MyProg.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Language.suo
    │   │   │   │   │   ├── MyProg.csproj
    │   │   │   │   │   ├── MyProg.csproj.user
    │   │   │   │   │   ├── MyProg.sln
    │   │   │   │   │   ├── MyProg.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyProg.exe
    │   │   │   │   │           ├── MyProg.Form1.resources
    │   │   │   │   │           ├── MyProg.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例54 如何使用消息提示框
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── TipBox.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── TipBox.exe
    │   │   │   │   │   │       ├── TipBox.Form1.resources
    │   │   │   │   │   │       └── TipBox.projdata
    │   │   │   │   │   ├── Show1.bmp
    │   │   │   │   │   ├── TipBox.csproj
    │   │   │   │   │   ├── TipBox.csproj.user
    │   │   │   │   │   ├── TipBox.sln
    │   │   │   │   │   └── TipBox.suo
    │   │   │   │   ├── 实例55 如何使用系统API函数
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例56 如何获取和设置输入法
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Language.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Language.csproj
    │   │   │   │   │   ├── Language.csproj.user
    │   │   │   │   │   ├── Language.sln
    │   │   │   │   │   ├── Language.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Language.exe
    │   │   │   │   │           ├── Language.Form1.resources
    │   │   │   │   │           ├── Language.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例57 如何在程序中启动其他程序
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── StartProgram.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── StartProgram.exe
    │   │   │   │   │   │       ├── StartProgram.Form1.resources
    │   │   │   │   │   │       ├── StartProgram.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── StartProgram.csproj
    │   │   │   │   │   ├── StartProgram.csproj.user
    │   │   │   │   │   ├── StartProgram.sln
    │   │   │   │   │   └── StartProgram.suo
    │   │   │   │   ├── 实例58 如何在程序中关闭其他程序
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── SystemProcess.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── SystemProcess.exe
    │   │   │   │   │   │       ├── SystemProcess.Form1.resources
    │   │   │   │   │   │       ├── SystemProcess.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── SystemProcess.csproj
    │   │   │   │   │   ├── SystemProcess.csproj.user
    │   │   │   │   │   ├── SystemProcess.sln
    │   │   │   │   │   └── SystemProcess.suo
    │   │   │   │   ├── 实例59 如何在开机时自动启动程序
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── StartProgram.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── StartProgram.exe
    │   │   │   │   │   │       ├── StartProgram.Form1.resources
    │   │   │   │   │   │       ├── StartProgram.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── StartProgram.csproj
    │   │   │   │   │   ├── StartProgram.csproj.user
    │   │   │   │   │   ├── StartProgram.sln
    │   │   │   │   │   └── StartProgram.suo
    │   │   │   │   ├── 实例60 如何启动电话拨号程序
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   ├── StartProgram.suo
    │   │   │   │   │   ├── Start.suo
    │   │   │   │   │   ├── Tel.csproj
    │   │   │   │   │   ├── Tel.csproj.user
    │   │   │   │   │   ├── Tel.sln
    │   │   │   │   │   └── Tel.suo
    │   │   │   │   ├── 实例61 如何启动屏幕保护程序
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── StartProgram.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── StartProgram.exe
    │   │   │   │   │   │       ├── StartProgram.Form1.resources
    │   │   │   │   │   │       ├── StartProgram.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Show1.JPG
    │   │   │   │   │   ├── StartProgram.csproj
    │   │   │   │   │   ├── StartProgram.csproj.user
    │   │   │   │   │   ├── StartProgram.sln
    │   │   │   │   │   └── StartProgram.suo
    │   │   │   │   ├── 实例62 如何启动系统控制面板程序
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Interop.Shell32.dll
    │   │   │   │   │   │       └── Start.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   ├── Interop.Shell32.dll
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Start.exe
    │   │   │   │   │   │       ├── Start.Form1.resources
    │   │   │   │   │   │       ├── Start.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Show1.JPG
    │   │   │   │   │   ├── Start.csproj
    │   │   │   │   │   ├── Start.csproj.user
    │   │   │   │   │   ├── StartProgram.suo
    │   │   │   │   │   ├── Start.sln
    │   │   │   │   │   └── Start.suo
    │   │   │   │   ├── 实例63 如何编写多线程程序
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Multi.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Multi.csproj
    │   │   │   │   │   ├── Multi.csproj.user
    │   │   │   │   │   ├── Multi.sln
    │   │   │   │   │   ├── Multi.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Multi.exe
    │   │   │   │   │           ├── Multi.Form1.resources
    │   │   │   │   │           ├── Multi.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例64 如何编写DLL服务端程序
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── ConvertServer.dll
    │   │   │   │   │   ├── Class1.cs
    │   │   │   │   │   ├── ConvertServer.csproj
    │   │   │   │   │   ├── ConvertServer.csproj.user
    │   │   │   │   │   ├── ConvertServer.sln
    │   │   │   │   │   ├── ConvertServer.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── ConvertServer.dll
    │   │   │   │   │           ├── ConvertServer.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例65 如何编写DLL客户端程序
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── ConvertClient.exe
    │   │   │   │   │   │       └── ConvertServer.dll
    │   │   │   │   │   ├── ConvertClient.csproj
    │   │   │   │   │   ├── ConvertClient.csproj.user
    │   │   │   │   │   ├── ConvertClient.sln
    │   │   │   │   │   ├── ConvertClient.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── ConvertClient.exe
    │   │   │   │   │           ├── ConvertClient.Form1.resources
    │   │   │   │   │           ├── ConvertClient.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例66 如何编写用户控件程序
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── UserControl.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       ├── UserControl.exe
    │   │   │   │   │   │       ├── UserControl.Form1.resources
    │   │   │   │   │   │       ├── UserControl.projdata
    │   │   │   │   │   │       └── UserControl.UserControl1.resources
    │   │   │   │   │   ├── UserControl1.cs
    │   │   │   │   │   ├── UserControl1.resx
    │   │   │   │   │   ├── UserControl.csproj
    │   │   │   │   │   ├── UserControl.csproj.user
    │   │   │   │   │   ├── UserControl.sln
    │   │   │   │   │   └── UserControl.suo
    │   │   │   │   └── 实例67 如何给程序打包
    │   │   │   │       ├── Release
    │   │   │   │       │   ├── InstMsiA.Exe
    │   │   │   │       │   ├── InstMsiW.Exe
    │   │   │   │       │   ├── Setup.Exe
    │   │   │   │       │   ├── Setup.Ini
    │   │   │   │       │   └── Setup.msi
    │   │   │   │       ├── Setup.sln
    │   │   │   │       ├── Setup.suo
    │   │   │   │       └── Setup.vdproj
    │   │   │   ├── 第4章 系统维护
    │   │   │   │   ├── 实例68 如何获取系统基本信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例69 如何获取系统服务信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例70 如何获取系统进程信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── SystemProcess.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── SystemProcess.exe
    │   │   │   │   │   │       ├── SystemProcess.Form1.resources
    │   │   │   │   │   │       ├── SystemProcess.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── SystemProcess.csproj
    │   │   │   │   │   ├── SystemProcess.csproj.user
    │   │   │   │   │   ├── SystemProcess.sln
    │   │   │   │   │   └── SystemProcess.suo
    │   │   │   │   ├── 实例71 如何获取系统日期时间
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Date.exe
    │   │   │   │   │   ├── Date.csproj
    │   │   │   │   │   ├── Date.csproj.user
    │   │   │   │   │   ├── Date.sln
    │   │   │   │   │   ├── Date.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Date.exe
    │   │   │   │   │           ├── Date.Form1.resources
    │   │   │   │   │           ├── Date.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例72 如何获取系统所有驱动器
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Driver.exe
    │   │   │   │   │   ├── Driver.csproj
    │   │   │   │   │   ├── Driver.csproj.user
    │   │   │   │   │   ├── Driver.sln
    │   │   │   │   │   ├── Driver.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Driver.exe
    │   │   │   │   │           ├── Driver.Form1.resources
    │   │   │   │   │           ├── Driver.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例73 如何获取系统驱动器信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Interop.Scripting.dll
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Log.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   ├── Interop.Scripting.dll
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例74 如何获取系统计数器信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── MyCounter.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyCounter.csproj
    │   │   │   │   │   ├── MyCounter.csproj.user
    │   │   │   │   │   ├── MyCounter.sln
    │   │   │   │   │   ├── MyCounter.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyCounter.exe
    │   │   │   │   │   │       ├── MyCounter.Form1.resources
    │   │   │   │   │   │       ├── MyCounter.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── SystemProcess.suo
    │   │   │   │   ├── 实例75 如何获取操作系统版本信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       └── WMI3.Class1.resources
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例76 如何获取系统特殊文件夹信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例77 如何获取系统文化和国家信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Info.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Info.csproj
    │   │   │   │   │   ├── Info.csproj.user
    │   │   │   │   │   ├── Info.sln
    │   │   │   │   │   ├── Info.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Info.exe
    │   │   │   │   │           ├── Info.Form1.resources
    │   │   │   │   │           ├── Info.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例78 如何获取系统已经安装的字体
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例79 如何获取系统安装日期和启动时间
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       └── WMI3.Class1.resources
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例80 如何获取CPU信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例81 如何浏览注册表信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── RegistryBrowser.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── RegistryBrowser.exe
    │   │   │   │   │   │       ├── RegistryBrowser.Form1.resources
    │   │   │   │   │   │       ├── RegistryBrowser.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── RegistryBrowser.csproj
    │   │   │   │   │   ├── RegistryBrowser.csproj.user
    │   │   │   │   │   ├── RegistryBrowser.sln
    │   │   │   │   │   └── RegistryBrowser.suo
    │   │   │   │   ├── 实例82 如何隐藏系统驱动器
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Hide.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Hide.csproj
    │   │   │   │   │   ├── Hide.csproj.user
    │   │   │   │   │   ├── Hide.sln
    │   │   │   │   │   ├── Hide.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Hide.exe
    │   │   │   │   │   │       ├── Hide.Form1.resources
    │   │   │   │   │   │       ├── Hide.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例83 如何清理系统回收站
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Recycle.exe
    │   │   │   │   │   ├── file.bmp
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Recycle.exe
    │   │   │   │   │   │       ├── Recycle.Form1.resources
    │   │   │   │   │   │       ├── Recycle.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Recycle.csproj
    │   │   │   │   │   ├── Recycle.csproj.user
    │   │   │   │   │   ├── Recycle.sln
    │   │   │   │   │   └── Recycle.suo
    │   │   │   │   ├── 实例84 如何制作日志查看器
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Log.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Log.csproj
    │   │   │   │   │   ├── Log.csproj.user
    │   │   │   │   │   ├── Log.sln
    │   │   │   │   │   ├── Log.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Log.exe
    │   │   │   │   │           ├── Log.Form1.resources
    │   │   │   │   │           ├── Log.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例85 如何禁止关闭操作系统
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       └── WMI3.Class1.resources
    │   │   │   │   │   ├── Show1.JPG
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例86 如何禁止屏幕保护程序
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── System.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── System.exe
    │   │   │   │   │   │       ├── System.Form1.resources
    │   │   │   │   │   │       ├── System.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       ├── TempPE
    │   │   │   │   │   │       └── WMI3.Class1.resources
    │   │   │   │   │   ├── Show1.JPG
    │   │   │   │   │   ├── System.csproj
    │   │   │   │   │   ├── System.csproj.user
    │   │   │   │   │   ├── System.sln
    │   │   │   │   │   └── System.suo
    │   │   │   │   └── 实例87 如何禁止系统菜单按钮命令
    │   │   │   │       ├── App.ico
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── bin
    │   │   │   │       │   └── Release
    │   │   │   │       │       └── System.exe
    │   │   │   │       ├── Form1.cs
    │   │   │   │       ├── Form1.resx
    │   │   │   │       ├── Image.suo
    │   │   │   │       ├── MoveWindow.suo
    │   │   │   │       ├── obj
    │   │   │   │       │   └── Release
    │   │   │   │       │       ├── System.exe
    │   │   │   │       │       ├── System.Form1.resources
    │   │   │   │       │       ├── System.projdata
    │   │   │   │       │       ├── temp
    │   │   │   │       │       ├── TempPE
    │   │   │   │       │       └── WMI3.Class1.resources
    │   │   │   │       ├── System.csproj
    │   │   │   │       ├── System.csproj.user
    │   │   │   │       ├── System.sln
    │   │   │   │       └── System.suo
    │   │   │   ├── 第5章 图像处理
    │   │   │   │   ├── 实例100 如何以任意角度旋转显示图像
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Image.exe
    │   │   │   │   │   │       ├── Image.Form1.resources
    │   │   │   │   │   │       ├── Image.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show.JPG
    │   │   │   │   ├── 实例101 如何实现动态显示图像
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例102 如何以旋转方式显示文字
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例103 如何在图像中添加文字
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例104 如何以图像填充文字线条
    │   │   │   │   │   ├── ~$以非矩形方式显示图像.doc
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Image.exe
    │   │   │   │   │   │       ├── Image.Form1.resources
    │   │   │   │   │   │       ├── Image.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show.JPG
    │   │   │   │   ├── 实例105 如何实现图形绘制拉伸效果
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Image.exe
    │   │   │   │   │   │       ├── Image.Form1.resources
    │   │   │   │   │   │       ├── Image.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show1.JPG
    │   │   │   │   ├── 实例106 如何控制图像的显示方式
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Image.exe
    │   │   │   │   │   │       ├── Image.Form1.resources
    │   │   │   │   │   │       ├── Image.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show.JPG
    │   │   │   │   ├── 实例107 如何控制图像的显示质量
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Image.exe
    │   │   │   │   │   │       ├── Image.Form1.resources
    │   │   │   │   │   │       ├── Image.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show.BMP
    │   │   │   │   ├── 实例108 如何绘制渐变色背景
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例109 如何绘制颜色散射图形
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例110 如何复制粘贴图像
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Pic.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Pic.exe
    │   │   │   │   │   │       ├── Pic.Form1.resources
    │   │   │   │   │   │       ├── Pic.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Pic.csproj
    │   │   │   │   │   ├── Pic.csproj.user
    │   │   │   │   │   ├── Pic.sln
    │   │   │   │   │   ├── Pic.suo
    │   │   │   │   │   └── Show1.JPG
    │   │   │   │   ├── 实例111 如何转换图像文件格式
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例112 如何以任意比例转换图像大小
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Image.exe
    │   │   │   │   │   │       ├── Image.Form1.resources
    │   │   │   │   │   │       ├── Image.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show.JPG
    │   │   │   │   ├── 实例88 如何实现大图像浏览
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Pic.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Pic.exe
    │   │   │   │   │   │       ├── Pic.Form1.resources
    │   │   │   │   │   │       ├── Pic.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Pic.csproj
    │   │   │   │   │   ├── Pic.csproj.user
    │   │   │   │   │   ├── Pic.sln
    │   │   │   │   │   ├── Pic.suo
    │   │   │   │   │   └── Show1.JPG
    │   │   │   │   ├── 实例89 如何实现多图像浏览
    │   │   │   │   │   ├── 28.BMP
    │   │   │   │   │   ├── 7.BMP
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Form2.cs
    │   │   │   │   │   ├── Form2.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.Form2.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例90 如何以反色方式显示图像
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例91 如何以浮雕方式显示图像
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例92 如何以黑白方式显示图像
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例93 如何以柔化方式显示图像
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例94 如何以锐化方式显示图像
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例95 如何以雾化方式显示图像
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例96 如何以百叶窗方式显示图像
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例97 如何以马赛克方式显示图像
    │   │   │   │   │   ├── 0193.JPG
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Image.exe
    │   │   │   │   │           ├── Image.Form1.resources
    │   │   │   │   │           ├── Image.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例98 如何以非矩形方式显示图像
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Image.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.csproj
    │   │   │   │   │   ├── Image.csproj.user
    │   │   │   │   │   ├── Image.sln
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Image.exe
    │   │   │   │   │   │       ├── Image.Form1.resources
    │   │   │   │   │   │       ├── Image.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   └── Show.JPG
    │   │   │   │   └── 实例99 如何以任意比例缩放显示图像
    │   │   │   │       ├── App.ico
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── bin
    │   │   │   │       │   └── Release
    │   │   │   │       │       └── Image.exe
    │   │   │   │       ├── Form1.cs
    │   │   │   │       ├── Form1.resx
    │   │   │   │       ├── Image.csproj
    │   │   │   │       ├── Image.csproj.user
    │   │   │   │       ├── Image.sln
    │   │   │   │       ├── Image.suo
    │   │   │   │       ├── obj
    │   │   │   │       │   └── Release
    │   │   │   │       │       ├── Image.exe
    │   │   │   │       │       ├── Image.Form1.resources
    │   │   │   │       │       ├── Image.projdata
    │   │   │   │       │       ├── temp
    │   │   │   │       │       └── TempPE
    │   │   │   │       └── Show.JPG
    │   │   │   ├── 第6章 数据库开发
    │   │   │   │   ├── 实例113 如何读写Access数据库
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyDB.exe
    │   │   │   │   │   │       └── Northwind.mdb
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.csproj
    │   │   │   │   │   ├── MyDB.csproj.user
    │   │   │   │   │   ├── MyDB.sln
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyDB.exe
    │   │   │   │   │           ├── MyDB.Form1.resources
    │   │   │   │   │           ├── MyDB.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例114 如何查询Access数据库
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyDB.exe
    │   │   │   │   │   │       └── Northwind.mdb
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.csproj
    │   │   │   │   │   ├── MyDB.csproj.user
    │   │   │   │   │   ├── MyDB.sln
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyDB.exe
    │   │   │   │   │           ├── MyDB.Form1.resources
    │   │   │   │   │           ├── MyDB.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例115 如何创建SQL Server数据库
    │   │   │   │   │   ├── MyDB_log.LDF
    │   │   │   │   │   ├── MyDB.mdf
    │   │   │   │   │   ├── Northwind_log.LDF
    │   │   │   │   │   └── Northwind.mdf
    │   │   │   │   ├── 实例116 如何读写SQL Server数据库
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── MyDB.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.csproj
    │   │   │   │   │   ├── MyDB.csproj.user
    │   │   │   │   │   ├── MyDB.sln
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyDB.exe
    │   │   │   │   │           ├── MyDB.Form1.resources
    │   │   │   │   │           ├── MyDB.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例117 如何更新SQL Server数据库
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyDB.exe
    │   │   │   │   │   │       └── Northwind.mdb
    │   │   │   │   │   ├── DataSet1.cs
    │   │   │   │   │   ├── DataSet1.xsd
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.csproj
    │   │   │   │   │   ├── MyDB.csproj.user
    │   │   │   │   │   ├── MyDB.sln
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyDB.exe
    │   │   │   │   │           ├── MyDB.Form1.resources
    │   │   │   │   │           ├── MyDB.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   │               └── DataSet1.cs.dll
    │   │   │   │   ├── 实例118 如何读写XML文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyDB.exe
    │   │   │   │   │   │       └── Northwind.mdb
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.csproj
    │   │   │   │   │   ├── MyDB.csproj.user
    │   │   │   │   │   ├── MyDB.sln
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyDB.exe
    │   │   │   │   │           ├── MyDB.Form1.resources
    │   │   │   │   │           ├── MyDB.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例119 如何读取EXCEL文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyDB.exe
    │   │   │   │   │   │       └── MyExcel.xls
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.csproj
    │   │   │   │   │   ├── MyDB.csproj.user
    │   │   │   │   │   ├── MyDB.sln
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyDB.exe
    │   │   │   │   │           ├── MyDB.Form1.resources
    │   │   │   │   │           ├── MyDB.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例120 如何取得聚合函数返回值
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyDB.exe
    │   │   │   │   │   │       └── Northwind.mdb
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.csproj
    │   │   │   │   │   ├── MyDB.csproj.user
    │   │   │   │   │   ├── MyDB.sln
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyDB.exe
    │   │   │   │   │           ├── MyDB.Form1.resources
    │   │   │   │   │           ├── MyDB.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例121 如何直接操作主从关系表
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyDB.exe
    │   │   │   │   │   │       └── Northwind.mdb
    │   │   │   │   │   ├── CustomerDS.cs
    │   │   │   │   │   ├── CustomerDS.xsd
    │   │   │   │   │   ├── CustomerOrderDS.cs
    │   │   │   │   │   ├── CustomerOrderDS.xsd
    │   │   │   │   │   ├── CustomerOrderDS.xsx
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.csproj
    │   │   │   │   │   ├── MyDB.csproj.user
    │   │   │   │   │   ├── MyDB.sln
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   ├── Northwind.mdb
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyDB.exe
    │   │   │   │   │   │       ├── MyDB.Form1.resources
    │   │   │   │   │   │       ├── MyDB.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   │           ├── CustomerDS.cs.dll
    │   │   │   │   │   │           ├── CustomerOrderDS.cs.dll
    │   │   │   │   │   │           └── OrderDS.cs.dll
    │   │   │   │   │   ├── OrderDS.cs
    │   │   │   │   │   └── OrderDS.xsd
    │   │   │   │   ├── 实例122 如何以Web方式查询Access数据库
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   ├── MyWebClient
    │   │   │   │   │   │   ├── App.ico
    │   │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   │   ├── bin
    │   │   │   │   │   │   │   └── Release
    │   │   │   │   │   │   │       └── MyWebClient.exe
    │   │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   │   ├── MyWebClient.csproj
    │   │   │   │   │   │   ├── MyWebClient.csproj.user
    │   │   │   │   │   │   ├── MyWebClient.sln
    │   │   │   │   │   │   ├── MyWebClient.suo
    │   │   │   │   │   │   ├── obj
    │   │   │   │   │   │   │   └── Release
    │   │   │   │   │   │   │       ├── MyWebClient.exe
    │   │   │   │   │   │   │       ├── MyWebClient.Form1.resources
    │   │   │   │   │   │   │       ├── MyWebClient.projdata
    │   │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   │   │           └── Web References.localhost.Reference.cs.dll
    │   │   │   │   │   │   └── Web References
    │   │   │   │   │   │       └── localhost
    │   │   │   │   │   │           ├── Reference.cs
    │   │   │   │   │   │           ├── Reference.map
    │   │   │   │   │   │           ├── Service1.disco
    │   │   │   │   │   │           └── Service1.wsdl
    │   │   │   │   │   └── MyWebService
    │   │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │   │       ├── bin
    │   │   │   │   │       │   ├── MyWebService.dll
    │   │   │   │   │       │   └── MyWebService.pdb
    │   │   │   │   │       ├── Global.asax
    │   │   │   │   │       ├── Global.asax.cs
    │   │   │   │   │       ├── Global.asax.resx
    │   │   │   │   │       ├── MyWebService.csproj
    │   │   │   │   │       ├── MyWebService.csproj.webinfo
    │   │   │   │   │       ├── MyWebService.sln
    │   │   │   │   │       ├── MyWebService.suo
    │   │   │   │   │       ├── Northwind.mdb
    │   │   │   │   │       ├── Service1.asmx
    │   │   │   │   │       ├── Service1.asmx.cs
    │   │   │   │   │       ├── Service1.asmx.resx
    │   │   │   │   │       └── Web.config
    │   │   │   │   ├── 实例123 如何使用列表视图显示数据库信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyDB.exe
    │   │   │   │   │   │       └── Northwind.mdb
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.csproj
    │   │   │   │   │   ├── MyDB.csproj.user
    │   │   │   │   │   ├── MyDB.sln
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── MyDB.exe
    │   │   │   │   │           ├── MyDB.Form1.resources
    │   │   │   │   │           ├── MyDB.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例124 如何显示和修改数据库中的图像信息
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── DBImage.exe
    │   │   │   │   │   ├── DBImage.csproj
    │   │   │   │   │   ├── DBImage.csproj.user
    │   │   │   │   │   ├── DBImage.sln
    │   │   │   │   │   ├── DBImage.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── DBImage.exe
    │   │   │   │   │           ├── DBImage.Form1.resources
    │   │   │   │   │           ├── DBImage.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   └── 实例125 如何使用水晶报表向导创建报表
    │   │   │   │       ├── App.ico
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── bin
    │   │   │   │       │   └── Release
    │   │   │   │       │       └── WReport.exe
    │   │   │   │       ├── Form1.cs
    │   │   │   │       ├── Form1.resx
    │   │   │   │       ├── MyCrystalReport.cs
    │   │   │   │       ├── MyCrystalReport.rpt
    │   │   │   │       ├── obj
    │   │   │   │       │   └── Release
    │   │   │   │       │       ├── temp
    │   │   │   │       │       ├── TempPE
    │   │   │   │       │       │   └── MyCrystalReport.cs.dll
    │   │   │   │       │       ├── WReport.exe
    │   │   │   │       │       ├── WReport.Form1.resources
    │   │   │   │       │       └── WReport.projdata
    │   │   │   │       ├── WReport.csproj
    │   │   │   │       ├── WReport.csproj.user
    │   │   │   │       ├── WReport.sln
    │   │   │   │       └── WReport.suo
    │   │   │   ├── 第7章 网络应用
    │   │   │   │   ├── 实例126 如何下载网页
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Network.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── Network.csproj
    │   │   │   │   │   ├── Network.csproj.user
    │   │   │   │   │   ├── Network.sln
    │   │   │   │   │   ├── Network.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Network.exe
    │   │   │   │   │   │       ├── Network.Form1.resources
    │   │   │   │   │   │       ├── Network.projdata
    │   │   │   │   │   │       ├── Network.projdata1
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Ping.suo
    │   │   │   │   │   ├── PortCheck.suo
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例127 如何上下载文件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── luobin
    │   │   │   │   │   │       └── Network.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── Network.csproj
    │   │   │   │   │   ├── Network.csproj.user
    │   │   │   │   │   ├── Network.sln
    │   │   │   │   │   ├── Network.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Network.exe
    │   │   │   │   │   │       ├── Network.Form1.resources
    │   │   │   │   │   │       ├── Network.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Ping.suo
    │   │   │   │   │   ├── PortCheck.suo
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例128 如何自制浏览器
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── AxInterop.SHDocVw.dll
    │   │   │   │   │   │       ├── Interop.SHDocVw.dll
    │   │   │   │   │   │       └── Network.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── MyDB.suo
    │   │   │   │   │   ├── Network.csproj
    │   │   │   │   │   ├── Network.csproj.user
    │   │   │   │   │   ├── Network.sln
    │   │   │   │   │   ├── Network.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       ├── AxInterop.SHDocVw.dll
    │   │   │   │   │       ├── Interop.SHDocVw.dll
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Network.exe
    │   │   │   │   │           ├── Network.Form1.resources
    │   │   │   │   │           ├── Network.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例129 如何检查邮件数量
    │   │   │   │   │   ├── ~$使用托盘控件.doc
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Notify.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Notify.csproj
    │   │   │   │   │   ├── Notify.csproj.user
    │   │   │   │   │   ├── Notify.sln
    │   │   │   │   │   ├── Notify.suo
    │   │   │   │   │   └── obj
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── Notify.exe
    │   │   │   │   │           ├── Notify.Form1.resources
    │   │   │   │   │           ├── Notify.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例130 如何发送电子邮件
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Network.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── Network.csproj
    │   │   │   │   │   ├── Network.csproj.user
    │   │   │   │   │   ├── Network.sln
    │   │   │   │   │   ├── Network.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Network.exe
    │   │   │   │   │   │       ├── Network.Form1.resources
    │   │   │   │   │   │       ├── Network.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Ping.suo
    │   │   │   │   │   ├── PortCheck.suo
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例131 如何实现点对点的聊天
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Network.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── Network.csproj
    │   │   │   │   │   ├── Network.csproj.user
    │   │   │   │   │   ├── Network.sln
    │   │   │   │   │   ├── Network.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Network.exe
    │   │   │   │   │   │       ├── Network.Form1.resources
    │   │   │   │   │   │       ├── Network.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Ping.suo
    │   │   │   │   │   ├── PortCheck.suo
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例132 如何在线收听网络电台节目
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── AxInterop.MediaPlayer.dll
    │   │   │   │   │   │       ├── AxInterop.QTActiveXPlugin.dll
    │   │   │   │   │   │       ├── AxInterop.RealAudioObjects.dll
    │   │   │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
    │   │   │   │   │   │       ├── File.exe
    │   │   │   │   │   │       ├── Interop.MediaPlayer.dll
    │   │   │   │   │   │       ├── Interop.QTActiveXPlugin.dll
    │   │   │   │   │   │       ├── Interop.RealAudioObjects.dll
    │   │   │   │   │   │       └── Interop.ShockwaveFlashObjects.dll
    │   │   │   │   │   ├── File.csproj
    │   │   │   │   │   ├── File.csproj.user
    │   │   │   │   │   ├── File.sln
    │   │   │   │   │   ├── File.suo
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   └── obj
    │   │   │   │   │       ├── AxInterop.MediaPlayer.dll
    │   │   │   │   │       ├── AxInterop.QTActiveXPlugin.dll
    │   │   │   │   │       ├── AxInterop.RealAudioObjects.dll
    │   │   │   │   │       ├── AxInterop.ShockwaveFlashObjects.dll
    │   │   │   │   │       ├── Interop.MediaPlayer.dll
    │   │   │   │   │       ├── Interop.QTActiveXPlugin.dll
    │   │   │   │   │       ├── Interop.RealAudioObjects.dll
    │   │   │   │   │       ├── Interop.ShockwaveFlashObjects.dll
    │   │   │   │   │       └── Release
    │   │   │   │   │           ├── File.exe
    │   │   │   │   │           ├── File.Form1.resources
    │   │   │   │   │           ├── File.projdata
    │   │   │   │   │           ├── temp
    │   │   │   │   │           └── TempPE
    │   │   │   │   ├── 实例133 如何获取主机名和IP地址
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Network.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── Network.csproj
    │   │   │   │   │   ├── Network.csproj.user
    │   │   │   │   │   ├── Network.sln
    │   │   │   │   │   ├── Network.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Network.exe
    │   │   │   │   │   │       ├── Network.Form1.resources
    │   │   │   │   │   │       ├── Network.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Ping.suo
    │   │   │   │   │   ├── PortCheck.suo
    │   │   │   │   │   └── System.suo
    │   │   │   │   ├── 实例134 如何实现连续的PING
    │   │   │   │   │   ├── App.ico
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       └── Ping.exe
    │   │   │   │   │   ├── Form1.cs
    │   │   │   │   │   ├── Form1.resx
    │   │   │   │   │   ├── Image.suo
    │   │   │   │   │   ├── MoveWindow.suo
    │   │   │   │   │   ├── obj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── Ping.exe
    │   │   │   │   │   │       ├── Ping.Form1.resources
    │   │   │   │   │   │       ├── Ping.projdata
    │   │   │   │   │   │       ├── temp
    │   │   │   │   │   │       └── TempPE
    │   │   │   │   │   ├── Ping.csproj
    │   │   │   │   │   ├── Ping.csproj.user
    │   │   │   │   │   ├── Ping.sln
    │   │   │   │   │   ├── Ping.suo
    │   │   │   │   │   └── System.suo
    │   │   │   │   └── 实例135 如何扫描端口
    │   │   │   │       ├── App.ico
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── bin
    │   │   │   │       │   └── Release
    │   │   │   │       │       └── PortCheck.exe
    │   │   │   │       ├── Form1.cs
    │   │   │   │       ├── Form1.resx
    │   │   │   │       ├── Image.suo
    │   │   │   │       ├── MoveWindow.suo
    │   │   │   │       ├── obj
    │   │   │   │       │   └── Release
    │   │   │   │       │       ├── PortCheck.exe
    │   │   │   │       │       ├── PortCheck.Form1.resources
    │   │   │   │       │       ├── PortCheck.projdata
    │   │   │   │       │       ├── temp
    │   │   │   │       │       └── TempPE
    │   │   │   │       ├── Ping.suo
    │   │   │   │       ├── PortCheck.csproj
    │   │   │   │       ├── PortCheck.csproj.user
    │   │   │   │       ├── PortCheck.sln
    │   │   │   │       ├── PortCheck.suo
    │   │   │   │       └── System.suo
    │   │   │   ├── 第8章 Web应用
    │   │   │   │   ├── 实例136 如何在Web页中使用广告控件
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── MyWeb.dll
    │   │   │   │   │   │   └── MyWeb.pdb
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── MyWeb.csproj
    │   │   │   │   │   ├── MyWeb.csproj.webinfo
    │   │   │   │   │   ├── MyWeb.sln
    │   │   │   │   │   ├── Show1.JPG
    │   │   │   │   │   ├── Show2.JPG
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   ├── WebForm1.aspx.resx
    │   │   │   │   │   └── XMLFile1.xml
    │   │   │   │   ├── 实例137 如何在Web页中使用表格控件
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── WebSheet.dll
    │   │   │   │   │   │   └── WebSheet.pdb
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   ├── WebForm1.aspx.resx
    │   │   │   │   │   ├── WebSheet.csproj
    │   │   │   │   │   ├── WebSheet.csproj.webinfo
    │   │   │   │   │   └── WebSheet.sln
    │   │   │   │   ├── 实例138 如何在Web页中使用日历控件
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── MyWeb.dll
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── MyWeb.csproj
    │   │   │   │   │   ├── MyWeb.csproj.webinfo
    │   │   │   │   │   ├── MyWeb.sln
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   └── WebForm1.aspx.resx
    │   │   │   │   ├── 实例139 如何在Web页中使用数据网格控件
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── MyWeb.dll
    │   │   │   │   │   ├── DataSet1.cs
    │   │   │   │   │   ├── DataSet1.xsd
    │   │   │   │   │   ├── DataSet1.xsx
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── MyWeb.csproj
    │   │   │   │   │   ├── MyWeb.csproj.webinfo
    │   │   │   │   │   ├── MyWeb.sln
    │   │   │   │   │   ├── Northwind.mdb
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   └── WebForm1.aspx.resx
    │   │   │   │   ├── 实例140 如何在Web页中使用比较校验控件
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── Compare.dll
    │   │   │   │   │   │   └── Compare.pdb
    │   │   │   │   │   ├── Compare.csproj
    │   │   │   │   │   ├── Compare.csproj.webinfo
    │   │   │   │   │   ├── Compare.sln
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   └── WebForm1.aspx.resx
    │   │   │   │   ├── 实例141 如何在Web页中使用单选列表控件
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── RadioListExample.dll
    │   │   │   │   │   │   └── RadioListExample.pdb
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── RadioListExample.csproj
    │   │   │   │   │   ├── RadioListExample.csproj.webinfo
    │   │   │   │   │   ├── RadioListExample.sln
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   └── WebForm1.aspx.resx
    │   │   │   │   ├── 实例142 如何在Web页中使用多选列表框控件
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── MultiBoxExample.dll
    │   │   │   │   │   │   └── MultiBoxExample.pdb
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── MultiBoxExample.csproj
    │   │   │   │   │   ├── MultiBoxExample.csproj.webinfo
    │   │   │   │   │   ├── MultiBoxExample.sln
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   └── WebForm1.aspx.resx
    │   │   │   │   ├── 实例143 如何在Web页中使用正则表达式控件
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── Validate.dll
    │   │   │   │   │   │   └── Validate.pdb
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── Validate.csproj
    │   │   │   │   │   ├── Validate.csproj.webinfo
    │   │   │   │   │   ├── Validate.sln
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   └── WebForm1.aspx.resx
    │   │   │   │   ├── 实例144 如何在Web页中获取浏览器信息
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── Browser.dll
    │   │   │   │   │   ├── Browser.csproj
    │   │   │   │   │   ├── Browser.csproj.webinfo
    │   │   │   │   │   ├── Browser.sln
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   └── WebForm1.aspx.resx
    │   │   │   │   ├── 实例145 如何在Web页中浏览图像
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── WebBmp.dll
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── WebBmp.csproj
    │   │   │   │   │   ├── WebBmp.csproj.webinfo
    │   │   │   │   │   ├── WebBmp.sln
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   ├── WebForm1.aspx.resx
    │   │   │   │   │   ├── WebForm2.aspx
    │   │   │   │   │   ├── WebForm2.aspx.cs
    │   │   │   │   │   └── WebForm2.aspx.resx
    │   │   │   │   ├── 实例146 如何在Web页中绘制图形
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── WebBeziers.dll
    │   │   │   │   │   │   └── WebBeziers.pdb
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── WebBeziers.csproj
    │   │   │   │   │   ├── WebBeziers.csproj.webinfo
    │   │   │   │   │   ├── WebBeziers.sln
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   ├── WebForm1.aspx.resx
    │   │   │   │   │   ├── WebForm2.aspx
    │   │   │   │   │   ├── WebForm2.aspx.cs
    │   │   │   │   │   └── WebForm2.aspx.resx
    │   │   │   │   ├── 实例147 如何在Web页间传递数据
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   └── MyWebValue.dll
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── MyWebValue.csproj
    │   │   │   │   │   ├── MyWebValue.csproj.webinfo
    │   │   │   │   │   ├── MyWebValue.sln
    │   │   │   │   │   ├── Web.config
    │   │   │   │   │   ├── WebForm1.aspx
    │   │   │   │   │   ├── WebForm1.aspx.cs
    │   │   │   │   │   ├── WebForm1.aspx.resx
    │   │   │   │   │   ├── WebForm2.aspx
    │   │   │   │   │   ├── WebForm2.aspx.cs
    │   │   │   │   │   └── WebForm2.aspx.resx
    │   │   │   │   ├── 实例148 如何创建Web Services程序
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── MyWebService.dll
    │   │   │   │   │   │   └── MyWebService.pdb
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── MyWebService.csproj
    │   │   │   │   │   ├── MyWebService.csproj.webinfo
    │   │   │   │   │   ├── MyWebService.sln
    │   │   │   │   │   ├── Northwind.mdb
    │   │   │   │   │   ├── Service1.asmx
    │   │   │   │   │   ├── Service1.asmx.cs
    │   │   │   │   │   ├── Service1.asmx.resx
    │   │   │   │   │   └── Web.config
    │   │   │   │   ├── 实例149 如何打包Web Services程序
    │   │   │   │   │   ├── AssemblyInfo.cs
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── MyWebService.dll
    │   │   │   │   │   │   └── MyWebService.pdb
    │   │   │   │   │   ├── Global.asax
    │   │   │   │   │   ├── Global.asax.cs
    │   │   │   │   │   ├── Global.asax.resx
    │   │   │   │   │   ├── MyWebService.csproj
    │   │   │   │   │   ├── MyWebService.csproj.webinfo
    │   │   │   │   │   ├── MyWebService.sln
    │   │   │   │   │   ├── MyWebSetup
    │   │   │   │   │   │   ├── MyWebSetup.vdproj
    │   │   │   │   │   │   └── Release
    │   │   │   │   │   │       ├── MyWebSetup.msi
    │   │   │   │   │   │       ├── Setup.Exe
    │   │   │   │   │   │       └── Setup.Ini
    │   │   │   │   │   ├── Northwind.mdb
    │   │   │   │   │   ├── Service1.asmx
    │   │   │   │   │   ├── Service1.asmx.cs
    │   │   │   │   │   ├── Service1.asmx.resx
    │   │   │   │   │   └── Web.config
    │   │   │   │   └── 实例150 如何访问Web Services程序
    │   │   │   │       ├── AssemblyInfo.cs
    │   │   │   │       ├── bin
    │   │   │   │       │   ├── MyWebClient.dll
    │   │   │   │       │   └── MyWebClient.pdb
    │   │   │   │       ├── Global.asax
    │   │   │   │       ├── Global.asax.cs
    │   │   │   │       ├── Global.asax.resx
    │   │   │   │       ├── MyWebClient.csproj
    │   │   │   │       ├── MyWebClient.csproj.webinfo
    │   │   │   │       ├── MyWebClient.sln
    │   │   │   │       ├── Web.config
    │   │   │   │       ├── WebForm1.aspx
    │   │   │   │       ├── WebForm1.aspx.cs
    │   │   │   │       ├── WebForm1.aspx.resx
    │   │   │   │       └── Web References
    │   │   │   │           └── localhost
    │   │   │   │               ├── Reference.cs
    │   │   │   │               ├── Reference.map
    │   │   │   │               ├── Service1.disco
    │   │   │   │               └── Service1.wsdl
    │   │   │   └── 请先读我.htm
    │   │   └── 请先读我.htm
    │   └── 请先读我.htm
    └── 请先读我.htm

981 directories, 2120 files

实例下载地址

《Visual C# .NET精彩编程实例集锦》配套光盘文件【全】

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警