嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
C#编写的抓屏程序和源代码
参考了网上的一些代码写了个抓屏程序,主要是根据自己的需求慢慢写的。 自己用着感觉也还不错,满足一般的要求应该是足够了,在这里共享一下程序和代码。 首次原创,转载请注明来源。 (注:运行程序需要...
.
├── C#编写的抓屏程序和源代码_ScreenCatcher_Code_2.7z
└── ScreenCatcher
├── ScreenCatcher
│ ├── FormCatcher.Designer.cs
│ ├── FormCatcher.cs
│ ├── FormCatcher.resx
│ ├── FormSetting.Designer.cs
│ ├── FormSetting.cs
│ ├── FormSetting.resx
│ ├── HotKeyHelper.cs
│ ├── Program.cs
│ ├── Properties
│ │ └── AssemblyInfo.cs
│ ├── ScreenCatcher.csproj
│ ├── ScreenCatcher.csproj.user
│ ├── ScreenCatcher.ico
│ ├── Setting.cs
│ ├── XmlHelper.cs
│ ├── bin
│ │ └── Debug
│ │ ├── Config.xml
│ │ ├── ScreenCatcher.exe
│ │ ├── ScreenCatcher.pdb
│ │ └── ScreenCatcher.vshost.exe
│ └── obj
│ ├── Debug
│ │ ├── Refactor
│ │ ├── ResolveAssemblyReference.cache
│ │ ├── ScreenCatcher.FormCatcher.resources
│ │ ├── ScreenCatcher.FormSetting.resources
│ │ ├── ScreenCatcher.csproj.GenerateResource.Cache
│ │ ├── ScreenCatcher.exe
│ │ ├── ScreenCatcher.pdb
│ │ ├── ScreenSnippy.csproj.GenerateResource.Cache
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── Release
│ │ ├── Refactor
│ │ ├── ScreenCatcher.FormCatcher.resources
│ │ ├── ScreenCatcher.FormSetting.resources
│ │ ├── ScreenCatcher.csproj.GenerateResource.Cache
│ │ ├── ScreenCatcher.exe
│ │ ├── ScreenCatcher.pdb
│ │ └── TempPE
│ │ └── Properties.Resources.Designer.cs.dll
│ ├── ScreenCatcher.csproj.FileList.txt
│ ├── ScreenCatcher.csproj.FileListAbsolute.txt
│ ├── ScreenSnippy.csproj.FileList.txt
│ └── ScreenSnippy.csproj.FileListAbsolute.txt
├── ScreenCatcher.sln
└── ScreenCatcher.suo
12 directories, 39 files