在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#语言基础 → c#程序开发范例宝典.part2.rar

c#程序开发范例宝典.part2.rar

C#语言基础

下载此实例
  • 开发语言:C#
  • 实例大小:9.54M
  • 下载次数:10
  • 浏览次数:16
  • 发布时间:2023-11-29
  • 实例类别:C#语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签:

实例介绍

【实例简介】c#程序开发范例宝典.part2.rar

【实例截图】

from clipboard

【核心代码】

.
├── c#程序开发范例宝典
│   └── mingrisoft
│       ├── 01
│       │   ├── Ex01_32
│       │   │   └── FalshWindows
│       │   │       ├── FalshWindows
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── Resources
│       │   │       │   │   └── 4.jpg
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── FalshWindows.Form1.resources
│       │   │       │       │   ├── FalshWindows.Properties.Resources.resources
│       │   │       │       │   ├── FalshWindows.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       │       └── Properties.Resources.Designer.cs.dll
│       │   │       │       └── FalshWindows.csproj.FileList.txt
│       │   │       ├── FalshWindows.sln
│       │   │       └── FalshWindows.suo
│       │   ├── Ex01_33
│       │   │   └── ShanShuoWindows
│       │   │       ├── ShanShuoWindows
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── Resources
│       │   │       │   │   ├── 11.jpg
│       │   │       │   │   └── Thumbs.db
│       │   │       │   ├── ShanShuoWindows.csproj
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── ShanShuoWindows.exe
│       │   │       │   │       ├── ShanShuoWindows.pdb
│       │   │       │   │       └── ShanShuoWindows.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── ShanShuoWindows.Form1.resources
│       │   │       │       │   ├── ShanShuoWindows.Properties.Resources.resources
│       │   │       │       │   ├── ShanShuoWindows.csproj.GenerateResource.Cache
│       │   │       │       │   ├── ShanShuoWindows.exe
│       │   │       │       │   ├── ShanShuoWindows.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       │       └── Properties.Resources.Designer.cs.dll
│       │   │       │       └── ShanShuoWindows.csproj.FileList.txt
│       │   │       ├── ShanShuoWindows.sln
│       │   │       └── ShanShuoWindows.suo
│       │   ├── Ex01_34
│       │   │   └── PaintWindwos
│       │   │       ├── PaintWindwos
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── PaintWindwos.csproj
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── PaintWindwos.exe
│       │   │       │   │       ├── PaintWindwos.pdb
│       │   │       │   │       └── PaintWindwos.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── PaintWindwos.Form1.resources
│       │   │       │       │   ├── PaintWindwos.Properties.Resources.resources
│       │   │       │       │   ├── PaintWindwos.csproj.GenerateResource.Cache
│       │   │       │       │   ├── PaintWindwos.exe
│       │   │       │       │   ├── PaintWindwos.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       └── PaintWindwos.csproj.FileList.txt
│       │   │       ├── PaintWindwos.sln
│       │   │       └── PaintWindwos.suo
│       │   ├── Ex01_35
│       │   │   └── LeadWindows
│       │   │       ├── LeadWindows
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── LeadWindows.csproj
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── Resources
│       │   │       │   │   └── 1.jpg
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── AxInterop.MSComCtl2.dll
│       │   │       │   │       ├── Electron.avi
│       │   │       │   │       ├── Interop.MSComCtl2.dll
│       │   │       │   │       ├── Interop.WMPLib.dll
│       │   │       │   │       ├── LeadWindows.exe
│       │   │       │   │       ├── LeadWindows.pdb
│       │   │       │   │       ├── LeadWindows.vshost.exe
│       │   │       │   │       ├── gd.avi
│       │   │       │   │       └── zybiao.avi
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── AxInterop.MSComCtl2.dll
│       │   │       │       │   ├── Interop.MSComCtl2.dll
│       │   │       │       │   ├── Interop.WMPLib.dll
│       │   │       │       │   ├── LeadWindows.Form1.resources
│       │   │       │       │   ├── LeadWindows.Properties.Resources.resources
│       │   │       │       │   ├── LeadWindows.csproj.GenerateResource.Cache
│       │   │       │       │   ├── LeadWindows.csproj.ResolveComReference.cache
│       │   │       │       │   ├── LeadWindows.exe
│       │   │       │       │   ├── LeadWindows.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       │       └── Properties.Resources.Designer.cs.dll
│       │   │       │       └── LeadWindows.csproj.FileList.txt
│       │   │       ├── LeadWindows.sln
│       │   │       └── LeadWindows.suo
│       │   ├── Ex01_36
│       │   │   └── WindowsTitleRight
│       │   │       ├── WindowsTitleRight
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── Resources
│       │   │       │   │   ├── 1.bmp
│       │   │       │   │   └── 背景2.jpg
│       │   │       │   ├── WindowsTitleRight.csproj
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── WindowsTitleRight.exe
│       │   │       │   │       ├── WindowsTitleRight.pdb
│       │   │       │   │       └── WindowsTitleRight.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── TempPE
│       │   │       │       │   │   └── Properties.Resources.Designer.cs.dll
│       │   │       │       │   ├── WindowsTitleRight.Form1.resources
│       │   │       │       │   ├── WindowsTitleRight.Properties.Resources.resources
│       │   │       │       │   ├── WindowsTitleRight.csproj.GenerateResource.Cache
│       │   │       │       │   ├── WindowsTitleRight.exe
│       │   │       │       │   └── WindowsTitleRight.pdb
│       │   │       │       └── WindowsTitleRight.csproj.FileList.txt
│       │   │       ├── WindowsTitleRight.sln
│       │   │       └── WindowsTitleRight.suo
│       │   ├── Ex01_37
│       │   │   └── NoWindowsTitle
│       │   │       ├── NoWindowsTitle
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── NoWindowsTitle.csproj
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── NoWindowsTitle.exe
│       │   │       │   │       ├── NoWindowsTitle.pdb
│       │   │       │   │       └── NoWindowsTitle.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── NoWindowsTitle.Form1.resources
│       │   │       │       │   ├── NoWindowsTitle.Properties.Resources.resources
│       │   │       │       │   ├── NoWindowsTitle.csproj.GenerateResource.Cache
│       │   │       │       │   ├── NoWindowsTitle.exe
│       │   │       │       │   ├── NoWindowsTitle.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       └── NoWindowsTitle.csproj.FileList.txt
│       │   │       ├── NoWindowsTitle.sln
│       │   │       └── NoWindowsTitle.suo
│       │   ├── Ex01_38
│       │   │   └── SetLocation
│       │   │       ├── SetLocation
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── SetLocation.csproj
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── SetLocation.exe
│       │   │       │   │       ├── SetLocation.pdb
│       │   │       │   │       └── SetLocation.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── SetLocation.Form1.resources
│       │   │       │       │   ├── SetLocation.Properties.Resources.resources
│       │   │       │       │   ├── SetLocation.csproj.GenerateResource.Cache
│       │   │       │       │   ├── SetLocation.exe
│       │   │       │       │   ├── SetLocation.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       └── SetLocation.csproj.FileList.txt
│       │   │       ├── SetLocation.sln
│       │   │       └── SetLocation.suo
│       │   ├── Ex01_39
│       │   │   └── AlwaysActiveWindows
│       │   │       ├── AlwaysActiveWindows
│       │   │       │   ├── AlwaysActiveWindows.csproj
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── Resources
│       │   │       │   │   └── 1.jpg
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── AlwaysActiveWindows.exe
│       │   │       │   │       ├── AlwaysActiveWindows.pdb
│       │   │       │   │       └── AlwaysActiveWindows.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── AlwaysActiveWindows.csproj.FileList.txt
│       │   │       │       └── Debug
│       │   │       │           ├── AlwaysActiveWindows.Form1.resources
│       │   │       │           ├── AlwaysActiveWindows.Properties.Resources.resources
│       │   │       │           ├── AlwaysActiveWindows.csproj.GenerateResource.Cache
│       │   │       │           ├── AlwaysActiveWindows.exe
│       │   │       │           ├── AlwaysActiveWindows.pdb
│       │   │       │           └── TempPE
│       │   │       │               └── Properties.Resources.Designer.cs.dll
│       │   │       ├── AlwaysActiveWindows.sln
│       │   │       └── AlwaysActiveWindows.suo
│       │   ├── Ex01_40
│       │   │   └── LimitSizeWindows
│       │   │       ├── LimitSizeWindows
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── LimitSizeWindows.csproj
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── Resources
│       │   │       │   │   └── 1.jpg
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── LimitSizeWindows.exe
│       │   │       │   │       ├── LimitSizeWindows.pdb
│       │   │       │   │       └── LimitSizeWindows.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── LimitSizeWindows.Form1.resources
│       │   │       │       │   ├── LimitSizeWindows.Properties.Resources.resources
│       │   │       │       │   ├── LimitSizeWindows.csproj.GenerateResource.Cache
│       │   │       │       │   ├── LimitSizeWindows.exe
│       │   │       │       │   ├── LimitSizeWindows.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       │       └── Properties.Resources.Designer.cs.dll
│       │   │       │       └── LimitSizeWindows.csproj.FileList.txt
│       │   │       ├── LimitSizeWindows.sln
│       │   │       └── LimitSizeWindows.suo
│       │   ├── Ex01_41
│       │   │   └── DeskSize
│       │   │       ├── DeskSize
│       │   │       │   ├── DeskSize.csproj
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── DeskSize.exe
│       │   │       │   │       ├── DeskSize.pdb
│       │   │       │   │       └── DeskSize.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── DeskSize.Form1.resources
│       │   │       │       │   ├── DeskSize.Properties.Resources.resources
│       │   │       │       │   ├── DeskSize.csproj.GenerateResource.Cache
│       │   │       │       │   ├── DeskSize.exe
│       │   │       │       │   ├── DeskSize.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       └── DeskSize.csproj.FileList.txt
│       │   │       ├── DeskSize.sln
│       │   │       └── DeskSize.suo
│       │   ├── Ex01_42
│       │   │   └── MoveButton
│       │   │       ├── MoveButton
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── Form2.Designer.cs
│       │   │       │   ├── Form2.cs
│       │   │       │   ├── Form2.resx
│       │   │       │   ├── MoveButton.csproj
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── Resources
│       │   │       │   │   ├── XP上.jpg
│       │   │       │   │   ├── XP右.jpg
│       │   │       │   │   ├── XP小.jpg
│       │   │       │   │   ├── XP左背景.jpg
│       │   │       │   │   └── Xp中.jpg
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── MoveButton.exe
│       │   │       │   │       ├── MoveButton.pdb
│       │   │       │   │       └── MoveButton.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── MoveButton.Form1.resources
│       │   │       │       │   ├── MoveButton.Form2.resources
│       │   │       │       │   ├── MoveButton.Properties.Resources.resources
│       │   │       │       │   ├── MoveButton.csproj.GenerateResource.Cache
│       │   │       │       │   ├── MoveButton.exe
│       │   │       │       │   ├── MoveButton.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       │       └── Properties.Resources.Designer.cs.dll
│       │   │       │       └── MoveButton.csproj.FileList.txt
│       │   │       ├── MoveButton.sln
│       │   │       └── MoveButton.suo
│       │   ├── Ex01_43
│       │   │   └── OfficeAssistant
│       │   │       ├── OfficeAssistant
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── OfficeAssistant.csproj
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── AxInterop.AgentObjects.dll
│       │   │       │   │       ├── Interop.AgentObjects.dll
│       │   │       │   │       ├── OfficeAssistant.exe
│       │   │       │   │       ├── OfficeAssistant.pdb
│       │   │       │   │       └── OfficeAssistant.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── AxInterop.AgentObjects.dll
│       │   │       │       │   ├── Interop.AgentObjects.dll
│       │   │       │       │   ├── OfficeAssistant.Form1.resources
│       │   │       │       │   ├── OfficeAssistant.Properties.Resources.resources
│       │   │       │       │   ├── OfficeAssistant.csproj.GenerateResource.Cache
│       │   │       │       │   ├── OfficeAssistant.csproj.ResolveComReference.cache
│       │   │       │       │   ├── OfficeAssistant.exe
│       │   │       │       │   ├── OfficeAssistant.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       └── OfficeAssistant.csproj.FileList.txt
│       │   │       ├── OfficeAssistant.sln
│       │   │       └── OfficeAssistant.suo
│       │   ├── Ex01_44
│       │   │   └── QueryClose
│       │   │       ├── QueryClose
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── QueryClose.csproj
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── QueryClose.exe
│       │   │       │   │       ├── QueryClose.pdb
│       │   │       │   │       └── QueryClose.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── QueryClose.Form1.resources
│       │   │       │       │   ├── QueryClose.Properties.Resources.resources
│       │   │       │       │   ├── QueryClose.csproj.GenerateResource.Cache
│       │   │       │       │   ├── QueryClose.exe
│       │   │       │       │   ├── QueryClose.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       └── QueryClose.csproj.FileList.txt
│       │   │       ├── QueryClose.sln
│       │   │       └── QueryClose.suo
│       │   ├── Ex01_45
│       │   │   └── DropWindows
│       │   │       ├── DragWindows.sln
│       │   │       ├── DragWindows.suo
│       │   │       └── DropWindows
│       │   │           ├── DragWindows.csproj
│       │   │           ├── Form1.Designer.cs
│       │   │           ├── Form1.cs
│       │   │           ├── Form1.resx
│       │   │           ├── Program.cs
│       │   │           ├── Properties
│       │   │           │   ├── AssemblyInfo.cs
│       │   │           │   ├── Resources.Designer.cs
│       │   │           │   ├── Resources.resx
│       │   │           │   ├── Settings.Designer.cs
│       │   │           │   └── Settings.settings
│       │   │           ├── Resources
│       │   │           │   ├── XP右.jpg
│       │   │           │   ├── 背景.jpg
│       │   │           │   └── 背景2.jpg
│       │   │           ├── bin
│       │   │           │   └── Debug
│       │   │           │       ├── DropWindows.exe
│       │   │           │       ├── DropWindows.pdb
│       │   │           │       └── DropWindows.vshost.exe
│       │   │           └── obj
│       │   │               ├── Debug
│       │   │               │   ├── DragWindows.csproj.GenerateResource.Cache
│       │   │               │   ├── DropWindows.Form1.resources
│       │   │               │   ├── DropWindows.Properties.Resources.resources
│       │   │               │   ├── DropWindows.csproj.GenerateResource.Cache
│       │   │               │   ├── DropWindows.exe
│       │   │               │   ├── DropWindows.pdb
│       │   │               │   └── TempPE
│       │   │               │       └── Properties.Resources.Designer.cs.dll
│       │   │               ├── DragWindows.csproj.FileList.txt
│       │   │               └── DropWindows.csproj.FileList.txt
│       │   ├── Ex01_46
│       │   │   └── SetToolTitle
│       │   │       ├── SetToolTitle
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── Resources
│       │   │       │   │   ├── XP小.jpg
│       │   │       │   │   ├── Xp中.jpg
│       │   │       │   │   ├── 中.jpg
│       │   │       │   │   └── 字体窗体.bmp
│       │   │       │   ├── SetToolTitle.csproj
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── SetToolTitle.exe
│       │   │       │   │       ├── SetToolTitle.pdb
│       │   │       │   │       └── SetToolTitle.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── Debug
│       │   │       │       │   ├── SetToolTitle.Form1.resources
│       │   │       │       │   ├── SetToolTitle.Properties.Resources.resources
│       │   │       │       │   ├── SetToolTitle.csproj.GenerateResource.Cache
│       │   │       │       │   ├── SetToolTitle.exe
│       │   │       │       │   ├── SetToolTitle.pdb
│       │   │       │       │   └── TempPE
│       │   │       │       │       └── Properties.Resources.Designer.cs.dll
│       │   │       │       └── SetToolTitle.csproj.FileList.txt
│       │   │       ├── SetToolTitle.sln
│       │   │       └── SetToolTitle.suo
│       │   ├── Ex01_47
│       │   │   └── AddForm
│       │   │       ├── AddForm
│       │   │       │   ├── Form1.Designer.cs
│       │   │       │   ├── Form1.cs
│       │   │       │   ├── Form1.resx
│       │   │       │   ├── Form2.Designer.cs
│       │   │       │   ├── Form2.cs
│       │   │       │   ├── Form2.resx
│       │   │       │   ├── MDIForm.csproj
│       │   │       │   ├── Program.cs
│       │   │       │   ├── Properties
│       │   │       │   │   ├── AssemblyInfo.cs
│       │   │       │   │   ├── Resources.Designer.cs
│       │   │       │   │   ├── Resources.resx
│       │   │       │   │   ├── Settings.Designer.cs
│       │   │       │   │   └── Settings.settings
│       │   │       │   ├── Resources
│       │   │       │   │   └── 1.jpg
│       │   │       │   ├── bin
│       │   │       │   │   └── Debug
│       │   │       │   │       ├── AddForm.exe
│       │   │       │   │       ├── AddForm.pdb
│       │   │       │   │       └── AddForm.vshost.exe
│       │   │       │   └── obj
│       │   │       │       ├── AddForm.csproj.FileList.txt
│       │   │       │       ├── Debug
│       │   │       │       │   ├── AddForm.Form1.resources
│       │   │       │       │   ├── AddForm.Form2.resources
│       │   │       │       │   ├── AddForm.Properties.Resources.resources
│       │   │       │       │   ├── AddForm.csproj.GenerateResource.Cache
│       │   │       │       │   ├── AddForm.exe
│       │   │       │       │   ├── AddForm.pdb
│       │   │       │       │   ├── MDIForm.csproj.GenerateResource.Cache
│       │   │       │       │   └── TempPE
│       │   │       │       │       └── Properties.Resources.Designer.cs.dll
│       │   │       │       └── MDIForm.csproj.FileList.txt
│       │   │       ├── MDIForm.sln
│       │   │       └── MDIForm.suo
│       │   └── Ex01_48
│       │       └── PictureInToolTip
│       │           ├── PictureInToolTip
│       │           │   ├── Form1.Designer.cs
│       │           │   ├── Form1.cs
│       │           │   ├── Form1.resx
│       │           │   ├── PictureInToolTip.csproj
│       │           │   ├── Program.cs
│       │           │   ├── Properties
│       │           │   │   ├── AssemblyInfo.cs
│       │           │   │   ├── Resources.Designer.cs
│       │           │   │   ├── Resources.resx
│       │           │   │   ├── Settings.Designer.cs
│       │           │   │   └── Settings.settings
│       │           │   ├── bin
│       │           │   │   └── Debug
│       │           │   │       ├── PictureInToolTip.exe
│       │           │   │       ├── PictureInToolTip.pdb
│       │           │   │       └── PictureInToolTip.vshost.exe
│       │           │   └── obj
│       │           │       ├── Debug
│       │           │       │   ├── PictureInToolTip.Form1.resources
│       │           │       │   ├── PictureInToolTip.Properties.Resources.resources
│       │           │       │   ├── PictureInToolTip.csproj.GenerateResource.Cache
│       │           │       │   ├── PictureInToolTip.exe
│       │           │       │   ├── PictureInToolTip.pdb
│       │           │       │   └── TempPE
│       │           │       └── PictureInToolTip.csproj.FileList.txt
│       │           ├── PictureInToolTip.sln
│       │           └── PictureInToolTip.suo
│       └── 02
│           ├── DataBase
│           │   ├── db_02.mdf
│           │   └── db_02_log.LDF
│           ├── Desktop_.ini
│           ├── Ex02_01
│           │   ├── Desktop_.ini
│           │   ├── Ex02_01
│           │   │   ├── Desktop_.ini
│           │   │   ├── Ex02_01.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Desktop_.ini
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   ├── Debug
│           │   │   │   │   ├── Desktop_.ini
│           │   │   │   │   ├── Ex02_01.exe
│           │   │   │   │   ├── Ex02_01.pdb
│           │   │   │   │   └── Ex02_01.vshost.exe
│           │   │   │   └── Desktop_.ini
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Desktop_.ini
│           │   │       │   ├── Ex02_01.Form1.resources
│           │   │       │   ├── Ex02_01.Properties.Resources.resources
│           │   │       │   ├── Ex02_01.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_01.exe
│           │   │       │   ├── Ex02_01.pdb
│           │   │       │   └── TempPE
│           │   │       │       └── Desktop_.ini
│           │   │       ├── Desktop_.ini
│           │   │       └── Ex02_01.csproj.FileList.txt
│           │   ├── Ex02_01.sln
│           │   └── Ex02_01.suo
│           ├── Ex02_02
│           │   ├── Desktop_.ini
│           │   ├── Ex02_02
│           │   │   ├── Desktop_.ini
│           │   │   ├── Ex02_02.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Desktop_.ini
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   ├── Debug
│           │   │   │   │   ├── Desktop_.ini
│           │   │   │   │   ├── Ex02_02.exe
│           │   │   │   │   ├── Ex02_02.pdb
│           │   │   │   │   └── Ex02_02.vshost.exe
│           │   │   │   └── Desktop_.ini
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Desktop_.ini
│           │   │       │   ├── Ex02_02.Form1.resources
│           │   │       │   ├── Ex02_02.Properties.Resources.resources
│           │   │       │   ├── Ex02_02.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_02.exe
│           │   │       │   ├── Ex02_02.pdb
│           │   │       │   └── TempPE
│           │   │       │       └── Desktop_.ini
│           │   │       ├── Desktop_.ini
│           │   │       └── Ex02_02.csproj.FileList.txt
│           │   ├── Ex02_02.sln
│           │   └── Ex02_02.suo
│           ├── Ex02_03
│           │   ├── Desktop_.ini
│           │   ├── Ex02_03
│           │   │   ├── Desktop_.ini
│           │   │   ├── Ex02_03.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Desktop_.ini
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   ├── Debug
│           │   │   │   │   ├── Desktop_.ini
│           │   │   │   │   ├── Ex02_03.exe
│           │   │   │   │   ├── Ex02_03.pdb
│           │   │   │   │   └── Ex02_03.vshost.exe
│           │   │   │   └── Desktop_.ini
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Desktop_.ini
│           │   │       │   ├── Ex02_03.Form1.resources
│           │   │       │   ├── Ex02_03.Properties.Resources.resources
│           │   │       │   ├── Ex02_03.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_03.exe
│           │   │       │   ├── Ex02_03.pdb
│           │   │       │   └── TempPE
│           │   │       │       └── Desktop_.ini
│           │   │       ├── Desktop_.ini
│           │   │       └── Ex02_03.csproj.FileList.txt
│           │   ├── Ex02_03.sln
│           │   └── Ex02_03.suo
│           ├── Ex02_04
│           │   ├── Desktop_.ini
│           │   ├── Ex02_04
│           │   │   ├── Desktop_.ini
│           │   │   ├── Ex02_04.csproj
│           │   │   ├── Ex02_04.csproj.user
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Desktop_.ini
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   ├── Debug
│           │   │   │   │   ├── Desktop_.ini
│           │   │   │   │   ├── Ex02_04.exe
│           │   │   │   │   ├── Ex02_04.pdb
│           │   │   │   │   └── Ex02_04.vshost.exe
│           │   │   │   └── Desktop_.ini
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Desktop_.ini
│           │   │       │   ├── Ex02_04.Form1.resources
│           │   │       │   ├── Ex02_04.Properties.Resources.resources
│           │   │       │   ├── Ex02_04.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_04.exe
│           │   │       │   ├── Ex02_04.pdb
│           │   │       │   └── TempPE
│           │   │       │       └── Desktop_.ini
│           │   │       ├── Desktop_.ini
│           │   │       └── Ex02_04.csproj.FileList.txt
│           │   ├── Ex02_04.sln
│           │   └── Ex02_04.suo
│           ├── Ex02_05
│           │   ├── Desktop_.ini
│           │   ├── Ex02_05
│           │   │   ├── Desktop_.ini
│           │   │   ├── Ex02_05.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Desktop_.ini
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── Resources
│           │   │   │   ├── 67.gif
│           │   │   │   ├── Desktop_.ini
│           │   │   │   └── 图标.gif
│           │   │   ├── bin
│           │   │   │   ├── Debug
│           │   │   │   │   ├── Desktop_.ini
│           │   │   │   │   ├── Ex02_05.exe
│           │   │   │   │   ├── Ex02_05.pdb
│           │   │   │   │   └── Ex02_05.vshost.exe
│           │   │   │   └── Desktop_.ini
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Desktop_.ini
│           │   │       │   ├── Ex02_05.Form1.resources
│           │   │       │   ├── Ex02_05.Properties.Resources.resources
│           │   │       │   ├── Ex02_05.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_05.exe
│           │   │       │   ├── Ex02_05.pdb
│           │   │       │   └── TempPE
│           │   │       │       ├── Desktop_.ini
│           │   │       │       └── Properties.Resources.Designer.cs.dll
│           │   │       ├── Desktop_.ini
│           │   │       └── Ex02_05.csproj.FileList.txt
│           │   ├── Ex02_05.sln
│           │   └── Ex02_05.suo
│           ├── Ex02_06
│           │   ├── Desktop_.ini
│           │   ├── Ex02_06
│           │   │   ├── Desktop_.ini
│           │   │   ├── Ex02_06.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Desktop_.ini
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── Resources
│           │   │   │   ├── 47.bmp
│           │   │   │   └── Desktop_.ini
│           │   │   ├── bin
│           │   │   │   ├── Debug
│           │   │   │   │   ├── Desktop_.ini
│           │   │   │   │   ├── Ex02_06.exe
│           │   │   │   │   ├── Ex02_06.pdb
│           │   │   │   │   └── Ex02_06.vshost.exe
│           │   │   │   └── Desktop_.ini
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Desktop_.ini
│           │   │       │   ├── Ex02_06.Form1.resources
│           │   │       │   ├── Ex02_06.Properties.Resources.resources
│           │   │       │   ├── Ex02_06.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_06.exe
│           │   │       │   ├── Ex02_06.pdb
│           │   │       │   └── TempPE
│           │   │       │       ├── Desktop_.ini
│           │   │       │       └── Properties.Resources.Designer.cs.dll
│           │   │       ├── Desktop_.ini
│           │   │       └── Ex02_06.csproj.FileList.txt
│           │   ├── Ex02_06.sln
│           │   └── Ex02_06.suo
│           ├── Ex02_07
│           │   ├── Desktop_.ini
│           │   ├── Ex02_07
│           │   │   ├── Desktop_.ini
│           │   │   ├── Ex02_07.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Desktop_.ini
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   ├── Debug
│           │   │   │   │   ├── Desktop_.ini
│           │   │   │   │   ├── Ex02_07.exe
│           │   │   │   │   ├── Ex02_07.pdb
│           │   │   │   │   └── Ex02_07.vshost.exe
│           │   │   │   └── Desktop_.ini
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Desktop_.ini
│           │   │       │   ├── Ex02_07.Form1.resources
│           │   │       │   ├── Ex02_07.Properties.Resources.resources
│           │   │       │   ├── Ex02_07.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_07.exe
│           │   │       │   ├── Ex02_07.pdb
│           │   │       │   └── TempPE
│           │   │       │       └── Desktop_.ini
│           │   │       ├── Desktop_.ini
│           │   │       └── Ex02_07.csproj.FileList.txt
│           │   ├── Ex02_07.sln
│           │   └── Ex02_07.suo
│           ├── Ex02_08
│           │   ├── Desktop_.ini
│           │   ├── Ex02_08
│           │   │   ├── Desktop_.ini
│           │   │   ├── Ex02_08.csproj
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Desktop_.ini
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   ├── Debug
│           │   │   │   │   ├── Ex02_08.exe
│           │   │   │   │   ├── Ex02_08.pdb
│           │   │   │   │   └── Ex02_08.vshost.exe
│           │   │   │   └── Desktop_.ini
│           │   │   ├── frmMain.Designer.cs
│           │   │   ├── frmMain.cs
│           │   │   ├── frmMain.resx
│           │   │   ├── frmRtf.Designer.cs
│           │   │   ├── frmRtf.cs
│           │   │   ├── frmRtf.resx
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Desktop_.ini
│           │   │       │   ├── Ex02_08.Properties.Resources.resources
│           │   │       │   ├── Ex02_08.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_08.exe
│           │   │       │   ├── Ex02_08.frmMain.resources
│           │   │       │   ├── Ex02_08.frmRtf.resources
│           │   │       │   ├── Ex02_08.pdb
│           │   │       │   ├── Refactor
│           │   │       │   │   └── Desktop_.ini
│           │   │       │   ├── ResolveAssemblyReference.cache
│           │   │       │   └── TempPE
│           │   │       │       └── Desktop_.ini
│           │   │       ├── Desktop_.ini
│           │   │       └── Ex02_08.csproj.FileList.txt
│           │   ├── Ex02_08.sln
│           │   └── Ex02_08.suo
│           ├── Ex02_09
│           │   ├── Ex02_09
│           │   │   ├── Ex02_09.csproj
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_09.exe
│           │   │   │       ├── Ex02_09.pdb
│           │   │   │       └── Ex02_09.vshost.exe
│           │   │   ├── fromsearch.Designer.cs
│           │   │   ├── fromsearch.cs
│           │   │   ├── fromsearch.resx
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_09.Properties.Resources.resources
│           │   │       │   ├── Ex02_09.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_09.exe
│           │   │       │   ├── Ex02_09.fromsearch.resources
│           │   │       │   ├── Ex02_09.pdb
│           │   │       │   ├── Refactor
│           │   │       │   └── TempPE
│           │   │       └── Ex02_09.csproj.FileList.txt
│           │   ├── Ex02_09.sln
│           │   └── Ex02_09.suo
│           ├── Ex02_10
│           │   ├── Ex02_10
│           │   │   ├── Ex02_10.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_10.exe
│           │   │   │       ├── Ex02_10.pdb
│           │   │   │       └── Ex02_10.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_10.Form1.resources
│           │   │       │   ├── Ex02_10.Properties.Resources.resources
│           │   │       │   ├── Ex02_10.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_10.exe
│           │   │       │   ├── Ex02_10.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex02_10.csproj.FileList.txt
│           │   ├── Ex02_10.sln
│           │   └── Ex02_10.suo
│           ├── Ex02_11
│           │   ├── Ex02_11
│           │   │   ├── Ex02_11.csproj
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_11.exe
│           │   │   │       ├── Ex02_11.pdb
│           │   │   │       └── Ex02_11.vshost.exe
│           │   │   ├── frmListBox.cs
│           │   │   ├── frmListBox.designer.cs
│           │   │   ├── frmListBox.resx
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_11.Properties.Resources.resources
│           │   │       │   ├── Ex02_11.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_11.exe
│           │   │       │   ├── Ex02_11.frmListBox.resources
│           │   │       │   ├── Ex02_11.pdb
│           │   │       │   ├── Refactor
│           │   │       │   └── TempPE
│           │   │       └── Ex02_11.csproj.FileList.txt
│           │   ├── Ex02_11.sln
│           │   └── Ex02_11.suo
│           ├── Ex02_12
│           │   ├── Ex02_12
│           │   │   ├── Ex02_12.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_12.exe
│           │   │   │       ├── Ex02_12.pdb
│           │   │   │       └── Ex02_12.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_12.Form1.resources
│           │   │       │   ├── Ex02_12.Properties.Resources.resources
│           │   │       │   ├── Ex02_12.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_12.exe
│           │   │       │   ├── Ex02_12.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex02_12.csproj.FileList.txt
│           │   ├── Ex02_12.sln
│           │   └── Ex02_12.suo
│           ├── Ex02_13
│           │   ├── Ex02_13
│           │   │   ├── Ex02_13.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_13.exe
│           │   │   │       ├── Ex02_13.pdb
│           │   │   │       └── Ex02_13.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_13.Form1.resources
│           │   │       │   ├── Ex02_13.Properties.Resources.resources
│           │   │       │   ├── Ex02_13.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_13.exe
│           │   │       │   ├── Ex02_13.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex02_13.csproj.FileList.txt
│           │   ├── Ex02_13.sln
│           │   └── Ex02_13.suo
│           ├── Ex02_14
│           │   ├── Ex02_14
│           │   │   ├── Ex02_14.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_14.exe
│           │   │   │       ├── Ex02_14.pdb
│           │   │   │       └── Ex02_14.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_14.Form1.resources
│           │   │       │   ├── Ex02_14.Properties.Resources.resources
│           │   │       │   ├── Ex02_14.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_14.exe
│           │   │       │   ├── Ex02_14.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex02_14.csproj.FileList.txt
│           │   ├── Ex02_14.sln
│           │   └── Ex02_14.suo
│           ├── Ex02_15
│           │   ├── Ex02_15
│           │   │   ├── Ex02_15.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_15.exe
│           │   │   │       ├── Ex02_15.pdb
│           │   │   │       └── Ex02_15.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_15.Form1.resources
│           │   │       │   ├── Ex02_15.Properties.Resources.resources
│           │   │       │   ├── Ex02_15.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_15.exe
│           │   │       │   ├── Ex02_15.pdb
│           │   │       │   ├── Refactor
│           │   │       │   └── TempPE
│           │   │       └── Ex02_15.csproj.FileList.txt
│           │   ├── Ex02_15.sln
│           │   └── Ex02_15.suo
│           ├── Ex02_16
│           │   ├── Ex02_16
│           │   │   ├── Ex02_16.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_16.exe
│           │   │   │       ├── Ex02_16.pdb
│           │   │   │       └── Ex02_16.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_16.Form1.resources
│           │   │       │   ├── Ex02_16.Properties.Resources.resources
│           │   │       │   ├── Ex02_16.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_16.exe
│           │   │       │   ├── Ex02_16.pdb
│           │   │       │   └── TempPE
│           │   │       │       └── Properties.Resources.Designer.cs.dll
│           │   │       └── Ex02_16.csproj.FileList.txt
│           │   ├── Ex02_16.sln
│           │   └── Ex02_16.suo
│           ├── Ex02_17
│           │   ├── Ex02_17
│           │   │   ├── Ex02_17.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_17.exe
│           │   │   │       ├── Ex02_17.pdb
│           │   │   │       └── Ex02_17.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_17.Form1.resources
│           │   │       │   ├── Ex02_17.Properties.Resources.resources
│           │   │       │   ├── Ex02_17.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_17.exe
│           │   │       │   ├── Ex02_17.pdb
│           │   │       │   ├── Refactor
│           │   │       │   └── TempPE
│           │   │       │       └── Properties.Resources.Designer.cs.dll
│           │   │       └── Ex02_17.csproj.FileList.txt
│           │   ├── Ex02_17.sln
│           │   └── Ex02_17.suo
│           ├── Ex02_18
│           │   ├── Ex02_18
│           │   │   ├── Ex02_18.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_18.exe
│           │   │   │       ├── Ex02_18.pdb
│           │   │   │       └── Ex02_18.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_18.Form1.resources
│           │   │       │   ├── Ex02_18.Properties.Resources.resources
│           │   │       │   ├── Ex02_18.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_18.exe
│           │   │       │   ├── Ex02_18.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex02_18.csproj.FileList.txt
│           │   ├── Ex02_18.sln
│           │   └── Ex02_18.suo
│           ├── Ex02_19
│           │   ├── Ex02_19
│           │   │   ├── Ex02_19.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_19.exe
│           │   │   │       ├── Ex02_19.pdb
│           │   │   │       └── Ex02_19.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_19.Form1.resources
│           │   │       │   ├── Ex02_19.Properties.Resources.resources
│           │   │       │   ├── Ex02_19.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_19.exe
│           │   │       │   ├── Ex02_19.pdb
│           │   │       │   ├── Refactor
│           │   │       │   └── TempPE
│           │   │       └── Ex02_19.csproj.FileList.txt
│           │   ├── Ex02_19.sln
│           │   └── Ex02_19.suo
│           ├── Ex02_20
│           │   ├── Ex02_20
│           │   │   ├── Ex02_20.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── ListViewItemComparer.cs
│           │   │   ├── ListViewSortForm1.cs
│           │   │   ├── ListViewSortForm1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_20.exe
│           │   │   │       ├── Ex02_20.pdb
│           │   │   │       └── Ex02_20.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_20.Form1.resources
│           │   │       │   ├── Ex02_20.ListViewSortForm1.resources
│           │   │       │   ├── Ex02_20.Properties.Resources.resources
│           │   │       │   ├── Ex02_20.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_20.exe
│           │   │       │   ├── Ex02_20.pdb
│           │   │       │   ├── Refactor
│           │   │       │   └── TempPE
│           │   │       └── Ex02_20.csproj.FileList.txt
│           │   ├── Ex02_20.sln
│           │   └── Ex02_20.suo
│           ├── Ex02_21
│           │   ├── Ex02_21
│           │   │   ├── Ex02_21.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── Resources
│           │   │   │   ├── 3.bmp
│           │   │   │   ├── 31.bmp
│           │   │   │   └── 通用图2.bmp
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_21.exe
│           │   │   │       ├── Ex02_21.pdb
│           │   │   │       └── Ex02_21.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_21.Form1.resources
│           │   │       │   ├── Ex02_21.Properties.Resources.resources
│           │   │       │   ├── Ex02_21.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_21.exe
│           │   │       │   ├── Ex02_21.pdb
│           │   │       │   └── TempPE
│           │   │       │       └── Properties.Resources.Designer.cs.dll
│           │   │       └── Ex02_21.csproj.FileList.txt
│           │   ├── Ex02_21.sln
│           │   └── Ex02_21.suo
│           ├── Ex02_22
│           │   ├── Ex02_22
│           │   │   ├── Ex02_22.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_22.exe
│           │   │   │       ├── Ex02_22.pdb
│           │   │   │       └── Ex02_22.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_22.Form1.resources
│           │   │       │   ├── Ex02_22.Properties.Resources.resources
│           │   │       │   ├── Ex02_22.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_22.exe
│           │   │       │   ├── Ex02_22.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex02_22.csproj.FileList.txt
│           │   ├── Ex02_22.sln
│           │   └── Ex02_22.suo
│           ├── Ex02_23
│           │   ├── Ex02_23
│           │   │   ├── Ex02_23.csproj
│           │   │   ├── Form1.Designer.cs
│           │   │   ├── Form1.cs
│           │   │   ├── Form1.resx
│           │   │   ├── Program.cs
│           │   │   ├── Properties
│           │   │   │   ├── AssemblyInfo.cs
│           │   │   │   ├── Resources.Designer.cs
│           │   │   │   ├── Resources.resx
│           │   │   │   ├── Settings.Designer.cs
│           │   │   │   └── Settings.settings
│           │   │   ├── bin
│           │   │   │   └── Debug
│           │   │   │       ├── Ex02_23.exe
│           │   │   │       ├── Ex02_23.pdb
│           │   │   │       └── Ex02_23.vshost.exe
│           │   │   └── obj
│           │   │       ├── Debug
│           │   │       │   ├── Ex02_23.Form1.resources
│           │   │       │   ├── Ex02_23.Properties.Resources.resources
│           │   │       │   ├── Ex02_23.csproj.GenerateResource.Cache
│           │   │       │   ├── Ex02_23.exe
│           │   │       │   ├── Ex02_23.pdb
│           │   │       │   └── TempPE
│           │   │       └── Ex02_23.csproj.FileList.txt
│           │   ├── Ex02_23.sln
│           │   └── Ex02_23.suo
│           └── Ex02_24
│               └── Ex02_24
│                   ├── Ex02_24.csproj
│                   ├── Form1.Designer.cs
│                   ├── Form1.cs
│                   ├── Form1.resx
│                   ├── Form2.Designer.cs
│                   ├── Form2.cs
│                   ├── Form2.resx
│                   ├── Form3.Designer.cs
│                   ├── Form3.cs
│                   ├── Form3.resx
│                   ├── Form4.Designer.cs
│                   ├── Form4.cs
│                   ├── Form4.resx
│                   ├── Form5.Designer.cs
│                   ├── Form5.cs
│                   ├── Form5.resx
│                   ├── bin
│                   │   └── Release
│                   │       ├── Ex02_24.exe
│                   │       ├── Ex02_24.pdb
│                   │       └── Ex02_24.vshost.exe
│                   └── obj
│                       └── Debug
│                           ├── Ex02_24.Form1.resources
│                           ├── Ex02_24.Form2.resources
│                           ├── Ex02_24.Form3.resources
│                           ├── Ex02_24.Form4.resources
│                           ├── Ex02_24.Form5.resources
│                           ├── Ex02_24.csproj.GenerateResource.Cache
│                           ├── Ex02_24.exe
│                           └── Ex02_24.pdb
└── 好例子网_c#程序开发范例宝典.part02.rar

366 directories, 1007 files


标签:

实例下载地址

c#程序开发范例宝典.part2.rar

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警