嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
c#程序开发范例宝典.part1.rar
.
├── c#程序开发范例宝典
│ └── mingrisoft
│ └── 01
│ ├── Ex01_01
│ │ └── MenuHistory
│ │ ├── MenuHistory
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MenuHistory.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Menu.ini
│ │ │ │ ├── MenuHistory.exe
│ │ │ │ ├── MenuHistory.pdb
│ │ │ │ └── MenuHistory.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── MenuHistory.Form1.resources
│ │ │ │ ├── MenuHistory.Properties.Resources.resources
│ │ │ │ ├── MenuHistory.csproj.GenerateResource.Cache
│ │ │ │ ├── MenuHistory.exe
│ │ │ │ ├── MenuHistory.pdb
│ │ │ │ └── TempPE
│ │ │ └── MenuHistory.csproj.FileList.txt
│ │ ├── MenuHistory.sln
│ │ └── MenuHistory.suo
│ ├── Ex01_02
│ │ └── UniteMenu
│ │ ├── UniteMenu
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Form2.Designer.cs
│ │ │ ├── Form2.cs
│ │ │ ├── Form2.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── UniteMenu.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── UniteMenu.exe
│ │ │ │ ├── UniteMenu.pdb
│ │ │ │ └── UniteMenu.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ ├── UniteMenu.Form1.resources
│ │ │ │ ├── UniteMenu.Form2.resources
│ │ │ │ ├── UniteMenu.Properties.Resources.resources
│ │ │ │ ├── UniteMenu.csproj.GenerateResource.Cache
│ │ │ │ ├── UniteMenu.exe
│ │ │ │ └── UniteMenu.pdb
│ │ │ └── UniteMenu.csproj.FileList.txt
│ │ ├── UniteMenu.sln
│ │ └── UniteMenu.suo
│ ├── Ex01_03
│ │ └── LikeStartMemu
│ │ ├── LikeStartMemu
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── LikeStartMemu.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── XP右.jpg
│ │ │ │ ├── XP小.jpg
│ │ │ │ ├── XP右1.jpg
│ │ │ │ ├── XP左背景.jpg
│ │ │ │ ├── Xp中.jpg
│ │ │ │ ├── 背景.jpg
│ │ │ │ ├── 背景2.jpg
│ │ │ │ └── 背景21.jpg
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── LikeStartMemu.exe
│ │ │ │ ├── LikeStartMemu.pdb
│ │ │ │ ├── LikeStartMemu.vshost.exe
│ │ │ │ ├── 技.jpg
│ │ │ │ ├── 日.jpg
│ │ │ │ ├── 明.jpg
│ │ │ │ └── 科.jpg
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── LikeStartMemu.Form1.resources
│ │ │ │ ├── LikeStartMemu.Properties.Resources.resources
│ │ │ │ ├── LikeStartMemu.csproj.GenerateResource.Cache
│ │ │ │ ├── LikeStartMemu.exe
│ │ │ │ ├── LikeStartMemu.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── LikeStartMemu.csproj.FileList.txt
│ │ ├── LikeStartMemu.sln
│ │ └── LikeStartMemu.suo
│ ├── Ex01_04
│ │ └── NotifyIconSl
│ │ ├── NotifyIconSl
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── NotifyIconSl.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── NotifyIconSl.exe
│ │ │ │ ├── NotifyIconSl.pdb
│ │ │ │ └── NotifyIconSl.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── NotifyIconSl.Form1.resources
│ │ │ │ ├── NotifyIconSl.Properties.Resources.resources
│ │ │ │ ├── NotifyIconSl.csproj.GenerateResource.Cache
│ │ │ │ ├── NotifyIconSl.exe
│ │ │ │ ├── NotifyIconSl.pdb
│ │ │ │ └── TempPE
│ │ │ └── NotifyIconSl.csproj.FileList.txt
│ │ ├── NotifyIconSl.sln
│ │ └── NotifyIconSl.suo
│ ├── Ex01_05
│ │ └── HideMenu
│ │ ├── HideMenu
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── HideMenu.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── HideMenu.exe
│ │ │ │ ├── HideMenu.pdb
│ │ │ │ └── HideMenu.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── HideMenu.Form1.resources
│ │ │ │ ├── HideMenu.Properties.Resources.resources
│ │ │ │ ├── HideMenu.csproj.GenerateResource.Cache
│ │ │ │ ├── HideMenu.exe
│ │ │ │ ├── HideMenu.pdb
│ │ │ │ └── TempPE
│ │ │ └── HideMenu.csproj.FileList.txt
│ │ ├── HideMenu.sln
│ │ └── HideMenu.suo
│ ├── Ex01_06
│ │ └── ManyMenu
│ │ ├── ManyMenu
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── ManyMenu.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ManyMenu.exe
│ │ │ │ ├── ManyMenu.pdb
│ │ │ │ └── ManyMenu.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── ManyMenu.Form1.resources
│ │ │ │ ├── ManyMenu.Properties.Resources.resources
│ │ │ │ ├── ManyMenu.csproj.GenerateResource.Cache
│ │ │ │ ├── ManyMenu.exe
│ │ │ │ ├── ManyMenu.pdb
│ │ │ │ └── TempPE
│ │ │ └── ManyMenu.csproj.FileList.txt
│ │ ├── ManyMenu.psess
│ │ ├── ManyMenu.sln
│ │ ├── ManyMenu.suo
│ │ └── ManyMenu070126.vsp
│ ├── Ex01_07
│ │ └── BackGroundTool
│ │ ├── BackGroundTool
│ │ │ ├── BackGroundTool.csproj
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── 5.jpg
│ │ │ │ ├── 6.jpg
│ │ │ │ └── 9.jpg
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── BackGroundTool.exe
│ │ │ │ ├── BackGroundTool.pdb
│ │ │ │ └── BackGroundTool.vshost.exe
│ │ │ └── obj
│ │ │ ├── BackGroundTool.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── BackGroundTool.Form1.resources
│ │ │ ├── BackGroundTool.Properties.Resources.resources
│ │ │ ├── BackGroundTool.csproj.GenerateResource.Cache
│ │ │ ├── BackGroundTool.exe
│ │ │ ├── BackGroundTool.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── BackGroundTool.sln
│ │ └── BackGroundTool.suo
│ ├── Ex01_08
│ │ └── DriftForm
│ │ ├── DriftForm
│ │ │ ├── DriftForm.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.bmp
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DriftForm.exe
│ │ │ │ ├── DriftForm.pdb
│ │ │ │ └── DriftForm.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DriftForm.Form1.resources
│ │ │ │ ├── DriftForm.Properties.Resources.resources
│ │ │ │ ├── DriftForm.csproj.GenerateResource.Cache
│ │ │ │ ├── DriftForm.exe
│ │ │ │ ├── DriftForm.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── DriftForm.csproj.FileList.txt
│ │ ├── DriftForm.sln
│ │ └── DriftForm.suo
│ ├── Ex01_09
│ │ └── DropDownTool
│ │ ├── DropDownTool
│ │ │ ├── DropDownTool.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
│ │ │ │ ├── DropDownTool.exe
│ │ │ │ ├── DropDownTool.pdb
│ │ │ │ └── DropDownTool.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DropDownTool.Form1.resources
│ │ │ │ ├── DropDownTool.Properties.Resources.resources
│ │ │ │ ├── DropDownTool.csproj.GenerateResource.Cache
│ │ │ │ ├── DropDownTool.exe
│ │ │ │ ├── DropDownTool.pdb
│ │ │ │ └── TempPE
│ │ │ └── DropDownTool.csproj.FileList.txt
│ │ ├── DropDownTool.sln
│ │ └── DropDownTool.suo
│ ├── Ex01_10
│ │ └── PromptToolbar
│ │ ├── PromptToolbar
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── PromptToolbar.csproj
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── PromptToolbar.exe
│ │ │ │ ├── PromptToolbar.pdb
│ │ │ │ └── PromptToolbar.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── PromptToolbar.Form1.resources
│ │ │ │ ├── PromptToolbar.Properties.Resources.resources
│ │ │ │ ├── PromptToolbar.csproj.GenerateResource.Cache
│ │ │ │ ├── PromptToolbar.exe
│ │ │ │ ├── PromptToolbar.pdb
│ │ │ │ └── TempPE
│ │ │ └── PromptToolbar.csproj.FileList.txt
│ │ ├── PromptToolbar.sln
│ │ └── PromptToolbar.suo
│ ├── Ex01_11
│ │ └── StatusBar
│ │ ├── StatusBar
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── StatusBar.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── StatusBar.exe
│ │ │ │ ├── StatusBar.pdb
│ │ │ │ └── StatusBar.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── StatusBar.Form1.resources
│ │ │ │ ├── StatusBar.Properties.Resources.resources
│ │ │ │ ├── StatusBar.csproj.GenerateResource.Cache
│ │ │ │ ├── StatusBar.exe
│ │ │ │ ├── StatusBar.pdb
│ │ │ │ └── TempPE
│ │ │ └── StatusBar.csproj.FileList.txt
│ │ ├── StatusBar.sln
│ │ └── StatusBar.suo
│ ├── Ex01_12
│ │ └── ProsessStatusBar
│ │ ├── ProsessStatusBar
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── ProsessStatusBar.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ProsessStatusBar.exe
│ │ │ │ ├── ProsessStatusBar.pdb
│ │ │ │ └── ProsessStatusBar.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── ProsessStatusBar.Form1.resources
│ │ │ │ ├── ProsessStatusBar.Properties.Resources.resources
│ │ │ │ ├── ProsessStatusBar.csproj.GenerateResource.Cache
│ │ │ │ ├── ProsessStatusBar.exe
│ │ │ │ ├── ProsessStatusBar.pdb
│ │ │ │ ├── TempPE
│ │ │ │ └── build.force
│ │ │ └── ProsessStatusBar.csproj.FileList.txt
│ │ ├── ProsessStatusBar.sln
│ │ └── ProsessStatusBar.suo
│ ├── Ex01_13
│ │ └── ImgaeProsessBar
│ │ ├── ImgaeProsessBar
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── ImgaeProsessBar.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ImgaeProsessBar.exe
│ │ │ │ ├── ImgaeProsessBar.pdb
│ │ │ │ └── ImgaeProsessBar.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── ImgaeProsessBar.Form1.resources
│ │ │ │ ├── ImgaeProsessBar.Properties.Resources.resources
│ │ │ │ ├── ImgaeProsessBar.csproj.GenerateResource.Cache
│ │ │ │ ├── ImgaeProsessBar.exe
│ │ │ │ ├── ImgaeProsessBar.pdb
│ │ │ │ └── TempPE
│ │ │ └── ImgaeProsessBar.csproj.FileList.txt
│ │ ├── ImgaeProsessBar.sln
│ │ └── ImgaeProsessBar.suo
│ ├── Ex01_14
│ │ └── OutLook
│ │ ├── OutLook
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── OutLook.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── OutLook.exe
│ │ │ │ ├── OutLook.pdb
│ │ │ │ └── OutLook.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── OutLook.Form1.resources
│ │ │ │ ├── OutLook.Properties.Resources.resources
│ │ │ │ ├── OutLook.csproj.GenerateResource.Cache
│ │ │ │ ├── OutLook.exe
│ │ │ │ ├── OutLook.pdb
│ │ │ │ └── TempPE
│ │ │ └── OutLook.csproj.FileList.txt
│ │ ├── OutLook.sln
│ │ └── OutLook.suo
│ ├── Ex01_15
│ │ └── Navigation
│ │ ├── Navigation
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Navigation.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── Navigation.exe
│ │ │ │ ├── Navigation.pdb
│ │ │ │ └── Navigation.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Navigation.Form1.resources
│ │ │ │ ├── Navigation.Properties.Resources.resources
│ │ │ │ ├── Navigation.csproj.GenerateResource.Cache
│ │ │ │ ├── Navigation.exe
│ │ │ │ ├── Navigation.pdb
│ │ │ │ └── TempPE
│ │ │ └── Navigation.csproj.FileList.txt
│ │ ├── Navigation.sln
│ │ └── Navigation.suo
│ ├── Ex01_16
│ │ └── ButtonNavigation
│ │ ├── ButtonNavigation
│ │ │ ├── ButtonNavigation.csproj
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── 03.gif
│ │ │ │ ├── 09.gif
│ │ │ │ ├── 18.gif
│ │ │ │ ├── 24.gif
│ │ │ │ ├── 6.gif
│ │ │ │ └── 8.gif
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── ButtonNavigation.exe
│ │ │ │ ├── ButtonNavigation.pdb
│ │ │ │ └── ButtonNavigation.vshost.exe
│ │ │ └── obj
│ │ │ ├── ButtonNavigation.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── ButtonNavigation.Form1.resources
│ │ │ ├── ButtonNavigation.Properties.Resources.resources
│ │ │ ├── ButtonNavigation.csproj.GenerateResource.Cache
│ │ │ ├── ButtonNavigation.exe
│ │ │ ├── ButtonNavigation.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── ButtonNavigation.sln
│ │ └── ButtonNavigation.suo
│ ├── Ex01_17
│ │ └── QQ
│ │ ├── QQ
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── QQ.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── QQ.exe
│ │ │ │ ├── QQ.pdb
│ │ │ │ └── QQ.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── QQ.Form1.resources
│ │ │ │ ├── QQ.Properties.Resources.resources
│ │ │ │ ├── QQ.csproj.GenerateResource.Cache
│ │ │ │ ├── QQ.exe
│ │ │ │ ├── QQ.pdb
│ │ │ │ └── TempPE
│ │ │ └── QQ.csproj.FileList.txt
│ │ ├── QQ.sln
│ │ └── QQ.suo
│ ├── Ex01_18
│ │ └── WindowsXP
│ │ ├── WindowsXP
│ │ │ ├── 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
│ │ │ │ ├── XP小.jpg
│ │ │ │ ├── XP左背景.jpg
│ │ │ │ ├── Xp中.jpg
│ │ │ │ └── Xp中1.jpg
│ │ │ ├── WindowsXP.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── WindowsXP.exe
│ │ │ │ ├── WindowsXP.pdb
│ │ │ │ └── WindowsXP.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── WindowsXP.Form1.resources
│ │ │ │ ├── WindowsXP.Properties.Resources.resources
│ │ │ │ ├── WindowsXP.csproj.GenerateResource.Cache
│ │ │ │ ├── WindowsXP.exe
│ │ │ │ └── WindowsXP.pdb
│ │ │ └── WindowsXP.csproj.FileList.txt
│ │ ├── WindowsXP.sln
│ │ └── WindowsXP.suo
│ ├── Ex01_19
│ │ └── ImageButton
│ │ ├── ImageButton
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── ImageButton.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── 1.jpg
│ │ │ │ ├── 2.jpg
│ │ │ │ └── 3.jpg
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 2.jpg
│ │ │ │ ├── 3.jpg
│ │ │ │ ├── ImageButton.exe
│ │ │ │ ├── ImageButton.pdb
│ │ │ │ └── ImageButton.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── ImageButton.Form1.resources
│ │ │ │ ├── ImageButton.Properties.Resources.resources
│ │ │ │ ├── ImageButton.csproj.GenerateResource.Cache
│ │ │ │ ├── ImageButton.exe
│ │ │ │ ├── ImageButton.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── ImageButton.csproj.FileList.txt
│ │ ├── ImageButton.sln
│ │ └── ImageButton.suo
│ ├── Ex01_20
│ │ └── TreeNavigation
│ │ ├── TreeNavigation
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── 上.jpg
│ │ │ │ └── 右.jpg
│ │ │ ├── TreeNavigation.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── TreeNavigation.exe
│ │ │ │ ├── TreeNavigation.pdb
│ │ │ │ └── TreeNavigation.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── TreeNavigation.Form1.resources
│ │ │ │ ├── TreeNavigation.Properties.Resources.resources
│ │ │ │ ├── TreeNavigation.csproj.GenerateResource.Cache
│ │ │ │ ├── TreeNavigation.exe
│ │ │ │ └── TreeNavigation.pdb
│ │ │ └── TreeNavigation.csproj.FileList.txt
│ │ ├── TreeNavigation.sln
│ │ └── TreeNavigation.suo
│ ├── Ex01_21
│ │ └── DynamicButtonNavigation
│ │ ├── DynamicButtonNavigation
│ │ │ ├── DynamicButtonNavigation.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.bmp
│ │ │ │ ├── 2.bmp
│ │ │ │ ├── 3.bmp
│ │ │ │ ├── 4.bmp
│ │ │ │ ├── 5.bmp
│ │ │ │ ├── 6.bmp
│ │ │ │ ├── Thumbs.db
│ │ │ │ └── 中.jpg
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── DynamicButtonNavigation.exe
│ │ │ │ ├── DynamicButtonNavigation.pdb
│ │ │ │ └── DynamicButtonNavigation.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── DynamicButtonNavigation.Form1.resources
│ │ │ │ ├── DynamicButtonNavigation.Properties.Resources.resources
│ │ │ │ ├── DynamicButtonNavigation.csproj.GenerateResource.Cache
│ │ │ │ ├── DynamicButtonNavigation.exe
│ │ │ │ ├── DynamicButtonNavigation.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── DynamicButtonNavigation.csproj.FileList.txt
│ │ ├── DynamicButtonNavigation.sln
│ │ └── DynamicButtonNavigation.suo
│ ├── Ex01_22
│ │ └── SpecialSharpWindows
│ │ ├── SpecialSharpWindows
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SpecialSharpWindows.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── Heart.bmp
│ │ │ │ ├── SpecialSharpWindows.exe
│ │ │ │ ├── SpecialSharpWindows.pdb
│ │ │ │ └── SpecialSharpWindows.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── SpecialSharpWindows.Form1.resources
│ │ │ │ ├── SpecialSharpWindows.Properties.Resources.resources
│ │ │ │ ├── SpecialSharpWindows.csproj.GenerateResource.Cache
│ │ │ │ ├── SpecialSharpWindows.exe
│ │ │ │ ├── SpecialSharpWindows.pdb
│ │ │ │ └── TempPE
│ │ │ └── SpecialSharpWindows.csproj.FileList.txt
│ │ ├── SpecialSharpWindows.sln
│ │ └── SpecialSharpWindows.suo
│ ├── Ex01_23
│ │ └── WordWindows
│ │ ├── SpecialSharpWindows
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── WordWindows.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── 1.bmp
│ │ │ │ ├── SpecialSharpWindows.exe
│ │ │ │ ├── SpecialSharpWindows.pdb
│ │ │ │ └── SpecialSharpWindows.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── SpecialSharpWindows.Form1.resources
│ │ │ │ ├── SpecialSharpWindows.Properties.Resources.resources
│ │ │ │ ├── SpecialSharpWindows.csproj.GenerateResource.Cache
│ │ │ │ ├── SpecialSharpWindows.exe
│ │ │ │ ├── SpecialSharpWindows.pdb
│ │ │ │ ├── TempPE
│ │ │ │ └── WordWindows.csproj.GenerateResource.Cache
│ │ │ ├── SpecialSharpWindows.csproj.FileList.txt
│ │ │ └── WordWindows.csproj.FileList.txt
│ │ ├── WordWindows.sln
│ │ └── WordWindows.suo
│ ├── Ex01_24
│ │ └── ChangeWithWindows
│ │ ├── ChangeWithWindows
│ │ │ ├── ChangeWithWindows.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
│ │ │ │ ├── ChangeWithWindows.exe
│ │ │ │ ├── ChangeWithWindows.pdb
│ │ │ │ └── ChangeWithWindows.vshost.exe
│ │ │ └── obj
│ │ │ ├── ChangeWithWindows.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── ChangeWithWindows.Form1.resources
│ │ │ ├── ChangeWithWindows.Properties.Resources.resources
│ │ │ ├── ChangeWithWindows.csproj.GenerateResource.Cache
│ │ │ ├── ChangeWithWindows.exe
│ │ │ ├── ChangeWithWindows.pdb
│ │ │ └── TempPE
│ │ ├── ChangeWithWindows.sln
│ │ └── ChangeWithWindows.suo
│ ├── Ex01_25
│ │ └── SpliterWindows
│ │ ├── SpliterWindows
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── SpliterWindows.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── SpliterWindows.exe
│ │ │ │ ├── SpliterWindows.pdb
│ │ │ │ └── SpliterWindows.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── SpliterWindows.Form1.resources
│ │ │ │ ├── SpliterWindows.Properties.Resources.resources
│ │ │ │ ├── SpliterWindows.csproj.GenerateResource.Cache
│ │ │ │ ├── SpliterWindows.exe
│ │ │ │ ├── SpliterWindows.pdb
│ │ │ │ └── TempPE
│ │ │ └── SpliterWindows.csproj.FileList.txt
│ │ ├── SpliterWindows.sln
│ │ └── SpliterWindows.suo
│ ├── Ex01_26
│ │ └── RandomBackGround
│ │ ├── RandomBackGround
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── RandomBackGround.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── RandomBackGround.exe
│ │ │ │ ├── RandomBackGround.pdb
│ │ │ │ └── RandomBackGround.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── RandomBackGround.Form1.resources
│ │ │ │ ├── RandomBackGround.Properties.Resources.resources
│ │ │ │ ├── RandomBackGround.csproj.GenerateResource.Cache
│ │ │ │ ├── RandomBackGround.exe
│ │ │ │ ├── RandomBackGround.pdb
│ │ │ │ └── TempPE
│ │ │ └── RandomBackGround.csproj.FileList.txt
│ │ ├── RandomBackGround.sln
│ │ └── RandomBackGround.suo
│ ├── Ex01_27
│ │ └── AutoRun
│ │ ├── AutoRun
│ │ │ ├── AutoRun.csproj
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ └── 右.jpg
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── AutoRun.exe
│ │ │ │ ├── AutoRun.inf
│ │ │ │ ├── AutoRun.pdb
│ │ │ │ └── AutoRun.vshost.exe
│ │ │ └── obj
│ │ │ ├── AutoRun.csproj.FileList.txt
│ │ │ └── Debug
│ │ │ ├── AutoRun.Form1.resources
│ │ │ ├── AutoRun.Properties.Resources.resources
│ │ │ ├── AutoRun.csproj.GenerateResource.Cache
│ │ │ ├── AutoRun.exe
│ │ │ ├── AutoRun.pdb
│ │ │ └── TempPE
│ │ │ └── Properties.Resources.Designer.cs.dll
│ │ ├── AutoRun.sln
│ │ └── AutoRun.suo
│ ├── Ex01_28
│ │ └── TouchKey
│ │ ├── TouchKey
│ │ │ ├── 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
│ │ │ │ └── 2.jpg
│ │ │ ├── TouchKey.csproj
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── TouchKey.exe
│ │ │ │ ├── TouchKey.pdb
│ │ │ │ └── TouchKey.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── Refactor
│ │ │ │ ├── TempPE
│ │ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ │ ├── TouchKey.Form1.resources
│ │ │ │ ├── TouchKey.Properties.Resources.resources
│ │ │ │ ├── TouchKey.csproj.GenerateResource.Cache
│ │ │ │ ├── TouchKey.exe
│ │ │ │ └── TouchKey.pdb
│ │ │ └── TouchKey.csproj.FileList.txt
│ │ ├── TouchKey.sln
│ │ └── TouchKey.suo
│ ├── Ex01_29
│ │ └── GraduallyWindows
│ │ ├── GraduallyWindows
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GraduallyWindows.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── Resources
│ │ │ │ ├── Long.bmp
│ │ │ │ └── XP右.jpg
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── GraduallyWindows.exe
│ │ │ │ ├── GraduallyWindows.pdb
│ │ │ │ └── GraduallyWindows.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── GraduallyWindows.Form1.resources
│ │ │ │ ├── GraduallyWindows.Properties.Resources.resources
│ │ │ │ ├── GraduallyWindows.csproj.GenerateResource.Cache
│ │ │ │ ├── GraduallyWindows.exe
│ │ │ │ ├── GraduallyWindows.pdb
│ │ │ │ └── TempPE
│ │ │ │ └── Properties.Resources.Designer.cs.dll
│ │ │ └── GraduallyWindows.csproj.FileList.txt
│ │ ├── GraduallyWindows.sln
│ │ └── GraduallyWindows.suo
│ ├── Ex01_30
│ │ └── GraduallyBackColor
│ │ ├── GraduallyBackColor
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── GraduallyBackColor.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── GraduallyBackColor.exe
│ │ │ │ ├── GraduallyBackColor.pdb
│ │ │ │ └── GraduallyBackColor.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── GraduallyBackColor.Form1.resources
│ │ │ │ ├── GraduallyBackColor.Properties.Resources.resources
│ │ │ │ ├── GraduallyBackColor.csproj.GenerateResource.Cache
│ │ │ │ ├── GraduallyBackColor.exe
│ │ │ │ ├── GraduallyBackColor.pdb
│ │ │ │ ├── Refactor
│ │ │ │ └── TempPE
│ │ │ └── GraduallyBackColor.csproj.FileList.txt
│ │ ├── GraduallyBackColor.sln
│ │ └── GraduallyBackColor.suo
│ ├── Ex01_31
│ │ └── MoveWindows
│ │ ├── MoveWindows
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── MoveWindows.csproj
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── MoveWindows.exe
│ │ │ │ ├── MoveWindows.pdb
│ │ │ │ └── MoveWindows.vshost.exe
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── MoveWindows.Form1.resources
│ │ │ │ ├── MoveWindows.Properties.Resources.resources
│ │ │ │ ├── MoveWindows.csproj.GenerateResource.Cache
│ │ │ │ ├── MoveWindows.exe
│ │ │ │ ├── MoveWindows.pdb
│ │ │ │ └── TempPE
│ │ │ └── MoveWindows.csproj.FileList.txt
│ │ ├── MoveWindows.sln
│ │ └── MoveWindows.suo
│ └── Ex01_32
│ └── FalshWindows
│ └── FalshWindows
│ ├── FalshWindows.csproj
│ ├── Form1.Designer.cs
│ ├── Form1.cs
│ ├── Form1.resx
│ ├── bin
│ │ └── Debug
│ │ ├── FalshWindows.exe
│ │ ├── FalshWindows.pdb
│ │ └── FalshWindows.vshost.exe
│ └── obj
│ └── Debug
│ └── FalshWindows.csproj.GenerateResource.Cache
└── 好例子网_c#程序开发范例宝典.part01.rar
303 directories, 733 files