实例介绍
【实例简介】198个经典C#WinForm实例源码(超赞)
【实例截图】
【核心代码】
.
├── 198个经典C#WinForm实例源码(超赞)
│ ├── 01-窗体技巧
│ │ ├── QQ窗体
│ │ │ ├── QQFrm
│ │ │ ├── QQFrm.sln
│ │ │ └── QQFrm.suo
│ │ ├── 仿XP系统的任务栏菜单
│ │ │ ├── 仿XP系统的任务栏菜单
│ │ │ ├── 仿XP系统的任务栏菜单.sln
│ │ │ └── 仿XP系统的任务栏菜单.suo
│ │ ├── 滚动字幕
│ │ │ ├── FollCaption
│ │ │ ├── FollCaption.sln
│ │ │ └── FollCaption.suo
│ │ ├── 焦点变色
│ │ │ ├── FocusChangeColor
│ │ │ ├── FocusChangeColor.sln
│ │ │ └── FocusChangeColor.suo
│ │ ├── 窗体换肤
│ │ │ ├── BarterSkin
│ │ │ ├── BarterSkin.sln
│ │ │ └── BarterSkin.suo
│ │ ├── 鼠标穿透
│ │ │ ├── CalendarPenetrate
│ │ │ ├── CalendarPenetrate.sln
│ │ │ └── CalendarPenetrate.suo
│ │ ├── 无边框窗体
│ │ │ ├── Noframe
│ │ │ ├── Noframe.sln
│ │ │ └── Noframe.suo
│ │ ├── 自定义屏保
│ │ │ ├── 自定义屏保
│ │ │ ├── 自定义屏保.sln
│ │ │ └── 自定义屏保.suo
│ │ ├── 隐藏工具箱
│ │ │ ├── HideKit
│ │ │ ├── HideKit.sln
│ │ │ └── HideKit.suo
│ │ ├── 获取文件目录
│ │ │ ├── FileCatalog
│ │ │ ├── FileCatalog.sln
│ │ │ └── FileCatalog.suo
│ │ ├── 获取文件类型
│ │ │ ├── FileStyle
│ │ │ ├── FileStyle.sln
│ │ │ └── FileStyle.suo
│ │ ├── 限制窗体大小
│ │ │ ├── RestrictSize
│ │ │ ├── RestrictSize.sln
│ │ │ └── RestrictSize.suo
│ │ ├── 鼠标穿透窗体
│ │ │ ├── 鼠标穿透窗体
│ │ │ ├── 鼠标穿透窗体.sln
│ │ │ └── 鼠标穿透窗体.suo
│ │ ├── 磁性窗体的设计
│ │ │ ├── 磁性窗体
│ │ │ └── 磁性窗体的设计
│ │ ├── 窗体的浮动及隐藏
│ │ │ ├── 窗体的浮动及隐藏
│ │ │ ├── 窗体的浮动及隐藏.sln
│ │ │ └── 窗体的浮动及隐藏.suo
│ │ ├── 向窗体中拖放图片并显示
│ │ │ ├── 向窗体中拖放图片并显示
│ │ │ ├── 向窗体中拖放图片并显示.sln
│ │ │ └── 向窗体中拖放图片并显示.suo
│ │ ├── 手动改变自制窗体的大小
│ │ │ ├── 手动改变自制窗体的大小
│ │ │ ├── 手动改变自制窗体的大小.sln
│ │ │ └── 手动改变自制窗体的大小.suo
│ │ ├── 用树型列表动态显示菜单
│ │ │ ├── sl
│ │ │ └── 用树型列表动态显示菜单
│ │ └── 自定义窗体的最大化、最小化和关闭按钮
│ │ ├── 自定义窗体的最大化、最小化和关闭按钮
│ │ ├── 自定义窗体的最大化、最小化和关闭按钮.sln
│ │ └── 自定义窗体的最大化、最小化和关闭按钮.suo
│ ├── 02-控件操作
│ │ ├── ClarityControl
│ │ │ ├── ClarityControl
│ │ │ ├── ClarityControl.sln
│ │ │ └── ClarityControl.suo
│ │ ├── Control阴影
│ │ │ ├── ShadeColorControl
│ │ │ ├── ShadeColorControl.sln
│ │ │ └── ShadeColorControl.suo
│ │ ├── DataGridViewToTreeView
│ │ │ ├── DataGridViewToTreeView
│ │ │ ├── DataGridViewToTreeView.sln
│ │ │ └── DataGridViewToTreeView.suo
│ │ ├── DataGridView操作
│ │ │ ├── DataGridViewOperate
│ │ │ ├── DataGridViewOperate.sln
│ │ │ └── DataGridViewOperate.suo
│ │ ├── DisplayRowCount
│ │ │ ├── DisplayRowCount
│ │ │ ├── DisplayRowCount.sln
│ │ │ └── DisplayRowCount.suo
│ │ ├── DropDownForm
│ │ │ ├── DropDownForm
│ │ │ ├── DropDownForm.sln
│ │ │ └── DropDownForm.suo
│ │ ├── EnglishTextBox
│ │ │ ├── EnglishTextBox
│ │ │ ├── EnglishTextBox.sln
│ │ │ └── EnglishTextBox.suo
│ │ ├── FileBatchCopy
│ │ │ ├── FileBatchCopy
│ │ │ ├── FileBatchCopy.sln
│ │ │ └── FileBatchCopy.suo
│ │ ├── GetClipBoardPicture
│ │ │ ├── GetClipBoardPicture
│ │ │ ├── GetClipBoardPicture.sln
│ │ │ └── GetClipBoardPicture.suo
│ │ ├── PlanText
│ │ │ ├── PlanText
│ │ │ ├── PlanText.sln
│ │ │ └── PlanText.suo
│ │ ├── Popup窗口提醒
│ │ │ ├── Popup窗口提醒
│ │ │ ├── Popup窗口提醒.sln
│ │ │ └── Popup窗口提醒.suo
│ │ ├── RestrictDigit
│ │ │ ├── RestrictDigit
│ │ │ ├── RestrictDigit.sln
│ │ │ └── RestrictDigit.suo
│ │ ├── Vista风格的日历
│ │ │ ├── Vista风格的日 历
│ │ │ └── Vista风格的日历
│ │ ├── 像Excel一样复制DataGridView中的单元格区域数据
│ │ │ ├── 像Excel一样复制DataGridView中的单元格区域数据
│ │ │ ├── 像Excel一样复制DataGridView中的单元格区域数据.sln
│ │ │ └── 像Excel一样复制DataGridView中的单元格区域数据.suo
│ │ ├── 组合
│ │ │ ├── Combination
│ │ │ ├── Combination.sln
│ │ │ └── Combination.suo
│ │ ├── 美化ComboBox
│ │ │ ├── BeautifyComboBox
│ │ │ ├── BeautifyComboBox.sln
│ │ │ └── BeautifyComboBox.suo
│ │ ├── 美化GroupBox
│ │ │ ├── BeautificationGroupBox
│ │ │ ├── BeautificationGroupBox.sln
│ │ │ └── BeautificationGroupBox.suo
│ │ ├── 重绘ListBox控件
│ │ │ ├── 重绘ListBox控件
│ │ │ ├── 重绘ListBox控件.sln
│ │ │ └── 重绘ListBox控件.suo
│ │ ├── 清除TreeView内容
│ │ │ ├── ClearContentToTreeView
│ │ │ ├── ClearContentToTreeView.sln
│ │ │ └── ClearContentToTreeView.suo
│ │ ├── 合并单元格
│ │ │ ├── UniteCells
│ │ │ ├── UniteCells.sln
│ │ │ └── UniteCells.suo
│ │ ├── 添加内容到Treeview
│ │ │ ├── AddContentToTreeView
│ │ │ ├── AddContentToTreeView.sln
│ │ │ └── AddContentToTreeView.suo
│ │ ├── 带行数和标尺的RichTextBox
│ │ │ ├── 带行数和标尺的RichTextBox
│ │ │ ├── 带行数和标尺的RichTextBox.sln
│ │ │ └── 带行数和标尺的RichTextBox.suo
│ │ ├── 自制数值文本框组件
│ │ │ ├── 自制数值文本框组件
│ │ │ ├── 自制数值文本框组件.sln
│ │ │ └── 自制数值文本框组件.suo
│ │ ├── 自定义水晶按钮控件
│ │ │ ├── 自定义水晶按钮控件
│ │ │ ├── 自定义水晶按钮控件.sln
│ │ │ └── 自定义水晶按钮控件.suo
│ │ ├── 弹出模式窗口显示进度条
│ │ │ ├── 弹出模式窗口显示进度条
│ │ │ ├── 弹出模式窗口显示进度条.sln
│ │ │ └── 弹出模式窗口显示进度条.suo
│ │ ├── 美化单选按钮和复选按钮
│ │ │ ├── 美化单选按钮和复选按钮
│ │ │ ├── 美化单选按钮和复选按钮.sln
│ │ │ └── 美化单选按钮和复选按钮.suo
│ │ └── 根据文件大小显示文件复制进度条
│ │ ├── 根据文件大小显示文件复制进度条
│ │ ├── 根据文件大小显示文件复制进度条.sln
│ │ └── 根据文件大小显示文件复制进度条.suo
│ ├── 03-图像操作
│ │ ├── LoadFLASH
│ │ │ ├── LoadFLASH
│ │ │ ├── LoadFLASH.sln
│ │ │ └── LoadFLASH.suo
│ │ ├── MP3Player
│ │ │ ├── MP3Player
│ │ │ └── MP3Player.sln
│ │ ├── PictureBox显示图片
│ │ │ ├── PictureBoxShowImage
│ │ │ ├── PictureBoxShowImage.sln
│ │ │ └── PictureBoxShowImage.suo
│ │ ├── listview数据添加去闪烁
│ │ │ ├── listviewItemAdd
│ │ │ ├── listviewItemAdd.sln
│ │ │ └── listviewItemAdd.suo
│ │ ├── 仿QQ截图
│ │ │ ├── ScreenCutter
│ │ │ └── ScreenCutter.sln
│ │ ├── 播放Flash
│ │ │ ├── playflash
│ │ │ └── playflash.sln
│ │ ├── 播放Flv
│ │ │ ├── Playflv
│ │ │ └── Playflv.sln
│ │ ├── 播放Mp3
│ │ │ ├── stopplaymp3
│ │ │ ├── stopplaymp3.sln
│ │ │ └── stopplaymp3.suo
│ │ ├── 打开Url
│ │ │ ├── openUrl
│ │ │ ├── openUrl.sln
│ │ │ └── openUrl.suo
│ │ ├── 操作XML
│ │ │ ├── optionXML
│ │ │ ├── optionXML.sln
│ │ │ └── optionXML.suo
│ │ ├── 取色器
│ │ │ ├── curColor
│ │ │ ├── curColor.sln
│ │ │ └── curColor.suo
│ │ ├── 缩略图
│ │ │ ├── Microimage
│ │ │ ├── Microimage.sln
│ │ │ └── Microimage.suo
│ │ ├── 压缩图片
│ │ │ ├── Compositing
│ │ │ └── 无损压缩
│ │ ├── 图片合成
│ │ │ ├── composeImage
│ │ │ ├── composeImage.sln
│ │ │ └── composeImage.suo
│ │ ├── 图片透明
│ │ │ ├── ImageClarity
│ │ │ ├── ImageClarity.sln
│ │ │ └── ImageClarity.suo
│ │ ├── 屏幕抓图
│ │ │ ├── GetScreen
│ │ │ └── GetScreen.sln
│ │ ├── 抓取桌面
│ │ │ ├── drawpartImage
│ │ │ ├── drawpartImage.sln
│ │ │ └── drawpartImage.suo
│ │ ├── 石英时钟
│ │ │ ├── QuartzClock
│ │ │ └── QuartzClock.sln
│ │ ├── 绘制噪点
│ │ │ ├── DrawBackground
│ │ │ ├── DrawBackground.sln
│ │ │ └── DrawBackground.suo
│ │ ├── 绘制文字
│ │ │ ├── DrawFont
│ │ │ ├── DrawFont.sln
│ │ │ └── DrawFont.suo
│ │ ├── 绘制直线
│ │ │ ├── drawLine
│ │ │ ├── drawLine.sln
│ │ │ └── drawLine.suo
│ │ ├── 绘制选中
│ │ │ ├── drawSelect
│ │ │ ├── drawSelect.sln
│ │ │ └── drawSelect.suo
│ │ ├── 绘制鼠标Cur
│ │ │ ├── drawcur
│ │ │ ├── drawcur.sln
│ │ │ └── drawcur.suo
│ │ ├── 中文验证码
│ │ │ ├── ChineseCode
│ │ │ └── ChineseCode.sln
│ │ ├── 图片缩略图
│ │ │ ├── ImgMicroimage
│ │ │ └── ImgMicroimage.sln
│ │ ├── 计时器例子
│ │ │ ├── TimerApplication
│ │ │ ├── TimerApplication.sln
│ │ │ └── TimerApplication.suo
│ │ ├── 颜色拾取器
│ │ │ ├── GetColor
│ │ │ ├── GetColor.sln
│ │ │ └── GetColor.suo
│ │ ├── 图片自动播放
│ │ │ ├── PicPlay
│ │ │ └── PicPlay.sln
│ │ ├── 图片转换格式
│ │ │ ├── ImgType
│ │ │ ├── ImgType.sln
│ │ │ └── ImgType.suo
│ │ ├── 批量添加水印
│ │ │ ├── IMGwatermark
│ │ │ └── IMGwatermark.sln
│ │ ├── 抓取整站图片
│ │ │ ├── WebSnap
│ │ │ ├── WebSnap.sln
│ │ │ └── WebSnap.suo
│ │ ├── 给图片加日期
│ │ │ ├── IMGAddDate
│ │ │ └── IMGAddDate.sln
│ │ ├── 获取当前时间
│ │ │ ├── GetNowTime
│ │ │ ├── GetNowTime.sln
│ │ │ └── GetNowTime.suo
│ │ ├── 获取照片时间
│ │ │ ├── ImageDate
│ │ │ ├── ImageDate.sln
│ │ │ └── ImageDate.suo
│ │ ├── 获取鼠标坐标
│ │ │ ├── CurPosion
│ │ │ ├── CurPosion.sln
│ │ │ └── CurPosion.suo
│ │ ├── 图片上绘制文字
│ │ │ ├── ImageFont
│ │ │ ├── ImageFont.sln
│ │ │ └── ImageFont.suo
│ │ ├── 抓取左上角图片
│ │ │ ├── drawpart
│ │ │ ├── drawpart.sln
│ │ │ └── drawpart.suo
│ │ └── 批量图片格式转换
│ │ ├── PictureBatchConversion
│ │ └── PictureBatchConversion.sln
│ ├── 04-报表打印
│ │ ├── 20Print
│ │ │ ├── 20Print
│ │ │ ├── 20Print.sln
│ │ │ └── 20Print.suo
│ │ ├── 30Print
│ │ │ ├── 30Print
│ │ │ ├── 30Print.sln
│ │ │ └── 30Print.suo
│ │ ├── AllPrint
│ │ │ ├── AllPrint
│ │ │ ├── AllPrint.sln
│ │ │ └── AllPrint.suo
│ │ ├── DBCrystalReport
│ │ │ ├── DBCrystalReport
│ │ │ ├── DBCrystalReport.sln
│ │ │ └── DBCrystalReport.suo
│ │ ├── Database
│ │ │ ├── db_04_Data.MDF
│ │ │ └── db_04_Log.LDF
│ │ ├── DesignInGoodsBill
│ │ │ ├── DesignInGoodsBill
│ │ │ ├── DesignInGoodsBill.sln
│ │ │ └── DesignInGoodsBill.suo
│ │ ├── DesignReceipt
│ │ │ ├── DesignReceipt
│ │ │ ├── DesignReceipt.sln
│ │ │ └── DesignReceipt.suo
│ │ ├── DesignReport
│ │ │ ├── DesignReport
│ │ │ ├── DesignReport.sln
│ │ │ └── DesignReport.suo
│ │ ├── DesignStuCertificate
│ │ │ ├── DesignStuCertificate
│ │ │ ├── DesignStuCertificate.sln
│ │ │ └── DesignStuCertificate.suo
│ │ ├── DesignStuResume
│ │ │ ├── DesignStuResume
│ │ │ ├── DesignStuResume.sln
│ │ │ └── DesignStuResume.suo
│ │ ├── HPrint
│ │ │ ├── HPrint
│ │ │ ├── HPrint.sln
│ │ │ └── HPrint.suo
│ │ ├── PagesPrint
│ │ │ ├── PagesPrint
│ │ │ ├── PagesPrint.sln
│ │ │ └── PagesPrint.suo
│ │ ├── PrintDirection
│ │ │ ├── PrintDirection
│ │ │ ├── PrintDirection.sln
│ │ │ └── PrintDirection.suo
│ │ ├── PrintEmptyCertificate
│ │ │ ├── PrintEmptyCertificate
│ │ │ ├── PrintEmptyCertificate.sln
│ │ │ └── PrintEmptyCertificate.suo
│ │ ├── PrintEnvelop
│ │ │ ├── PrintEnvelop
│ │ │ ├── PrintEnvelop.sln
│ │ │ └── PrintEnvelop.suo
│ │ ├── PrintGoodsInBill
│ │ │ ├── PrintGoodsInBill
│ │ │ ├── PrintGoodsInBill.sln
│ │ │ └── PrintGoodsInBill.suo
│ │ ├── PrintGoodsOutBill
│ │ │ ├── PrintGoodsOutBill
│ │ │ ├── PrintGoodsOutBill.sln
│ │ │ └── PrintGoodsOutBill.suo
│ │ ├── PrintImage
│ │ │ ├── PrintImage
│ │ │ ├── PrintImage.sln
│ │ │ └── PrintImage.suo
│ │ ├── PrintOneCertificate
│ │ │ ├── PrintOneCertificate
│ │ │ ├── PrintOneCertificate.sln
│ │ │ └── PrintOneCertificate.suo
│ │ ├── PrintRemitBill
│ │ │ ├── PrintRemitBill
│ │ │ ├── PrintRemitBill.sln
│ │ │ └── PrintRemitBill.suo
│ │ ├── PrintStuCertificate
│ │ │ ├── PrintStuCertificate
│ │ │ ├── PrintStuCertificate.sln
│ │ │ └── PrintStuCertificate.suo
│ │ ├── PrintStuResume
│ │ │ ├── PrintStuResume
│ │ │ ├── PrintStuResume.sln
│ │ │ └── PrintStuResume.suo
│ │ ├── PrintText
│ │ │ ├── PrintText
│ │ │ ├── PrintText.sln
│ │ │ └── PrintText.suo
│ │ ├── PrintTopFive
│ │ │ ├── PrintTopFive
│ │ │ ├── PrintTopFive.sln
│ │ │ └── PrintTopFive.suo
│ │ ├── SetPrintRange
│ │ │ ├── SetPrintRange
│ │ │ ├── SetPrintRange.sln
│ │ │ └── SetPrintRange.suo
│ │ ├── ShowBarCode
│ │ │ ├── ShowBarCode
│ │ │ ├── ShowBarCode.sln
│ │ │ └── ShowBarCode.suo
│ │ ├── ShowCReport
│ │ │ ├── ShowCReport
│ │ │ ├── ShowCReport.sln
│ │ │ └── ShowCReport.suo
│ │ ├── VPrint
│ │ │ ├── VPrint
│ │ │ ├── VPrint.sln
│ │ │ └── VPrint.suo
│ │ └── 打印条形码
│ │ ├── BarCode
│ │ ├── BarCode.sln
│ │ └── BarCode.suo
│ ├── 06-系统操作
│ │ ├── CPU内存使用率
│ │ │ ├── CPU_Detect
│ │ │ ├── CPU_Detect.sln
│ │ │ └── CPU_Detect.suo
│ │ ├── 读写INI
│ │ │ ├── ReadINI
│ │ │ └── WriteINI
│ │ ├── 定时关机
│ │ │ ├── TimeCloseComputer
│ │ │ └── TimeCloseComputer.sln
│ │ ├── 虚拟键盘
│ │ │ ├── HookEx
│ │ │ ├── 键盘(1).jpg
│ │ │ ├── 虚拟键盘
│ │ │ ├── 虚拟键盘.sln
│ │ │ └── 虚拟键盘.suo
│ │ ├── 多功能键盘
│ │ │ ├── 多功能键盘
│ │ │ ├── 多功能键盘.sln
│ │ │ └── 多功能键盘.suo
│ │ ├── 屏幕放大镜
│ │ │ ├── ScreenBlowupGlass
│ │ │ ├── ScreenBlowupGlass.sln
│ │ │ └── ScreenBlowupGlass.suo
│ │ ├── 左右键切换
│ │ │ ├── LeftRightSwitch
│ │ │ ├── LeftRightSwitch.sln
│ │ │ └── LeftRightSwitch.suo
│ │ ├── 显示器控制
│ │ │ ├── DisplayControl
│ │ │ ├── DisplayControl.sln
│ │ │ └── DisplayControl.suo
│ │ ├── 系统挂机锁
│ │ │ ├── SystemLock
│ │ │ ├── SystemLock.sln
│ │ │ └── SystemLock.suo
│ │ ├── 进程管理器
│ │ │ ├── CourseManage
│ │ │ ├── CourseManage.sln
│ │ │ └── CourseManage.suo
│ │ ├── 鼠标设置器
│ │ │ ├── 鼠标设置器
│ │ │ ├── 鼠标设置器.sln
│ │ │ └── 鼠标设置器.suo
│ │ ├── 动态图标显示
│ │ │ ├── DynamicTaskStock
│ │ │ ├── DynamicTaskStock.sln
│ │ │ └── DynamicTaskStock.suo
│ │ ├── 半角全角转换
│ │ │ ├── SBCorDBC
│ │ │ └── SBCorDBC.sln
│ │ ├── 启动项管理器
│ │ │ ├── RunManage
│ │ │ ├── RunManage.sln
│ │ │ └── RunManage.suo
│ │ ├── 屏蔽鼠标按键
│ │ │ ├── NullificationMouse
│ │ │ ├── NullificationMouse.sln
│ │ │ └── NullificationMouse.suo
│ │ ├── 设置桌片壁纸
│ │ │ ├── APIdesktop
│ │ │ ├── APIdesktop.sln
│ │ │ └── APIdesktop.suo
│ │ ├── 设置系统时间
│ │ │ ├── SetTime
│ │ │ ├── SetTime.sln
│ │ │ └── SetTime.suo
│ │ ├── 设置鼠标样式
│ │ │ ├── ActMouse
│ │ │ ├── ActMouse.sln
│ │ │ └── ActMouse.suo
│ │ ├── 身份证验证器
│ │ │ ├── ValidateIDcard
│ │ │ ├── ValidateIDcard.sln
│ │ │ └── ValidateIDcard.suo
│ │ ├── 音乐风景壁纸
│ │ │ ├── MusicViewDesk
│ │ │ └── MusicViewDesk.sln
│ │ ├── 自定义动画鼠标
│ │ │ ├── 自定义动画鼠标
│ │ │ ├── 自定义动画鼠标.sln
│ │ │ └── 自定义动画鼠标.suo
│ │ ├── 数字大小写转换器
│ │ │ ├── numberConvert
│ │ │ ├── numberConvert.sln
│ │ │ └── numberConvert.suo
│ │ ├── 设置和屏蔽系统热键
│ │ │ ├── 热键
│ │ │ ├── 热键.sln
│ │ │ └── 热键.suo
│ │ └── 用键盘控制窗体的移动
│ │ ├── ControlFormMove
│ │ ├── ControlFormMove.sln
│ │ └── ControlFormMove.suo
│ ├── 07-文件处理
│ │ ├── WordToHtml
│ │ │ ├── WordToHtml
│ │ │ ├── WordToHtml.sln
│ │ │ └── WordToHtml.suo
│ │ ├── WordToRtf
│ │ │ ├── WordToRtf
│ │ │ ├── WordToRtf.sln
│ │ │ └── WordToRtf.suo
│ │ ├── WordToText
│ │ │ ├── WordToText
│ │ │ ├── WordToText.sln
│ │ │ └── WordToText.suo
│ │ ├── 操作INI文件
│ │ │ ├── INIFileOperate
│ │ │ └── INIFileOperate.sln
│ │ ├── 创建PDF文档
│ │ │ ├── CreatePDFDocument
│ │ │ └── CreatePDFDocument.sln
│ │ ├── 操作XML文件
│ │ │ ├── XMLFileOperate
│ │ │ └── XMLFileOperate.sln
│ │ ├── 伪装文件夹
│ │ │ ├── CamouflageFolder
│ │ │ └── CamouflageFolder.sln
│ │ ├── 批量更名器
│ │ │ ├── FileBatchChangeName
│ │ │ └── FileBatchChangeName.sln
│ │ ├── 批量解压缩
│ │ │ ├── BatchDecompression
│ │ │ ├── BatchDecompression.sln
│ │ │ └── BatchDecompression.suo
│ │ ├── 汉字转拼音
│ │ │ ├── ChToPhoneticize
│ │ │ ├── ChToPhoneticize.sln
│ │ │ └── ChToPhoneticize.suo
│ │ ├── 获取目录中word问文件列表
│ │ │ ├── DistillWordList
│ │ │ └── DistillWordList.sln
│ │ ├── 文件分割与合并
│ │ │ ├── FileComminuteUnite
│ │ │ ├── FileComminuteUnite.sln
│ │ │ └── FileComminuteUnite.suo
│ │ └── 获取本地磁盘目录
│ │ ├── GetDiskList
│ │ ├── GetDiskList.sln
│ │ └── GetDiskList.suo
│ ├── 08-网络操作
│ │ ├── FTP下载
│ │ │ ├── DFTPFile
│ │ │ ├── DFTPFile.sln
│ │ │ └── DFTPFile.suo
│ │ ├── 调用Outlook发送邮件
│ │ │ └── OutLookMail
│ │ ├── 调用SMTP发送文本内容
│ │ │ ├── SEmailWithoutAtt
│ │ │ ├── SEmailWithoutAtt.sln
│ │ │ └── SEmailWithoutAtt.suo
│ │ ├── 调用SMTP发送有附件的邮件
│ │ │ ├── SEmailWithAtt
│ │ │ ├── SEmailWithAtt.sln
│ │ │ └── SEmailWithAtt.suo
│ │ ├── 局域网IP扫描
│ │ │ ├── ScanIP
│ │ │ ├── ScanIP.sln
│ │ │ └── ScanIP.suo
│ │ ├── 普通下载
│ │ │ ├── DFile
│ │ │ ├── DFile.sln
│ │ │ └── DFile.suo
│ │ ├── 网络电台
│ │ │ └── NetBroadcast
│ │ ├── 自动更换IP
│ │ │ ├── ChangeIP
│ │ │ ├── ChangeIP.sln
│ │ │ └── ChangeIP.suo
│ │ ├── 局域网端口扫描
│ │ │ ├── ScanPort
│ │ │ ├── ScanPort.sln
│ │ │ └── ScanPort.suo
│ │ ├── 断点续传下载文件
│ │ │ ├── DownLoadFile
│ │ │ ├── DownLoadFile.sln
│ │ │ └── DownLoadFile.suo
│ │ ├── 网络发送接收统计
│ │ │ ├── NetInfoAndFlux
│ │ │ ├── NetInfoAndFlux.sln
│ │ │ └── NetInfoAndFlux.suo
│ │ └── 远程关闭重启计算机
│ │ ├── RemoteControl
│ │ ├── RemoteControl.sln
│ │ └── RemoteControl.suo
│ ├── 09-数据库操作
│ │ ├── Database
│ │ │ ├── db_09_Data.MDF
│ │ │ └── db_09_Log.LDF
│ │ ├── Linq操作DataSet
│ │ │ ├── LinqOperDataSet
│ │ │ ├── LinqOperDataSet.sln
│ │ │ └── LinqOperDataSet.suo
│ │ ├── Linq操作SQL
│ │ │ ├── LinqOperSQL
│ │ │ ├── LinqOperSQL.sln
│ │ │ └── LinqOperSQL.suo
│ │ ├── Linq操作Xml
│ │ │ ├── LinqOperXml
│ │ │ ├── LinqOperXml.sln
│ │ │ └── LinqOperXml.suo
│ │ ├── Linq操作数组集合
│ │ │ ├── LinqOperObjects
│ │ │ ├── LinqOperObjects.sln
│ │ │ └── LinqOperObjects.suo
│ │ ├── 交叉表
│ │ │ └── CrossAnalyse
│ │ ├── 触发器SQL文件
│ │ │ ├── trig_DeleteInfo.sql
│ │ │ ├── trig_InsertInfo.sql
│ │ │ └── trig_UpdateInfo.sql
│ │ ├── 数据库管理
│ │ │ ├── DataManage
│ │ │ ├── DataManage.sln
│ │ │ └── DataManage.suo
│ │ ├── 二进制存取图片
│ │ │ ├── ByteImage
│ │ │ ├── ByteImage.sln
│ │ │ └── ByteImage.suo
│ │ ├── 通用数据库连接
│ │ │ ├── DatabaseCon
│ │ │ ├── DatabaseCon.sln
│ │ │ └── DatabaseCon.suo
│ │ ├── 读取数据库表结构
│ │ │ ├── GetDataStruct
│ │ │ ├── GetDataStruct.sln
│ │ │ └── GetDataStruct.suo
│ │ ├── 通过视图修改信息
│ │ │ ├── EditByView
│ │ │ ├── EditByView.sln
│ │ │ └── EditByView.suo
│ │ └── 通过存储过程管理信息
│ │ ├── EManageByProc
│ │ ├── EManageByProc.sln
│ │ └── EManageByProc.suo
│ ├── 10-加密解密
│ │ ├── MD5加密
│ │ │ ├── MD5EnPWD
│ │ │ ├── MD5EnPWD.sln
│ │ │ └── MD5EnPWD.suo
│ │ ├── 根据CPU硬盘获取机器码
│ │ │ ├── GetMCodeByCPUAndYP
│ │ │ ├── GetMCodeByCPUAndYP.sln
│ │ │ └── GetMCodeByCPUAndYP.suo
│ │ ├── 文件加密
│ │ │ ├── ProtectFile
│ │ │ ├── ProtectFile.sln
│ │ │ └── ProtectFile.suo
│ │ ├── 口令加密BAT
│ │ │ ├── EncryptBAT
│ │ │ ├── EncryptBAT.sln
│ │ │ └── EncryptBAT.suo
│ │ ├── 口令加密Exe
│ │ │ ├── EncryptExe
│ │ │ ├── EncryptExe.sln
│ │ │ └── EncryptExe.suo
│ │ ├── 口令加密RAR
│ │ │ ├── EncryptRAR
│ │ │ ├── EncryptRAR.sln
│ │ │ └── EncryptRAR.suo
│ │ ├── 加密数据报
│ │ │ ├── EncryptDataReport
│ │ │ ├── EncryptDataReport.sln
│ │ │ └── EncryptDataReport.suo
│ │ ├── 伪随机数加密
│ │ │ ├── PRanDataEncrypt
│ │ │ ├── PRanDataEncrypt.sln
│ │ │ └── PRanDataEncrypt.suo
│ │ ├── 异或加密数字
│ │ │ ├── YHEnData
│ │ │ ├── YHEnData.sln
│ │ │ └── YHEnData.suo
│ │ ├── 注册码注册机制
│ │ │ ├── ClassLibrary1
│ │ │ ├── LimitSoftUseTimes
│ │ │ ├── LimitSoftUseTimes.sln
│ │ │ ├── LimitSoftUseTimes.suo
│ │ │ └── RMachine
│ │ └── 使用强名称标识软件
│ │ ├── SNKSoft
│ │ ├── SNKSoft.sln
│ │ └── SNKSoft.suo
│ ├── 11-硬件读写
│ │ ├── IC卡读写
│ │ │ ├── CorporationEmployeeICCard
│ │ │ ├── CorporationEmployeeICCard.sln
│ │ │ └── CorporationEmployeeICCard.suo
│ │ ├── ID卡识别
│ │ │ ├── IDCard
│ │ │ └── IDCard.sln
│ │ ├── 短信猫
│ │ │ ├── NoteCatVote
│ │ │ ├── NoteCatVote.sln
│ │ │ └── NoteCatVote.suo
│ │ ├── 指纹识别器
│ │ │ ├── fingerprint
│ │ │ ├── fingerprint.sln
│ │ │ ├── fingerprint.suo
│ │ │ └── 程序使用说明.txt
│ │ ├── 读写加密狗
│ │ │ ├── EncryptDog
│ │ │ ├── EncryptDog.sln
│ │ │ └── EncryptDog.suo
│ │ ├── 摄像头大头贴
│ │ │ ├── AMCap
│ │ │ ├── AMCap.sln
│ │ │ └── AMCap.suo
│ │ ├── 数据采集器读写
│ │ │ └── CollectionEnginery
│ │ └── 视频采集卡读写
│ │ ├── VideoMonitor
│ │ ├── VideoMonitor.sln
│ │ └── VideoMonitor.suo
│ ├── ReadMe.txt
│ ├── logo.jpeg
│ └── 实例导航.exe
└── 好例子网_198个经典C#WinForm实例源码(超赞).zip
404 directories, 355 files
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论