实例介绍
C#打印示例源码和demo教程,包含 winform、web、asp.net,已成功用于多个项目,绝对好用,绝对超值。
【实例截图】
【核心代码】
打印.net
└── 打印资料
├── Test
│ ├── Test.sln
│ ├── Test.suo
│ ├── TestBLL
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TestBLL.csproj
│ │ ├── TestMessagerManager.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Test.BLL.dll
│ │ │ ├── Test.BLL.pdb
│ │ │ ├── Test.DAL.dll
│ │ │ ├── Test.DAL.pdb
│ │ │ ├── Test.Models.dll
│ │ │ └── Test.Models.pdb
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ │ └── Test.BLL.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── Test.BLL.dll
│ │ │ └── Test.BLL.pdb
│ │ └── TestBLL.csproj.FileListAbsolute.txt
│ ├── TestDAL
│ │ ├── DBHelper.cs
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TestDAL.csproj
│ │ ├── TestMessagerService.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Test.DAL.dll
│ │ │ ├── Test.DAL.pdb
│ │ │ ├── Test.Models.dll
│ │ │ └── Test.Models.pdb
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ │ └── Test.DAL.dll
│ │ │ ├── ResolveAssemblyReference.cache
│ │ │ ├── Test.DAL.dll
│ │ │ └── Test.DAL.pdb
│ │ └── TestDAL.csproj.FileListAbsolute.txt
│ ├── TestDB.mdf
│ ├── TestDB.txt
│ ├── TestDB_log.LDF
│ ├── TestModels
│ │ ├── Properties
│ │ │ └── AssemblyInfo.cs
│ │ ├── TestMessager.cs
│ │ ├── TestModels.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── Test.Models.dll
│ │ │ └── Test.Models.pdb
│ │ └── obj
│ │ ├── Debug
│ │ │ ├── Refactor
│ │ │ │ └── Test.Models.dll
│ │ │ ├── Test.Models.dll
│ │ │ └── Test.Models.pdb
│ │ └── TestModels.csproj.FileListAbsolute.txt
│ └── WebUI
│ ├── Bin
│ │ ├── AjaxControlToolkit.dll
│ │ ├── AjaxControlToolkit.dll.refresh
│ │ ├── AjaxControlToolkit.pdb
│ │ ├── Test.BLL.dll
│ │ ├── Test.BLL.pdb
│ │ ├── Test.DAL.dll
│ │ ├── Test.DAL.pdb
│ │ ├── Test.Models.dll
│ │ ├── Test.Models.pdb
│ │ ├── WebValidates.dll
│ │ ├── WebValidates.dll.refresh
│ │ ├── ar
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── de
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── es
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── fr
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── he
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── hi
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── it
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── ja
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── ko
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── pt
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── ru
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ ├── zh-CHS
│ │ │ └── AjaxControlToolkit.resources.dll
│ │ └── zh-CHT
│ │ └── AjaxControlToolkit.resources.dll
│ ├── Default.aspx
│ ├── Default.aspx.cs
│ ├── Default2.aspx
│ ├── Default2.aspx.cs
│ ├── Default3.aspx
│ ├── Default3.aspx.cs
│ ├── Default4.aspx
│ ├── Default4.aspx.cs
│ ├── Default5.aspx
│ ├── Default5.aspx.cs
│ ├── Default6.aspx
│ ├── Default6.aspx.cs
│ ├── Default7.aspx
│ ├── Default7.aspx.cs
│ ├── Default8.aspx
│ ├── Default8.aspx.cs
│ ├── Default9.aspx
│ ├── Default9.aspx.cs
│ ├── Web.config
│ └── vwd.webinfo
├── 打印
│ ├── ASP.NET網路列印
│ │ ├── 0519am.wmv
│ │ ├── Thumbs.db
│ │ └── WebCast20060519am_Demo.zip
│ ├── ASP_NET网络打印 - sws8327的专栏 - CSDN博客.mht
│ ├── C# WinForm打印
│ │ ├── C#打印源码+最新版下载
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── C#打印源码+最新版下载.sln
│ │ │ ├── C#打印源码+最新版下载.suo
│ │ │ ├── MISGoldPrinter.csproj
│ │ │ ├── MISGoldPrinter.csproj.user
│ │ │ ├── MISGoldPrinter.sln
│ │ │ ├── MISGoldPrinter.suo
│ │ │ ├── MisPrinter.cs
│ │ │ ├── PrinterPageSetting
│ │ │ │ ├── IPrinterPageSetting.cs
│ │ │ │ ├── PrinterPageSetting.cs
│ │ │ │ ├── WebPrinterPageSetting.cs
│ │ │ │ ├── WinPrinterPageSetting.cs
│ │ │ │ └── 下载说明.htm
│ │ │ ├── SysObject
│ │ │ │ ├── Body.cs
│ │ │ │ ├── Bottom.cs
│ │ │ │ ├── Caption.cs
│ │ │ │ ├── Footer.cs
│ │ │ │ ├── Header.cs
│ │ │ │ ├── MultiHeader.cs
│ │ │ │ ├── Outer.cs
│ │ │ │ ├── Title.cs
│ │ │ │ ├── Top.cs
│ │ │ │ └── 下载说明.htm
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ ├── GoldPrinter.dll
│ │ │ │ │ ├── GoldPrinter.pdb
│ │ │ │ │ ├── likecode.com.txt
│ │ │ │ │ ├── printerTest.exe
│ │ │ │ │ ├── printerTest.pdb
│ │ │ │ │ └── 源码东西.url
│ │ │ │ ├── GoldPrinter.dll
│ │ │ │ ├── KHCSharpLibrary.dll
│ │ │ │ └── 下载说明.htm
│ │ │ ├── frmPrint.cs
│ │ │ ├── frmPrint.resx
│ │ │ └── obj
│ │ │ ├── Debug
│ │ │ │ ├── GoldPrinter.frmPrint.resources
│ │ │ │ ├── MISGoldPrinter.projdata
│ │ │ │ ├── likecode.com.txt
│ │ │ │ ├── printerTest.exe
│ │ │ │ ├── printerTest.pdb
│ │ │ │ ├── printerTest.projdata
│ │ │ │ └── 源码东西.url
│ │ │ └── 下载说明.htm
│ │ ├── C#打印源码10个
│ │ │ ├── 3-文件与打印
│ │ │ │ ├── 字体设置
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Backup
│ │ │ │ │ │ ├── App.ico
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── ch3_1.csproj
│ │ │ │ │ │ ├── ch3_1.csproj.user
│ │ │ │ │ │ ├── ch3_1.sln
│ │ │ │ │ │ └── ch3_1.suo
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── UpgradeLog.XML
│ │ │ │ │ ├── _UpgradeReport_Files
│ │ │ │ │ │ ├── UpgradeReport.css
│ │ │ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ │ │ ├── ch3_1.csproj
│ │ │ │ │ ├── ch3_1.csproj.user
│ │ │ │ │ ├── ch3_1.sln
│ │ │ │ │ ├── ch3_1.suo
│ │ │ │ │ └── obj
│ │ │ │ │ └── ch3_1.csproj.FileList.txt
│ │ │ │ ├── 抓图程序
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Backup
│ │ │ │ │ │ ├── App.ico
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── ch3_7.csproj
│ │ │ │ │ │ ├── ch3_7.csproj.user
│ │ │ │ │ │ ├── ch3_7.sln
│ │ │ │ │ │ └── ch3_7.suo
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── UpgradeLog.XML
│ │ │ │ │ ├── _UpgradeReport_Files
│ │ │ │ │ │ ├── UpgradeReport.css
│ │ │ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ │ │ ├── ch3_7.csproj
│ │ │ │ │ ├── ch3_7.csproj.user
│ │ │ │ │ ├── ch3_7.sln
│ │ │ │ │ ├── ch3_7.suo
│ │ │ │ │ └── obj
│ │ │ │ │ └── ch3_7.csproj.FileList.txt
│ │ │ │ ├── 文件打印
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Backup
│ │ │ │ │ │ ├── App.ico
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── ch3_5.csproj
│ │ │ │ │ │ ├── ch3_5.csproj.user
│ │ │ │ │ │ ├── ch3_5.sln
│ │ │ │ │ │ └── ch3_5.suo
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── UpgradeLog.XML
│ │ │ │ │ ├── _UpgradeReport_Files
│ │ │ │ │ │ ├── UpgradeReport.css
│ │ │ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ │ │ ├── ch3_5.csproj
│ │ │ │ │ ├── ch3_5.csproj.user
│ │ │ │ │ ├── ch3_5.sln
│ │ │ │ │ ├── ch3_5.suo
│ │ │ │ │ └── obj
│ │ │ │ │ └── ch3_5.csproj.FileList.txt
│ │ │ │ ├── 剪贴板循环
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Backup
│ │ │ │ │ │ ├── App.ico
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── ch3_8.csproj
│ │ │ │ │ │ ├── ch3_8.csproj.user
│ │ │ │ │ │ ├── ch3_8.sln
│ │ │ │ │ │ └── ch3_8.suo
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── UpgradeLog.XML
│ │ │ │ │ ├── _UpgradeReport_Files
│ │ │ │ │ │ ├── UpgradeReport.css
│ │ │ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ │ │ ├── ch3_8.csproj
│ │ │ │ │ ├── ch3_8.csproj.user
│ │ │ │ │ ├── ch3_8.sln
│ │ │ │ │ ├── ch3_8.suo
│ │ │ │ │ └── obj
│ │ │ │ │ └── ch3_8.csproj.FileList.txt
│ │ │ │ ├── 文本编辑器
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Backup
│ │ │ │ │ │ ├── App.ico
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── ch3_2.csproj
│ │ │ │ │ │ ├── ch3_2.csproj.user
│ │ │ │ │ │ ├── ch3_2.sln
│ │ │ │ │ │ └── ch3_2.suo
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── UpgradeLog.XML
│ │ │ │ │ ├── _UpgradeReport_Files
│ │ │ │ │ │ ├── UpgradeReport.css
│ │ │ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ │ │ ├── ch3_2.csproj
│ │ │ │ │ ├── ch3_2.csproj.user
│ │ │ │ │ ├── ch3_2.sln
│ │ │ │ │ ├── ch3_2.suo
│ │ │ │ │ └── obj
│ │ │ │ │ └── ch3_2.csproj.FileList.txt
│ │ │ │ ├── 输入法设置
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Backup
│ │ │ │ │ │ ├── App.ico
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── ch3_9.csproj
│ │ │ │ │ │ ├── ch3_9.csproj.user
│ │ │ │ │ │ ├── ch3_9.sln
│ │ │ │ │ │ └── ch3_9.suo
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── UpgradeLog.XML
│ │ │ │ │ ├── _UpgradeReport_Files
│ │ │ │ │ │ ├── UpgradeReport.css
│ │ │ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ │ │ ├── ch3_9.csproj
│ │ │ │ │ ├── ch3_9.csproj.user
│ │ │ │ │ ├── ch3_9.sln
│ │ │ │ │ ├── ch3_9.suo
│ │ │ │ │ └── obj
│ │ │ │ │ └── ch3_9.csproj.FileList.txt
│ │ │ │ ├── 文件信息读取
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Backup
│ │ │ │ │ │ ├── App.ico
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── ch3_3.csproj
│ │ │ │ │ │ ├── ch3_3.csproj.user
│ │ │ │ │ │ ├── ch3_3.sln
│ │ │ │ │ │ └── ch3_3.suo
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── UpgradeLog.XML
│ │ │ │ │ ├── _UpgradeReport_Files
│ │ │ │ │ │ ├── UpgradeReport.css
│ │ │ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ │ │ ├── ch3_3.csproj
│ │ │ │ │ ├── ch3_3.csproj.user
│ │ │ │ │ ├── ch3_3.sln
│ │ │ │ │ ├── ch3_3.suo
│ │ │ │ │ └── obj
│ │ │ │ │ └── ch3_3.csproj.FileList.txt
│ │ │ │ ├── 综合打印实例
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Backup
│ │ │ │ │ │ ├── App.ico
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Form1.cs
│ │ │ │ │ │ ├── Form1.resx
│ │ │ │ │ │ ├── ch3_6.csproj
│ │ │ │ │ │ ├── ch3_6.csproj.user
│ │ │ │ │ │ ├── ch3_6.sln
│ │ │ │ │ │ └── ch3_6.suo
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── UpgradeLog.XML
│ │ │ │ │ ├── _UpgradeReport_Files
│ │ │ │ │ │ ├── UpgradeReport.css
│ │ │ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ │ │ ├── bin
│ │ │ │ │ │ └── Debug
│ │ │ │ │ │ └── ch3_6.vshost.exe
│ │ │ │ │ ├── ch3_6.csproj
│ │ │ │ │ ├── ch3_6.csproj.user
│ │ │ │ │ ├── ch3_6.sln
│ │ │ │ │ ├── ch3_6.suo
│ │ │ │ │ ├── obj
│ │ │ │ │ │ └── ch3_6.csproj.FileList.txt
│ │ │ │ │ └── toprint.txt
│ │ │ │ └── 查看磁盘与目录
│ │ │ │ ├── App.ico
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Backup
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── ch3_4.csproj
│ │ │ │ │ ├── ch3_4.csproj.user
│ │ │ │ │ ├── ch3_4.sln
│ │ │ │ │ └── ch3_4.suo
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── UpgradeLog.XML
│ │ │ │ ├── _UpgradeReport_Files
│ │ │ │ │ ├── UpgradeReport.css
│ │ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ │ ├── ch3_4.csproj
│ │ │ │ ├── ch3_4.csproj.user
│ │ │ │ ├── ch3_4.sln
│ │ │ │ ├── ch3_4.suo
│ │ │ │ └── obj
│ │ │ │ └── ch3_4.csproj.FileList.txt
│ │ │ ├── A003-打印对话框
│ │ │ │ ├── WindowsApplication1
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ ├── WindowsApplication1.csproj
│ │ │ │ │ └── obj
│ │ │ │ │ └── WindowsApplication1.csproj.FileList.txt
│ │ │ │ ├── WindowsApplication1.sln
│ │ │ │ └── WindowsApplication1.suo
│ │ │ ├── D002-打印图像
│ │ │ │ ├── WindowsApplication1
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ ├── WindowsApplication1.csproj
│ │ │ │ │ └── obj
│ │ │ │ │ └── WindowsApplication1.csproj.FileList.txt
│ │ │ │ ├── WindowsApplication1.sln
│ │ │ │ └── WindowsApplication1.suo
│ │ │ ├── D003-打印多页文本
│ │ │ │ ├── WindowsApplication1
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ ├── WindowsApplication1.csproj
│ │ │ │ │ └── obj
│ │ │ │ │ └── WindowsApplication1.csproj.FileList.txt
│ │ │ │ ├── WindowsApplication1.sln
│ │ │ │ └── WindowsApplication1.suo
│ │ │ ├── Ex11_01-打印窗体中的数据
│ │ │ │ ├── Ex11_01
│ │ │ │ │ ├── Ex11_01.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
│ │ │ │ │ │ └── Ex11_01.vshost.exe
│ │ │ │ │ └── obj
│ │ │ │ │ └── Ex11_01.csproj.FileList.txt
│ │ │ │ ├── Ex11_01.sln
│ │ │ │ └── Ex11_01.suo
│ │ │ ├── Ex11_02-图形打印
│ │ │ │ ├── Ex11_02
│ │ │ │ │ ├── Ex11_02.csproj
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ └── obj
│ │ │ │ │ └── Ex11_02.csproj.FileList.txt
│ │ │ │ ├── Ex11_02.sln
│ │ │ │ └── Ex11_02.suo
│ │ │ ├── Ex11_17-利用Word打印员工报表
│ │ │ │ ├── Ex11_17
│ │ │ │ │ ├── Ex11_17.csproj
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ └── obj
│ │ │ │ │ └── Ex11_17.csproj.FileList.txt
│ │ │ │ ├── Ex11_17.sln
│ │ │ │ └── Ex11_17.suo
│ │ │ ├── Ex11_18-利用Excel打印学生信息报表
│ │ │ │ ├── Ex11_18
│ │ │ │ │ ├── Ex11_18.csproj
│ │ │ │ │ ├── Form1.Designer.cs
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ ├── Form1.resx
│ │ │ │ │ ├── Program.cs
│ │ │ │ │ ├── Properties
│ │ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ │ ├── Resources.resx
│ │ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ │ └── Settings.settings
│ │ │ │ │ └── obj
│ │ │ │ │ └── Ex11_18.csproj.FileList.txt
│ │ │ │ ├── Ex11_18.sln
│ │ │ │ └── Ex11_18.suo
│ │ │ ├── 第8讲 把Excel数据读入ListView
│ │ │ │ ├── 2001年计算中心.xls
│ │ │ │ ├── App.ico
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Backup
│ │ │ │ │ ├── App.ico
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── ExcelReader.csproj
│ │ │ │ │ ├── ExcelReader.csproj.user
│ │ │ │ │ ├── ExcelReader.sln
│ │ │ │ │ ├── ExcelReader.suo
│ │ │ │ │ ├── Form1.cs
│ │ │ │ │ └── Form1.resx
│ │ │ │ ├── ExcelReader.csproj
│ │ │ │ ├── ExcelReader.csproj.user
│ │ │ │ ├── ExcelReader.sln
│ │ │ │ ├── ExcelReader.suo
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── OBJ
│ │ │ │ │ ├── ExcelReader.csproj.FileList.txt
│ │ │ │ │ ├── Interop.Excel.dll
│ │ │ │ │ ├── Interop.Microsoft.Office.Core.dll
│ │ │ │ │ ├── Interop.Office.dll
│ │ │ │ │ └── Interop.VBIDE.dll
│ │ │ │ ├── UpgradeLog.XML
│ │ │ │ └── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ └── 实例48 如何实现打印预览
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Backup
│ │ │ │ ├── App.ico
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── PrintText.csproj
│ │ │ │ ├── PrintText.csproj.user
│ │ │ │ ├── PrintText.sln
│ │ │ │ └── PrintText.suo
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── PrintText.csproj
│ │ │ ├── PrintText.csproj.user
│ │ │ ├── PrintText.sln
│ │ │ ├── PrintText.suo
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ └── obj
│ │ │ └── PrintText.csproj.FileList.txt
│ │ └── c#打印完整版(Winform)
│ │ └── 05
│ │ ├── DLLFullPrint
│ │ │ ├── DLLFullPrint
│ │ │ │ ├── DLLFullPrint.csproj
│ │ │ │ ├── Frm_PrintSet.Designer.cs
│ │ │ │ ├── Frm_PrintSet.cs
│ │ │ │ ├── Frm_PrintSet.resx
│ │ │ │ ├── MyDLL.cs
│ │ │ │ ├── PrintClass.cs
│ │ │ │ ├── Properties
│ │ │ │ │ └── AssemblyInfo.cs
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ │ └── DLLFullPrint.pdb
│ │ │ │ └── obj
│ │ │ │ ├── DLLFullPrint.csproj.FileList.txt
│ │ │ │ ├── DLLFullPrint.csproj.FileListAbsolute.txt
│ │ │ │ └── Debug
│ │ │ │ ├── DLLFullPrint.Frm_PrintSet.resources
│ │ │ │ ├── DLLFullPrint.csproj.GenerateResource.Cache
│ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ └── DLLFullPrint.pdb
│ │ │ ├── DLLFullPrint.sln
│ │ │ └── DLLFullPrint.suo
│ │ ├── DataBase
│ │ │ ├── db_mrsql_Data.MDF
│ │ │ └── db_mrsql_Log.LDF
│ │ ├── TransferPrint
│ │ │ ├── TransferPrint
│ │ │ │ ├── Form1.Designer.cs
│ │ │ │ ├── Form1.cs
│ │ │ │ ├── Form1.resx
│ │ │ │ ├── Program.cs
│ │ │ │ ├── Properties
│ │ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ │ ├── Resources.Designer.cs
│ │ │ │ │ ├── Resources.resx
│ │ │ │ │ ├── Settings.Designer.cs
│ │ │ │ │ └── Settings.settings
│ │ │ │ ├── TransferPrint.csproj
│ │ │ │ ├── bin
│ │ │ │ │ └── Debug
│ │ │ │ │ ├── DLLFullPrint.dll
│ │ │ │ │ ├── DLLFullPrint.pdb
│ │ │ │ │ ├── TransferPrint.exe
│ │ │ │ │ ├── TransferPrint.pdb
│ │ │ │ │ └── TransferPrint.vshost.exe
│ │ │ │ └── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── ResolveAssemblyReference.cache
│ │ │ │ │ ├── TransferPrint.Form1.resources
│ │ │ │ │ ├── TransferPrint.Properties.Resources.resources
│ │ │ │ │ ├── TransferPrint.csproj.GenerateResource.Cache
│ │ │ │ │ ├── TransferPrint.exe
│ │ │ │ │ └── TransferPrint.pdb
│ │ │ │ ├── TransferPrint.csproj.FileList.txt
│ │ │ │ └── TransferPrint.csproj.FileListAbsolute.txt
│ │ │ ├── TransferPrint.sln
│ │ │ └── TransferPrint.suo
│ │ └── 程序使用说明.doc
│ ├── C#摄像头andprint
│ │ ├── C#摄像头
│ │ │ └── Webcam
│ │ │ ├── Form1.Designer.cs
│ │ │ ├── Form1.cs
│ │ │ ├── Form1.resx
│ │ │ ├── Program.cs
│ │ │ ├── Properties
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── Resources.Designer.cs
│ │ │ │ ├── Resources.resx
│ │ │ │ ├── Settings.Designer.cs
│ │ │ │ └── Settings.settings
│ │ │ ├── bin
│ │ │ │ └── Debug
│ │ │ │ ├── webcam.exe
│ │ │ │ ├── webcam.pdb
│ │ │ │ └── webcam.vshost.exe
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ ├── webcam.Form1.resources
│ │ │ │ │ ├── webcam.Properties.Resources.resources
│ │ │ │ │ ├── webcam.csproj.GenerateResource.Cache
│ │ │ │ │ ├── webcam.exe
│ │ │ │ │ └── webcam.pdb
│ │ │ │ ├── webcam.csproj.FileList.txt
│ │ │ │ └── webcam.csproj.FileListAbsolute.txt
│ │ │ ├── webcam.csproj
│ │ │ ├── webcam.sln
│ │ │ └── webcam.suo
│ │ ├── C#摄像头.rar
│ │ ├── C#打印机编程
│ │ │ └── C#打印
│ │ │ ├── App.ico
│ │ │ ├── AssemblyInfo.cs
│ │ │ ├── Backup
│ │ │ │ ├── App.ico
│ │ │ │ ├── AssemblyInfo.cs
│ │ │ │ ├── MISGoldPrinter.csproj
│ │ │ │ ├── MISGoldPrinter.csproj.user
│ │ │ │ ├── MISGoldPrinter.sln
│ │ │ │ ├── MISGoldPrinter.suo
│ │ │ │ ├── MisPrinter.cs
│ │ │ │ ├── PrinterPageSetting
│ │ │ │ │ ├── IPrinterPageSetting.cs
│ │ │ │ │ ├── PrinterPageSetting.cs
│ │ │ │ │ ├── WebPrinterPageSetting.cs
│ │ │ │ │ └── WinPrinterPageSetting.cs
│ │ │ │ ├── SysObject
│ │ │ │ │ ├── Body.cs
│ │ │ │ │ ├── Bottom.cs
│ │ │ │ │ ├── Caption.cs
│ │ │ │ │ ├── Footer.cs
│ │ │ │ │ ├── Header.cs
│ │ │ │ │ ├── MultiHeader.cs
│ │ │ │ │ ├── Outer.cs
│ │ │ │ │ ├── Title.cs
│ │ │ │ │ └── Top.cs
│ │ │ │ ├── bin
│ │ │ │ │ ├── GoldPrinter.dll
│ │ │ │ │ └── KHCSharpLibrary.dll
│ │ │ │ ├── frmPrint.cs
│ │ │ │ ├── frmPrint.resx
│ │ │ │ └── 日志.txt
│ │ │ ├── MISGoldPrinter.csproj
│ │ │ ├── MISGoldPrinter.csproj.user
│ │ │ ├── MISGoldPrinter.sln
│ │ │ ├── MISGoldPrinter.suo
│ │ │ ├── MisPrinter.cs
│ │ │ ├── PrinterPageSetting
│ │ │ │ ├── IPrinterPageSetting.cs
│ │ │ │ ├── PrinterPageSetting.cs
│ │ │ │ ├── WebPrinterPageSetting.cs
│ │ │ │ ├── WinPrinterPageSetting.cs
│ │ │ │ └── 下载说明.htm
│ │ │ ├── SysObject
│ │ │ │ ├── Body.cs
│ │ │ │ ├── Bottom.cs
│ │ │ │ ├── Caption.cs
│ │ │ │ ├── Footer.cs
│ │ │ │ ├── Header.cs
│ │ │ │ ├── MultiHeader.cs
│ │ │ │ ├── Outer.cs
│ │ │ │ ├── Title.cs
│ │ │ │ ├── Top.cs
│ │ │ │ └── 下载说明.htm
│ │ │ ├── UpgradeLog.XML
│ │ │ ├── _UpgradeReport_Files
│ │ │ │ ├── UpgradeReport.css
│ │ │ │ ├── UpgradeReport.xslt
│ │ │ │ ├── UpgradeReport_Minus.gif
│ │ │ │ └── UpgradeReport_Plus.gif
│ │ │ ├── bin
│ │ │ │ ├── Debug
│ │ │ │ │ └── printerTest.vshost.exe
│ │ │ │ ├── GoldPrinter.dll
│ │ │ │ ├── KHCSharpLibrary.dll
│ │ │ │ └── 下载说明.htm
│ │ │ ├── frmPrint.cs
│ │ │ ├── frmPrint.resx
│ │ │ ├── obj
│ │ │ │ ├── Debug
│ │ │ │ │ └── ResolveAssemblyReference.cache
│ │ │ │ ├── MISGoldPrinter.csproj.FileList.txt
│ │ │ │ ├── MISGoldPrinter.csproj.FileListAbsolute.txt
│ │ │ │ └── 下载说明.htm
│ │ │ ├── 日志.txt
│ │ │ └── 下载说明.htm
│ │ └── C#打印机编程.rar
│ ├── gungho999lodop
│ │ ├── CheckActivX.js
│ │ ├── Lodop使用说明.txt
│ │ ├── PrintSample.htm
│ │ ├── install_lodop.exe
│ │ ├── npActivexPlugin.0.6.3.7.xpi
│ │ ├── 比ACDSEE还强的图像软件!.URL
│ │ ├── 必看说明.htm
│ │ ├── 河源下载站.url
│ │ └── 上网不会中毒的超强浏览器!.URL
│ ├── web打印插件
│ │ ├── activeX控件
│ │ │ ├── jatoolsP
│ │ │ │ ├── jatoolsP.dll
│ │ │ │ └── jatoolsP.inf
│ │ │ └── jatoolsP.cab
│ │ ├── 测试页面
│ │ │ ├── jatoolsP.dll
│ │ │ ├── print.js
│ │ │ ├── 打印预览图片.png
│ │ │ └── 测试打印的文档.HTML
│ │ └── 卸载和安装
│ │ ├── jatoolsP.dll
│ │ ├── 卸载.bat
│ │ └── 安装.bat
│ └── 打印3.txt
├── 表格颜色板.html
└── 网页设计常用颜色表-淘特网-http--www_tot_name.mht
170 directories, 628 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论