在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → VB.NET源代码实例集.

VB.NET源代码实例集.

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:6.46M
  • 下载次数:8
  • 浏览次数:314
  • 发布时间:2020-08-23
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
vb.net 程序设计教程。由清华大学的教师做的测试,例子是非常棒的。 可能性供大家学习,和进步的一些好源码。 一步一步走让你的,编程道路,对初学者帮助由其最大
【实例截图】
【核心代码】
VB.NET源代码实例集
└── codefans.net
└── VB.NET源代码
├── chapter10
│   ├── bin
│   │   ├── Debug
│   │   │   ├── chapter10.application
│   │   │   ├── chapter10.exe
│   │   │   ├── chapter10.exe.manifest
│   │   │   ├── chapter10.pdb
│   │   │   ├── chapter10.publish
│   │   │   │   └── chapter10_1_0_0_0
│   │   │   │   ├── chapter10.exe.deploy
│   │   │   │   └── XMLFile1.xml.deploy
│   │   │   ├── chapter10.vshost.application
│   │   │   ├── chapter10.vshost.exe
│   │   │   ├── chapter10.vshost.exe.manifest
│   │   │   ├── chapter10.xml
│   │   │   └── db1.mdb
│   │   └── Release
│   │   ├── chapter10.application
│   │   ├── chapter10.exe
│   │   ├── chapter10.exe.manifest
│   │   ├── chapter10.pdb
│   │   ├── chapter10.publish
│   │   │   ├── chapter10_1_0_0_1
│   │   │   │   ├── chapter10.exe.deploy
│   │   │   │   ├── chapter10.exe.manifest
│   │   │   │   └── XMLFile1.xml.deploy
│   │   │   ├── chapter10.application
│   │   │   ├── publish.htm
│   │   │   └── setup.exe
│   │   ├── chapter10.vshost.application
│   │   ├── chapter10.vshost.exe
│   │   ├── chapter10.vshost.exe.manifest
│   │   └── chapter10.xml
│   ├── chapter10
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── chapter10.application
│   │   │   │   ├── chapter10.exe
│   │   │   │   ├── chapter10.exe.manifest
│   │   │   │   ├── chapter10.pdb
│   │   │   │   ├── chapter10.publish
│   │   │   │   │   └── chapter10_1_0_0_0
│   │   │   │   │   ├── chapter10.exe.deploy
│   │   │   │   │   └── XMLFile1.xml.deploy
│   │   │   │   ├── chapter10.vshost.application
│   │   │   │   ├── chapter10.vshost.exe
│   │   │   │   ├── chapter10.vshost.exe.manifest
│   │   │   │   ├── chapter10.xml
│   │   │   │   └── db1.mdb
│   │   │   └── Release
│   │   │   ├── chapter10.application
│   │   │   ├── chapter10.exe
│   │   │   ├── chapter10.exe.manifest
│   │   │   ├── chapter10.pdb
│   │   │   ├── chapter10.publish
│   │   │   │   ├── chapter10_1_0_0_1
│   │   │   │   │   ├── chapter10.exe.deploy
│   │   │   │   │   ├── chapter10.exe.manifest
│   │   │   │   │   └── XMLFile1.xml.deploy
│   │   │   │   ├── chapter10.application
│   │   │   │   ├── publish.htm
│   │   │   │   └── setup.exe
│   │   │   ├── chapter10.vshost.application
│   │   │   ├── chapter10.vshost.exe
│   │   │   ├── chapter10.vshost.exe.manifest
│   │   │   └── chapter10.xml
│   │   ├── chapter10_TemporaryKey.pfx
│   │   ├── chapter10.vbproj
│   │   ├── chapter10.vbproj.user
│   │   ├── DataSetUseForm.Designer.vb
│   │   ├── DataSetUseForm.resx
│   │   ├── DataSetUseForm.vb
│   │   ├── DTForm.Designer.vb
│   │   ├── DTForm.resx
│   │   ├── DTForm.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── chapter10.vbproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── chapter10.application
│   │   │   │   ├── chapter10.DataSetUseForm.resources
│   │   │   │   ├── chapter10.DTForm.resources
│   │   │   │   ├── chapter10.exe
│   │   │   │   ├── chapter10.exe.manifest
│   │   │   │   ├── chapter10.OleDBForm.resources
│   │   │   │   ├── chapter10.pdb
│   │   │   │   ├── chapter10.Resources.resources
│   │   │   │   ├── chapter10.SqlForm.resources
│   │   │   │   ├── chapter10.vbproj.GenerateResource.Cache
│   │   │   │   ├── chapter10.xml
│   │   │   │   ├── chapter10.XMLOpera.resources
│   │   │   │   └── TempPE
│   │   │   │   ├── db1DataSet.Designer.vb.dll
│   │   │   │   ├── MyDBDataSet.Designer.vb.dll
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   └── Release
│   │   │   ├── chapter10.application
│   │   │   ├── chapter10.DataSetUseForm.resources
│   │   │   ├── chapter10.DTForm.resources
│   │   │   ├── chapter10.exe
│   │   │   ├── chapter10.exe.manifest
│   │   │   ├── chapter10.OleDBForm.resources
│   │   │   ├── chapter10.pdb
│   │   │   ├── chapter10.Resources.resources
│   │   │   ├── chapter10.SqlForm.resources
│   │   │   ├── chapter10.UseDataSetForm.resources
│   │   │   ├── chapter10.vbproj.GenerateResource.Cache
│   │   │   ├── chapter10.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── OleDBForm.Designer.vb
│   │   ├── OleDBForm.resx
│   │   ├── OleDBForm.vb
│   │   ├── SqlForm.Designer.vb
│   │   ├── SqlForm.resx
│   │   ├── SqlForm.vb
│   │   ├── WriteXml.xml
│   │   ├── XMLFile1.xml
│   │   ├── XmlForm.resx
│   │   ├── XMLOpera.Designer.vb
│   │   ├── XMLOpera.resx
│   │   └── XMLOpera.vb
│   ├── chapter10.sln
│   ├── chapter10.suo
│   ├── chapter10_TemporaryKey.pfx
│   ├── chapter10.vbproj
│   ├── chapter10.vbproj.user
│   ├── DataSetUseForm.Designer.vb
│   ├── DataSetUseForm.resx
│   ├── DataSetUseForm.vb
│   ├── DTForm.Designer.vb
│   ├── DTForm.resx
│   ├── DTForm.vb
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── chapter10.vbproj.FileList.txt
│   │   ├── Debug
│   │   │   ├── chapter10.application
│   │   │   ├── chapter10.DataSetUseForm.resources
│   │   │   ├── chapter10.DTForm.resources
│   │   │   ├── chapter10.exe
│   │   │   ├── chapter10.exe.manifest
│   │   │   ├── chapter10.OleDBForm.resources
│   │   │   ├── chapter10.pdb
│   │   │   ├── chapter10.Resources.resources
│   │   │   ├── chapter10.SqlForm.resources
│   │   │   ├── chapter10.vbproj.GenerateResource.Cache
│   │   │   ├── chapter10.xml
│   │   │   ├── chapter10.XMLOpera.resources
│   │   │   └── TempPE
│   │   │   ├── db1DataSet.Designer.vb.dll
│   │   │   ├── MyDBDataSet.Designer.vb.dll
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   └── Release
│   │   ├── chapter10.application
│   │   ├── chapter10.DataSetUseForm.resources
│   │   ├── chapter10.DTForm.resources
│   │   ├── chapter10.exe
│   │   ├── chapter10.exe.manifest
│   │   ├── chapter10.OleDBForm.resources
│   │   ├── chapter10.pdb
│   │   ├── chapter10.Resources.resources
│   │   ├── chapter10.SqlForm.resources
│   │   ├── chapter10.UseDataSetForm.resources
│   │   ├── chapter10.vbproj.GenerateResource.Cache
│   │   ├── chapter10.xml
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── OleDBForm.Designer.vb
│   ├── OleDBForm.resx
│   ├── OleDBForm.vb
│   ├── Setup1
│   │   ├── Release
│   │   │   ├── Setup1.msi
│   │   │   └── setup.exe
│   │   ├── Setup1.sln
│   │   ├── Setup1.suo
│   │   └── Setup1.vdproj
│   ├── SqlForm.Designer.vb
│   ├── SqlForm.resx
│   ├── SqlForm.vb
│   ├── WriteXml.xml
│   ├── XMLFile1.xml
│   ├── XmlForm.resx
│   ├── XMLOpera.Designer.vb
│   ├── XMLOpera.resx
│   └── XMLOpera.vb
├── chapter12
│   ├── bin
│   │   ├── Debug
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── chapter12.exe
│   │   │   ├── chapter12.pdb
│   │   │   ├── chapter12.vshost.exe
│   │   │   ├── chapter12.xml
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   └── Interop.WMPLib.dll
│   │   └── Release
│   │   ├── AxInterop.SHDocVw.dll
│   │   ├── AxInterop.WMPLib.dll
│   │   ├── chapter12.exe
│   │   ├── chapter12.pdb
│   │   ├── chapter12.xml
│   │   ├── Interop.SHDocVw.dll
│   │   └── Interop.WMPLib.dll
│   ├── chapter12
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── chapter12.exe
│   │   │   │   ├── chapter12.pdb
│   │   │   │   ├── chapter12.vshost.exe
│   │   │   │   ├── chapter12.xml
│   │   │   │   ├── Interop.SHDocVw.dll
│   │   │   │   └── Interop.WMPLib.dll
│   │   │   └── Release
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── chapter12.exe
│   │   │   ├── chapter12.pdb
│   │   │   ├── chapter12.xml
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   └── Interop.WMPLib.dll
│   │   ├── chapter12.vbproj
│   │   ├── MailForm.Designer.vb
│   │   ├── MailForm.resx
│   │   ├── MailForm.vb
│   │   ├── MediaPlayerForm.Designer.vb
│   │   ├── MediaPlayerForm.resx
│   │   ├── MediaPlayerForm.vb
│   │   ├── MoreThreadForm.Designer.vb
│   │   ├── MoreThreadForm.resx
│   │   ├── MoreThreadForm.vb
│   │   ├── MoreThreadTwo.Designer.vb
│   │   ├── MoreThreadTwo.resx
│   │   ├── MoreThreadTwo.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── chapter12.vbproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   │   ├── AxInterop.WMPLib.dll
│   │   │   │   ├── chapter12.exe
│   │   │   │   ├── chapter12.MailForm.resources
│   │   │   │   ├── chapter12.MediaPlayerForm.resources
│   │   │   │   ├── chapter12.MoreThreadForm.resources
│   │   │   │   ├── chapter12.MoreThreadTwo.resources
│   │   │   │   ├── chapter12.pdb
│   │   │   │   ├── chapter12.Resources.resources
│   │   │   │   ├── chapter12.taskmgr.resources
│   │   │   │   ├── chapter12.tNewProcessForm.resources
│   │   │   │   ├── chapter12.tPropertyForm.resources
│   │   │   │   ├── chapter12.vbproj.GenerateResource.Cache
│   │   │   │   ├── chapter12.vbproj.ResolveComReference.cache
│   │   │   │   ├── chapter12.WebBrowserForm.resources
│   │   │   │   ├── chapter12.xml
│   │   │   │   ├── Interop.SHDocVw.dll
│   │   │   │   ├── Interop.WMPLib.dll
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   └── Release
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── chapter12.exe
│   │   │   ├── chapter12.MailForm.resources
│   │   │   ├── chapter12.MediaPlayerForm.resources
│   │   │   ├── chapter12.MoreThreadForm.resources
│   │   │   ├── chapter12.MoreThreadTwo.resources
│   │   │   ├── chapter12.pdb
│   │   │   ├── chapter12.Resources.resources
│   │   │   ├── chapter12.taskmgr.resources
│   │   │   ├── chapter12.tNewProcessForm.resources
│   │   │   ├── chapter12.tPropertyForm.resources
│   │   │   ├── chapter12.vbproj.GenerateResource.Cache
│   │   │   ├── chapter12.vbproj.ResolveComReference.cache
│   │   │   ├── chapter12.WebBrowserForm.resources
│   │   │   ├── chapter12.xml
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── Interop.WMPLib.dll
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── taskmgr.Designer.vb
│   │   ├── taskmgr.resx
│   │   ├── taskmgr.vb
│   │   ├── tNewProcessForm.Designer.vb
│   │   ├── tNewProcessForm.resx
│   │   ├── tNewProcessForm.vb
│   │   ├── tPropertyForm.Designer.vb
│   │   ├── tPropertyForm.resx
│   │   ├── tPropertyForm.vb
│   │   ├── WebBrowserForm.Designer.vb
│   │   ├── WebBrowserForm.resx
│   │   └── WebBrowserForm.vb
│   ├── chapter12.sln
│   ├── chapter12.suo
│   ├── chapter12.vbproj
│   ├── MailForm.Designer.vb
│   ├── MailForm.resx
│   ├── MailForm.vb
│   ├── MediaPlayerForm.Designer.vb
│   ├── MediaPlayerForm.resx
│   ├── MediaPlayerForm.vb
│   ├── MoreThreadForm.Designer.vb
│   ├── MoreThreadForm.resx
│   ├── MoreThreadForm.vb
│   ├── MoreThreadTwo.Designer.vb
│   ├── MoreThreadTwo.resx
│   ├── MoreThreadTwo.vb
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── chapter12.vbproj.FileList.txt
│   │   ├── Debug
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── AxInterop.WMPLib.dll
│   │   │   ├── chapter12.exe
│   │   │   ├── chapter12.MailForm.resources
│   │   │   ├── chapter12.MediaPlayerForm.resources
│   │   │   ├── chapter12.MoreThreadForm.resources
│   │   │   ├── chapter12.MoreThreadTwo.resources
│   │   │   ├── chapter12.pdb
│   │   │   ├── chapter12.Resources.resources
│   │   │   ├── chapter12.taskmgr.resources
│   │   │   ├── chapter12.tNewProcessForm.resources
│   │   │   ├── chapter12.tPropertyForm.resources
│   │   │   ├── chapter12.vbproj.GenerateResource.Cache
│   │   │   ├── chapter12.vbproj.ResolveComReference.cache
│   │   │   ├── chapter12.WebBrowserForm.resources
│   │   │   ├── chapter12.xml
│   │   │   ├── Interop.SHDocVw.dll
│   │   │   ├── Interop.WMPLib.dll
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   └── Release
│   │   ├── AxInterop.SHDocVw.dll
│   │   ├── AxInterop.WMPLib.dll
│   │   ├── chapter12.exe
│   │   ├── chapter12.MailForm.resources
│   │   ├── chapter12.MediaPlayerForm.resources
│   │   ├── chapter12.MoreThreadForm.resources
│   │   ├── chapter12.MoreThreadTwo.resources
│   │   ├── chapter12.pdb
│   │   ├── chapter12.Resources.resources
│   │   ├── chapter12.taskmgr.resources
│   │   ├── chapter12.tNewProcessForm.resources
│   │   ├── chapter12.tPropertyForm.resources
│   │   ├── chapter12.vbproj.GenerateResource.Cache
│   │   ├── chapter12.vbproj.ResolveComReference.cache
│   │   ├── chapter12.WebBrowserForm.resources
│   │   ├── chapter12.xml
│   │   ├── Interop.SHDocVw.dll
│   │   ├── Interop.WMPLib.dll
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── taskmgr.Designer.vb
│   ├── taskmgr.resx
│   ├── taskmgr.vb
│   ├── tNewProcessForm.Designer.vb
│   ├── tNewProcessForm.resx
│   ├── tNewProcessForm.vb
│   ├── tPropertyForm.Designer.vb
│   ├── tPropertyForm.resx
│   ├── tPropertyForm.vb
│   ├── WebBrowserForm.Designer.vb
│   ├── WebBrowserForm.resx
│   ├── WebBrowserForm.vb
│   ├── web_ico
│   │   ├── close.JPG
│   │   ├── goback.JPG
│   │   ├── go.JPG
│   │   ├── home.JPG
│   │   └── refrush.JPG
│   └── WindowsService1
│   ├── WindowsService1
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── InstallUtil.InstallLog
│   │   │   ├── WindowsService1.exe
│   │   │   ├── windowsService1.InstallLog
│   │   │   ├── windowsService1.InstallState
│   │   │   ├── WindowsService1.pdb
│   │   │   ├── WindowsService1.vshost.exe
│   │   │   └── WindowsService1.xml
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── myService.Designer.vb
│   │   ├── myService.resx
│   │   ├── myService.vb
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── TempPE
│   │   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   │   ├── WindowsService1.exe
│   │   │   │   ├── WindowsService1.myService.resources
│   │   │   │   ├── WindowsService1.pdb
│   │   │   │   ├── WindowsService1.ProjectInstaller.resources
│   │   │   │   ├── WindowsService1.Resources.resources
│   │   │   │   ├── WindowsService1.vbproj.GenerateResource.Cache
│   │   │   │   └── WindowsService1.xml
│   │   │   └── WindowsService1.vbproj.FileList.txt
│   │   ├── ProjectInstaller.Designer.vb
│   │   ├── ProjectInstaller.resx
│   │   ├── ProjectInstaller.vb
│   │   └── WindowsService1.vbproj
│   ├── WindowsService1.sln
│   └── WindowsService1.suo
├── chapter13
│   ├── App_WebReferences
│   │   └── localhost
│   │   ├── Service.disco
│   │   ├── Service.discomap
│   │   └── Service.wsdl
│   ├── Band.aspx
│   ├── Band.aspx.vb
│   ├── Data.aspx
│   ├── Data.aspx.vb
│   ├── Default1.aspx
│   ├── Default1.aspx.vb
│   ├── Default2.aspx
│   ├── Default2.aspx.vb
│   ├── Default.aspx
│   ├── Default.aspx.vb
│   ├── Index.aspx
│   ├── Index.aspx.vb
│   ├── Login.aspx
│   ├── Login.aspx.vb
│   ├── Regedit.aspx
│   ├── Regedit.aspx.vb
│   ├── Validator.aspx
│   ├── Validator.aspx.vb
│   ├── web.config
│   ├── WebServiceClient.aspx
│   ├── WebServiceClient.aspx.vb
│   ├── WebUserControl2.ascx
│   ├── WebUserControl2.ascx.vb
│   ├── WebUserControl.ascx
│   └── WebUserControl.ascx.vb
├── chapter14
│   └── Setup1
│   ├── Setup1
│   │   ├── Debug
│   │   │   └── setup.exe
│   │   └── Setup1.vdproj
│   ├── Setup1.sln
│   └── Setup1.suo
├── chapter15
│   └── PersonnelPayroll
│   ├── app.config
│   ├── AssemblyInfo.vb
│   ├── bin
│   │   ├── CommonDB.dll
│   │   ├── CommonDB.pdb
│   │   ├── CommonSystem.dll
│   │   ├── CommonSystem.pdb
│   │   ├── PersonnelPayroll.exe
│   │   ├── PersonnelPayroll.exe.config
│   │   ├── PersonnelPayroll.pdb
│   │   ├── PersonnelPayroll.vshost.exe
│   │   └── PersonnelPayroll.vshost.exe.config
│   ├── Classes
│   │   ├── Attendance.1.vb
│   │   ├── AttendanceItem.vb
│   │   ├── Attendance.vb
│   │   ├── Company.vb
│   │   ├── Department.vb
│   │   ├── Employee.vb
│   │   ├── PayrollItem.vb
│   │   ├── Payroll.vb
│   │   ├── Personnel.vb
│   │   └── VBNET.vsd
│   ├── CR1.rpt
│   ├── CR1.vb
│   ├── DataSet1.Designer.vb
│   ├── DataSet1.xsc
│   ├── DataSet1.xsd
│   ├── DataSet1.xss
│   ├── DataSet1.xsx
│   ├── DataSet2.Designer.vb
│   ├── DataSet2.vb
│   ├── DataSet2.xsc
│   ├── DataSet2.xsd
│   ├── DataSet2.xss
│   ├── db
│   │   ├── db.sql
│   │   ├── DB.vsd
│   │   ├── PersonnelPayroll_Data.MDF
│   │   └── PersonnelPayroll_Log.LDF
│   ├── DB.vsd
│   ├── dsBankRecord.vb
│   ├── dsBankRecord.xsc
│   ├── dsBankRecord.xsd
│   ├── dsBankRecord.xss
│   ├── dsBusiness.vb
│   ├── dsBusiness.xsc
│   ├── dsBusiness.xsd
│   ├── dsEducation.vb
│   ├── dsEducation.xsc
│   ├── dsEducation.xsd
│   ├── dsNation.vb
│   ├── dsNation.xsc
│   ├── dsNation.xsd
│   ├── dsNation.xss
│   ├── dsNation.xsx
│   ├── dsPayrollItem.vb
│   ├── dsPayrollItem.xsc
│   ├── dsPayrollItem.xsd
│   ├── dsPayrollItem.xss
│   ├── dsPayrollItem.xsx
│   ├── dsPayrollLevel.vb
│   ├── dsPayrollLevel.xsc
│   ├── dsPayrollLevel.xsd
│   ├── dsPostTitle.vb
│   ├── dsPostTitle.xsc
│   ├── dsPostTitle.xsd
│   ├── dsPostTitle.xss
│   ├── dsPostTitle.xsx
│   ├── FormAbout.resx
│   ├── FormAbout.vb
│   ├── FormAttendanceItem.resx
│   ├── FormAttendanceItem.vb
│   ├── FormAttendance.resx
│   ├── FormAttendance.vb
│   ├── FormBankRecord.resx
│   ├── FormBankRecord.vb
│   ├── FormBusiness.resx
│   ├── FormBusiness.vb
│   ├── FormCompany.resx
│   ├── FormCompany.vb
│   ├── FormDepartment.resx
│   ├── FormDepartment.vb
│   ├── FormEducation.resx
│   ├── FormEducation.vb
│   ├── FormEmployee.resx
│   ├── FormEmployee.vb
│   ├── FormFindEmployee.resx
│   ├── FormFindEmployee.vb
│   ├── FormLogin.resx
│   ├── FormLogin.vb
│   ├── FormMain.resx
│   ├── FormMain.vb
│   ├── FormNation.resx
│   ├── FormNation.vb
│   ├── FormPayrollItem.resx
│   ├── FormPayrollItem.vb
│   ├── FormPayrollLevel.resx
│   ├── FormPayrollLevel.vb
│   ├── FormPayroll.resx
│   ├── FormPayroll.vb
│   ├── FormPostTitle.resx
│   ├── FormPostTitle.vb
│   ├── FormPrint.Designer.vb
│   ├── FormPrint.resx
│   ├── FormPrint.vb
│   ├── FormQueryPayroll.resx
│   ├── FormQueryPayroll.vb
│   ├── FormUserLevel.resx
│   ├── FormUserLevel.vb
│   ├── FormUser.resx
│   ├── FormUser.vb
│   ├── My Project
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── Debug
│   │   │   ├── PersonnelPayroll.CompanyForm.resources
│   │   │   ├── PersonnelPayroll.CR1.rpt
│   │   │   ├── PersonnelPayroll.exe
│   │   │   ├── PersonnelPayroll.FormAbout.resources
│   │   │   ├── PersonnelPayroll.FormAttendanceItem.resources
│   │   │   ├── PersonnelPayroll.FormAttendance.resources
│   │   │   ├── PersonnelPayroll.FormBankRecord.resources
│   │   │   ├── PersonnelPayroll.FormBusiness.resources
│   │   │   ├── PersonnelPayroll.FormCompany.resources
│   │   │   ├── PersonnelPayroll.FormDepartment.resources
│   │   │   ├── PersonnelPayroll.FormEducation.resources
│   │   │   ├── PersonnelPayroll.FormEmployee.resources
│   │   │   ├── PersonnelPayroll.FormFindEmployee.resources
│   │   │   ├── PersonnelPayroll.FormLogin.resources
│   │   │   ├── PersonnelPayroll.FormMain.resources
│   │   │   ├── PersonnelPayroll.FormNation.resources
│   │   │   ├── PersonnelPayroll.FormPayrollItem.resources
│   │   │   ├── PersonnelPayroll.FormPayrollLevel.resources
│   │   │   ├── PersonnelPayroll.FormPayroll.resources
│   │   │   ├── PersonnelPayroll.FormPostTitle.resources
│   │   │   ├── PersonnelPayroll.FormPrint.resources
│   │   │   ├── PersonnelPayroll.FormQueryPayroll.resources
│   │   │   ├── PersonnelPayroll.FormUserLevel.resources
│   │   │   ├── PersonnelPayroll.FormUser.resources
│   │   │   ├── PersonnelPayroll.MainForm.resources
│   │   │   ├── PersonnelPayroll.pdb
│   │   │   ├── PersonnelPayroll.Resources.resources
│   │   │   ├── PersonnelPayroll.vbproj.GenerateResource.Cache
│   │   │   ├── ResGen.cache
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   ├── CR1.vb.dll
│   │   │   ├── DataSet1.Designer.vb.dll
│   │   │   ├── DataSet1.vb.dll
│   │   │   ├── DataSet2.Designer.vb.dll
│   │   │   ├── dsBankRecord.vb.dll
│   │   │   ├── dsBusiness.vb.dll
│   │   │   ├── dsEducation.vb.dll
│   │   │   ├── dsNation.vb.dll
│   │   │   ├── dsPayrollItem.vb.dll
│   │   │   ├── dsPayrollLevel.vb.dll
│   │   │   ├── dsPostTitle.vb.dll
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── PersonnelPayroll.vbproj.FileList.txt
│   │   └── Release
│   │   ├── PersonnelPayroll.CR1.rpt
│   │   ├── PersonnelPayroll.exe
│   │   ├── PersonnelPayroll.FormAbout.resources
│   │   ├── PersonnelPayroll.FormAttendanceItem.resources
│   │   ├── PersonnelPayroll.FormAttendance.resources
│   │   ├── PersonnelPayroll.FormBankRecord.resources
│   │   ├── PersonnelPayroll.FormBusiness.resources
│   │   ├── PersonnelPayroll.FormCompany.resources
│   │   ├── PersonnelPayroll.FormDepartment.resources
│   │   ├── PersonnelPayroll.FormEducation.resources
│   │   ├── PersonnelPayroll.FormEmployee.resources
│   │   ├── PersonnelPayroll.FormFindEmployee.resources
│   │   ├── PersonnelPayroll.FormLogin.resources
│   │   ├── PersonnelPayroll.FormMain.resources
│   │   ├── PersonnelPayroll.FormNation.resources
│   │   ├── PersonnelPayroll.FormPayrollItem.resources
│   │   ├── PersonnelPayroll.FormPayrollLevel.resources
│   │   ├── PersonnelPayroll.FormPayroll.resources
│   │   ├── PersonnelPayroll.FormPostTitle.resources
│   │   ├── PersonnelPayroll.FormPrint.resources
│   │   ├── PersonnelPayroll.FormQueryPayroll.resources
│   │   ├── PersonnelPayroll.FormUserLevel.resources
│   │   ├── PersonnelPayroll.FormUser.resources
│   │   ├── PersonnelPayroll.Resources.resources
│   │   ├── PersonnelPayroll.vbproj.GenerateResource.Cache
│   │   ├── ResGen.cache
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   │   ├── CR1.vb.dll
│   │   ├── DataSet1.Designer.vb.dll
│   │   ├── DataSet1.vb.dll
│   │   ├── DataSet2.Designer.vb.dll
│   │   ├── dsBankRecord.vb.dll
│   │   ├── dsBusiness.vb.dll
│   │   ├── dsEducation.vb.dll
│   │   ├── dsNation.vb.dll
│   │   ├── dsPayrollItem.vb.dll
│   │   ├── dsPayrollLevel.vb.dll
│   │   ├── dsPostTitle.vb.dll
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── PersonnelPayroll
│   ├── PersonnelPayroll.sln
│   ├── PersonnelPayroll.suo
│   ├── PersonnelPayroll.vbproj
│   └── PersonnelPayroll.vbproj.user
├── chapter2
│   ├── APIForm.designer.vb
│   ├── APIForm.resx
│   ├── APIForm.vb
│   ├── ArraySearchForm.designer.vb
│   ├── ArraySearchForm.resx
│   ├── ArraySearchForm.vb
│   ├── bin
│   │   └── Debug
│   │   ├── chapter2.exe
│   │   ├── chapter2.pdb
│   │   ├── chapter2.vshost.exe
│   │   └── chapter2.xml
│   ├── chapter2.vbproj
│   ├── EventForm.designer.vb
│   ├── EventForm.resx
│   ├── EventForm.vb
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── chapter2.vbproj.FileList.txt
│   │   └── Debug
│   │   ├── chapter2.APIForm.resources
│   │   ├── chapter2.ArrayForm.resources
│   │   ├── chapter2.ArraySearchForm.resources
│   │   ├── chapter2.ArrayValForm.resources
│   │   ├── chapter2.ByValRefForm.resources
│   │   ├── chapter2.CompareForm.resources
│   │   ├── chapter2.ConstForm.resources
│   │   ├── chapter2.DForNextForm.resources
│   │   ├── chapter2.DoLoopForm.resources
│   │   ├── chapter2.EventForm.resources
│   │   ├── chapter2.exe
│   │   ├── chapter2.ForEachForm.resources
│   │   ├── chapter2.ForForm.resources
│   │   ├── chapter2.FuncForm.resources
│   │   ├── chapter2.IfElseIfForm.resources
│   │   ├── chapter2.IfForm.resources
│   │   ├── chapter2.LogicForm.resources
│   │   ├── chapter2.pdb
│   │   ├── chapter2.PropertyForm.resources
│   │   ├── chapter2.RedimForm.resources
│   │   ├── chapter2.RedimPreForm.resources
│   │   ├── chapter2.Resources.resources
│   │   ├── chapter2.SelectForm.resources
│   │   ├── chapter2.StrForm.resources
│   │   ├── chapter2.StrucForm.resources
│   │   ├── chapter2.SubForm.resources
│   │   ├── chapter2.TDArrayForm.resources
│   │   ├── chapter2.VarForm.resources
│   │   ├── chapter2.VarZyForm.resources
│   │   ├── chapter2.vbproj.GenerateResource.Cache
│   │   ├── chapter2.xml
│   │   └── chapter2.YAreaForm.resources
│   ├── PropertyForm.designer.vb
│   ├── PropertyForm.resx
│   ├── PropertyForm.vb
│   ├── 数据类型
│   │   ├── ArrayForm.designer.vb
│   │   ├── ArrayForm.resx
│   │   ├── ArrayForm.vb
│   │   ├── ConstForm.designer.vb
│   │   ├── ConstForm.resx
│   │   ├── ConstForm.vb
│   │   ├── RedimForm.designer.vb
│   │   ├── RedimForm.resx
│   │   ├── RedimForm.vb
│   │   ├── RedimPreForm.designer.vb
│   │   ├── RedimPreForm.resx
│   │   ├── RedimPreForm.vb
│   │   ├── StrucForm.designer.vb
│   │   ├── StrucForm.resx
│   │   ├── StrucForm.vb
│   │   ├── TDArrayForm.designer.vb
│   │   ├── TDArrayForm.resx
│   │   ├── TDArrayForm.vb
│   │   ├── VarForm.designer.vb
│   │   ├── VarForm.resx
│   │   ├── VarForm.vb
│   │   ├── VarZyForm.designer.vb
│   │   ├── VarZyForm.resx
│   │   ├── VarZyForm.vb
│   │   ├── YAreaForm.designer.vb
│   │   ├── YAreaForm.resx
│   │   └── YAreaForm.vb
│   ├── 流程控制
│   │   ├── DForNextForm.designer.vb
│   │   ├── DForNextForm.resx
│   │   ├── DForNextForm.vb
│   │   ├── DoLoopForm.designer.vb
│   │   ├── DoLoopForm.resx
│   │   ├── DoLoopForm.vb
│   │   ├── ForEachForm.designer.vb
│   │   ├── ForEachForm.resx
│   │   ├── ForEachForm.vb
│   │   ├── ForForm.designer.vb
│   │   ├── ForForm.resx
│   │   ├── ForForm.vb
│   │   ├── IfElseIfForm.designer.vb
│   │   ├── IfElseIfForm.resx
│   │   ├── IfElseIfForm.vb
│   │   ├── IfForm.designer.vb
│   │   ├── IfForm.resx
│   │   ├── IfForm.vb
│   │   ├── SelectForm.designer.vb
│   │   ├── SelectForm.resx
│   │   └── SelectForm.vb
│   ├── 语法规则
│   │   ├── CompareForm.designer.vb
│   │   ├── CompareForm.resx
│   │   ├── CompareForm.vb
│   │   ├── LogicForm.designer.vb
│   │   ├── LogicForm.resx
│   │   ├── LogicForm.vb
│   │   ├── StrForm.designer.vb
│   │   ├── StrForm.resx
│   │   └── StrForm.vb
│   └── 过程和函数
│   ├── ArrayValForm.designer.vb
│   ├── ArrayValForm.resx
│   ├── ArrayValForm.vb
│   ├── ByValRefForm.designer.vb
│   ├── ByValRefForm.resx
│   ├── ByValRefForm.vb
│   ├── FuncForm.designer.vb
│   ├── FuncForm.resx
│   ├── FuncForm.vb
│   ├── SubForm.designer.vb
│   ├── SubForm.resx
│   └── SubForm.vb
├── chapter3
│   ├── chapter3
│   │   ├── AbstrctForm.designer.vb
│   │   ├── AbstrctForm.resx
│   │   ├── AbstrctForm.vb
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── chapter3.exe
│   │   │   ├── chapter3.pdb
│   │   │   ├── chapter3.vshost.exe
│   │   │   └── chapter3.xml
│   │   ├── chapter3.vbproj
│   │   ├── Class1.vb
│   │   ├── ClassForm.Designer.vb
│   │   ├── ClassForm.resx
│   │   ├── ClassForm.vb
│   │   ├── CompuAreaForm.Designer.vb
│   │   ├── CompuAreaForm.resx
│   │   ├── CompuAreaForm.vb
│   │   ├── FatherClass.vb
│   │   ├── ImplimentsForm.designer.vb
│   │   ├── ImplimentsForm.resx
│   │   ├── ImplimentsForm.vb
│   │   ├── inherit.designer.vb
│   │   ├── inherit.resx
│   │   ├── inherit.vb
│   │   ├── Module2.vb
│   │   ├── ModuleForm.designer.vb
│   │   ├── ModuleForm.resx
│   │   ├── ModuleForm.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── NewsForm.Designer.vb
│   │   ├── NewsForm.resx
│   │   ├── NewsForm.vb
│   │   ├── obj
│   │   │   ├── chapter3.vbproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── chapter3.AbstrctForm.resources
│   │   │   ├── chapter3.ClassForm.resources
│   │   │   ├── chapter3.CompuAreaForm.resources
│   │   │   ├── chapter3.exe
│   │   │   ├── chapter3.ImplimentsForm.resources
│   │   │   ├── chapter3.inherit.resources
│   │   │   ├── chapter3.ModuleForm.resources
│   │   │   ├── chapter3.NewsForm.resources
│   │   │   ├── chapter3.OverloadsForm.resources
│   │   │   ├── chapter3.overridesForm.resources
│   │   │   ├── chapter3.pdb
│   │   │   ├── chapter3.Resources.resources
│   │   │   ├── chapter3.vbproj.GenerateResource.Cache
│   │   │   ├── chapter3.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── OverloadsForm.designer.vb
│   │   ├── OverloadsForm.resx
│   │   ├── OverloadsForm.vb
│   │   ├── overridesForm.designer.vb
│   │   ├── overridesForm.resx
│   │   └── overridesForm.vb
│   ├── chapter3.sln
│   └── chapter3.suo
├── chapter4
│   ├── chapter4
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── chapter4.exe
│   │   │   │   ├── chapter4.pdb
│   │   │   │   ├── chapter4.vshost.exe
│   │   │   │   ├── chapter4.xml
│   │   │   │   ├── mycontrol.dll
│   │   │   │   ├── mycontrol.pdb
│   │   │   │   ├── mycontrol.xml
│   │   │   │   ├── WindowsControlLibrary1.dll
│   │   │   │   ├── WindowsControlLibrary1.pdb
│   │   │   │   ├── WindowsControlLibrary1.vshost.exe
│   │   │   │   └── WindowsControlLibrary1.xml
│   │   │   └── Release
│   │   │   ├── chapter4.exe
│   │   │   ├── chapter4.pdb
│   │   │   ├── chapter4.xml
│   │   │   ├── WindowsControlLibrary1.dll
│   │   │   ├── WindowsControlLibrary1.pdb
│   │   │   ├── WindowsControlLibrary1.vshost.exe
│   │   │   └── WindowsControlLibrary1.xml
│   │   ├── ButtonForm.Designer.vb
│   │   ├── ButtonForm.resx
│   │   ├── ButtonForm.vb
│   │   ├── chapter4.vbproj
│   │   ├── CheckRadio.Designer.vb
│   │   ├── CheckRadio.resx
│   │   ├── CheckRadio.vb
│   │   ├── ComboBox.Designer.vb
│   │   ├── ComboBox.resx
│   │   ├── ComboBox.vb
│   │   ├── Form1.Designer.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── ImageList.Designer.vb
│   │   ├── ImageList.resx
│   │   ├── ImageList.vb
│   │   ├── Label.Designer.vb
│   │   ├── Label.resx
│   │   ├── Label.vb
│   │   ├── LinkLabel.Designer.vb
│   │   ├── LinkLabel.resx
│   │   ├── LinkLabel.vb
│   │   ├── ListBox.Designer.vb
│   │   ├── ListBox.resx
│   │   ├── ListBox.vb
│   │   ├── ListView.Designer.vb
│   │   ├── ListView.resx
│   │   ├── ListView.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── chapter4.vbproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── chapter4.ButtonForm.resources
│   │   │   │   ├── chapter4.CheckRadio.resources
│   │   │   │   ├── chapter4.ComboBox.resources
│   │   │   │   ├── chapter4.exe
│   │   │   │   ├── chapter4.Form1.resources
│   │   │   │   ├── chapter4.GroupBox.resources
│   │   │   │   ├── chapter4.HscrollBar.resources
│   │   │   │   ├── chapter4.ImageList.resources
│   │   │   │   ├── chapter4.Label.resources
│   │   │   │   ├── chapter4.LinkLabel.resources
│   │   │   │   ├── chapter4.listbox.resources
│   │   │   │   ├── chapter4.listview.resources
│   │   │   │   ├── chapter4.Panel.resources
│   │   │   │   ├── chapter4.pdb
│   │   │   │   ├── chapter4.ProgressBar.resources
│   │   │   │   ├── chapter4.Resources.resources
│   │   │   │   ├── chapter4.TabControl.resources
│   │   │   │   ├── chapter4.TextBoxForm.resources
│   │   │   │   ├── chapter4.Timer.resources
│   │   │   │   ├── chapter4.TrackBar.resources
│   │   │   │   ├── chapter4.TreeView.resources
│   │   │   │   ├── chapter4.vbproj.GenerateResource.Cache
│   │   │   │   ├── chapter4.xml
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   └── Release
│   │   │   ├── chapter4.CheckBox.resources
│   │   │   ├── chapter4.ComboBox.resources
│   │   │   ├── chapter4.ControlLibrary.resources
│   │   │   ├── chapter4.exe
│   │   │   ├── chapter4.Form1.resources
│   │   │   ├── chapter4.GroupBox.resources
│   │   │   ├── chapter4.HscrollBar.resources
│   │   │   ├── chapter4.ImageListForm.resources
│   │   │   ├── chapter4.listbox.resources
│   │   │   ├── chapter4.listview.resources
│   │   │   ├── chapter4.Panel.resources
│   │   │   ├── chapter4.pdb
│   │   │   ├── chapter4.ProgressBar.resources
│   │   │   ├── chapter4.Resources.resources
│   │   │   ├── chapter4.TabControl.resources
│   │   │   ├── chapter4.TimerForm.resources
│   │   │   ├── chapter4.TrackBar.resources
│   │   │   ├── chapter4.TreeView.resources
│   │   │   ├── chapter4.vbproj.GenerateResource.Cache
│   │   │   ├── chapter4.xml
│   │   │   ├── chapter4.zhang4.resources
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── TextBoxForm.Designer.vb
│   │   ├── TextBoxForm.resx
│   │   ├── TextBoxForm.vb
│   │   ├── Timer.Designer.vb
│   │   ├── Timer.resx
│   │   ├── Timer.vb
│   │   ├── TreeView.Designer.vb
│   │   ├── TreeView.resx
│   │   ├── TreeView.vb
│   │   ├── 容器类控件
│   │   │   ├── GroupBox.Designer.vb
│   │   │   ├── GroupBox.resx
│   │   │   ├── GroupBox.vb
│   │   │   ├── Panel.Designer.vb
│   │   │   ├── Panel.resx
│   │   │   ├── Panel.vb
│   │   │   ├── TabControl.Designer.vb
│   │   │   ├── TabControl.resx
│   │   │   └── TabControl.vb
│   │   └── 滚动类控件
│   │   ├── HscrollBar.Designer.vb
│   │   ├── HscrollBar.resx
│   │   ├── HscrollBar.vb
│   │   ├── ProgressBar.Designer.vb
│   │   ├── ProgressBar.resx
│   │   ├── ProgressBar.vb
│   │   ├── TrackBar.Designer.vb
│   │   ├── TrackBar.resx
│   │   └── TrackBar.vb
│   ├── chapter4.sln
│   ├── chapter4.suo
│   ├── c.JPG
│   ├── d.JPG
│   ├── e.JPG
│   ├── f.JPG
│   └── w.JPG
├── chapter5
│   ├── chapter5
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── chapter5.exe
│   │   │   ├── chapter5.pdb
│   │   │   ├── chapter5.vshost.exe
│   │   │   └── chapter5.xml
│   │   ├── chapter5.vbproj
│   │   ├── ColorDialog.Designer.vb
│   │   ├── ColorDialog.resx
│   │   ├── ColorDialog.vb
│   │   ├── ContextMenu.Designer.vb
│   │   ├── ContextMenu.resx
│   │   ├── ContextMenu.vb
│   │   ├── FolderBrowser.Designer.vb
│   │   ├── FolderBrowser.resx
│   │   ├── FolderBrowser.vb
│   │   ├── FontDialog.Designer.vb
│   │   ├── FontDialog.resx
│   │   ├── FontDialog.vb
│   │   ├── Form1.Designer.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── InMessBoxForm.Designer.vb
│   │   ├── InMessBoxForm.resx
│   │   ├── InMessBoxForm.vb
│   │   ├── MDIForm.Designer.vb
│   │   ├── MDIForm.resx
│   │   ├── MDIForm.vb
│   │   ├── MenuForm.Designer.vb
│   │   ├── MenuForm.resx
│   │   ├── MenuForm.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── chapter5.vbproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── chapter5.ColorDialog.resources
│   │   │   ├── chapter5.ContextMenu.resources
│   │   │   ├── chapter5.exe
│   │   │   ├── chapter5.FolderBrowser.resources
│   │   │   ├── chapter5.FontDialog.resources
│   │   │   ├── chapter5.Form1.resources
│   │   │   ├── chapter5.InMessBoxForm.resources
│   │   │   ├── chapter5.MDIForm.resources
│   │   │   ├── chapter5.MenuForm.resources
│   │   │   ├── chapter5.OpenFileDialog.resources
│   │   │   ├── chapter5.pdb
│   │   │   ├── chapter5.PrintForm.resources
│   │   │   ├── chapter5.Resources.resources
│   │   │   ├── chapter5.SaveFileDialog.resources
│   │   │   ├── chapter5.ToolStrip.resources
│   │   │   ├── chapter5.vbproj.GenerateResource.Cache
│   │   │   ├── chapter5.xml
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── OpenFileDialog.Designer.vb
│   │   ├── OpenFileDialog.resx
│   │   ├── OpenFileDialog.vb
│   │   ├── PrintForm.Designer.vb
│   │   ├── PrintForm.resx
│   │   ├── PrintForm.vb
│   │   ├── Resources
│   │   │   ├── contentmenu.bmp
│   │   │   ├── exit.bmp
│   │   │   ├── new.bmp
│   │   │   └── save.bmp
│   │   ├── SaveFileDialog.Designer.vb
│   │   ├── SaveFileDialog.resx
│   │   ├── SaveFileDialog.vb
│   │   ├── ToolStrip.Designer.vb
│   │   ├── ToolStrip.resx
│   │   └── ToolStrip.vb
│   ├── chapter5.sln
│   ├── chapter5.suo
│   ├── contentmenu.bmp
│   ├── exit.bmp
│   ├── new.bmp
│   └── save.bmp
├── chapter6
│   ├── chapter6
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── chapter6.exe
│   │   │   │   ├── chapter6.pdb
│   │   │   │   ├── chapter6.vshost.exe
│   │   │   │   └── chapter6.xml
│   │   │   └── Release
│   │   │   ├── chapter6.exe
│   │   │   ├── chapter6.pdb
│   │   │   └── chapter6.xml
│   │   ├── chapter6.vbproj
│   │   ├── chapter6.vbproj.user
│   │   ├── ColorForm.Designer.vb
│   │   ├── ColorForm.resx
│   │   ├── ColorForm.vb
│   │   ├── DrawsForm.Designer.vb
│   │   ├── DrawsForm.resx
│   │   ├── DrawsForm.vb
│   │   ├── GraphicsForm.Designer.vb
│   │   ├── GraphicsForm.resx
│   │   ├── GraphicsForm.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Chapter6.vbproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── Chapter6.ColorForm.resources
│   │   │   │   ├── Chapter6.DrawsForm.resources
│   │   │   │   ├── Chapter6.exe
│   │   │   │   ├── Chapter6.GraphicsForm.resources
│   │   │   │   ├── Chapter6.pdb
│   │   │   │   ├── Chapter6.Resources.resources
│   │   │   │   ├── Chapter6.SizeForm.resources
│   │   │   │   ├── Chapter6.TimerDrawEllipseForm.resources
│   │   │   │   ├── chapter6.vbproj.GenerateResource.Cache
│   │   │   │   ├── Chapter6.xml
│   │   │   │   └── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   └── Release
│   │   │   ├── chapter6.ColorForm.resources
│   │   │   ├── chapter6.DrawsForm.resources
│   │   │   ├── chapter6.exe
│   │   │   ├── chapter6.GraphicsForm.resources
│   │   │   ├── chapter6.pdb
│   │   │   ├── chapter6.Resources.resources
│   │   │   ├── chapter6.SizeForm.resources
│   │   │   ├── chapter6.TimerDrawEllipseForm.resources
│   │   │   ├── chapter6.vbproj.GenerateResource.Cache
│   │   │   ├── chapter6.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── SizeForm.Designer.vb
│   │   ├── SizeForm.resx
│   │   ├── SizeForm.vb
│   │   ├── TimerDrawEllipseForm.Designer.vb
│   │   ├── TimerDrawEllipseForm.resx
│   │   └── TimerDrawEllipseForm.vb
│   ├── chapter6.sln
│   └── chapter6.suo
├── chapter7
│   ├── bin
│   │   └── Debug
│   │   ├── chapter7.exe
│   │   ├── chapter7.pdb
│   │   ├── chapter7.vshost.exe
│   │   └── chapter7.xml
│   ├── chapter7
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── chapter7.exe
│   │   │   ├── chapter7.pdb
│   │   │   ├── chapter7.vshost.exe
│   │   │   └── chapter7.xml
│   │   ├── chapter7.vbproj
│   │   ├── DebugForm.Designer.vb
│   │   ├── DebugForm.resx
│   │   ├── DebugForm.vb
│   │   ├── ErrObjectForm.Designer.vb
│   │   ├── ErrObjectForm.resx
│   │   ├── ErrObjectForm.vb
│   │   ├── ErrorForm.Designer.vb
│   │   ├── ErrorForm.resx
│   │   ├── ErrorForm.vb
│   │   ├── ErrorObjectForm.Designer.vb
│   │   ├── ErrorObjectForm.resx
│   │   ├── ErrorObjectForm.vb
│   │   ├── LoginErrForm.Designer.vb
│   │   ├── LoginErrForm.resx
│   │   ├── LoginErrForm.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── chapter7.vbproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── chapter7.DebugForm.resources
│   │   │   ├── chapter7.ErrObjectForm.resources
│   │   │   ├── chapter7.ErrorForm.resources
│   │   │   ├── chapter7.ErrorObjectForm.resources
│   │   │   ├── chapter7.exe
│   │   │   ├── chapter7.LoginErrForm.resources
│   │   │   ├── chapter7.OnErrorForm.resources
│   │   │   ├── chapter7.pdb
│   │   │   ├── chapter7.Resources.resources
│   │   │   ├── chapter7.ResumeForm.resources
│   │   │   ├── chapter7.TryCatchForm.resources
│   │   │   ├── chapter7.vbproj.GenerateResource.Cache
│   │   │   ├── chapter7.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── OnErrorForm.Designer.vb
│   │   ├── OnErrorForm.resx
│   │   ├── OnErrorForm.vb
│   │   ├── ResumeForm.Designer.vb
│   │   ├── ResumeForm.resx
│   │   ├── ResumeForm.vb
│   │   ├── TryCatchForm.Designer.vb
│   │   ├── TryCatchForm.resx
│   │   └── TryCatchForm.vb
│   ├── chapter7.sln
│   ├── chapter7.suo
│   ├── chapter7.vbproj
│   ├── DebugForm.Designer.vb
│   ├── DebugForm.resx
│   ├── DebugForm.vb
│   ├── ErrObjectForm.Designer.vb
│   ├── ErrObjectForm.resx
│   ├── ErrObjectForm.vb
│   ├── ErrorForm.Designer.vb
│   ├── ErrorForm.resx
│   ├── ErrorForm.vb
│   ├── ErrorObjectForm.Designer.vb
│   ├── ErrorObjectForm.resx
│   ├── ErrorObjectForm.vb
│   ├── LoginErrForm.Designer.vb
│   ├── LoginErrForm.resx
│   ├── LoginErrForm.vb
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── chapter7.vbproj.FileList.txt
│   │   └── Debug
│   │   ├── chapter7.DebugForm.resources
│   │   ├── chapter7.ErrObjectForm.resources
│   │   ├── chapter7.ErrorForm.resources
│   │   ├── chapter7.ErrorObjectForm.resources
│   │   ├── chapter7.exe
│   │   ├── chapter7.LoginErrForm.resources
│   │   ├── chapter7.OnErrorForm.resources
│   │   ├── chapter7.pdb
│   │   ├── chapter7.Resources.resources
│   │   ├── chapter7.ResumeForm.resources
│   │   ├── chapter7.TryCatchForm.resources
│   │   ├── chapter7.vbproj.GenerateResource.Cache
│   │   ├── chapter7.xml
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── OnErrorForm.Designer.vb
│   ├── OnErrorForm.resx
│   ├── OnErrorForm.vb
│   ├── ResumeForm.Designer.vb
│   ├── ResumeForm.resx
│   ├── ResumeForm.vb
│   ├── TryCatchForm.Designer.vb
│   ├── TryCatchForm.resx
│   └── TryCatchForm.vb
├── chapter8
│   ├── app.config
│   ├── bin
│   │   └── Debug
│   │   ├── 123
│   │   ├── chapter8.exe
│   │   ├── chapter8.pdb
│   │   ├── chapter8.vshost.exe
│   │   └── chapter8.xml
│   ├── BinaryRWForm.Designer.vb
│   ├── BinaryRWForm.resx
│   ├── BinaryRWForm.vb
│   ├── chapter8
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── 123
│   │   │   ├── chapter8.exe
│   │   │   ├── chapter8.pdb
│   │   │   ├── chapter8.vshost.exe
│   │   │   └── chapter8.xml
│   │   ├── BinaryRWForm.Designer.vb
│   │   ├── BinaryRWForm.resx
│   │   ├── BinaryRWForm.vb
│   │   ├── chapter8.vbproj
│   │   ├── DemoForm.Designer.vb
│   │   ├── DemoForm.resx
│   │   ├── DemoForm.vb
│   │   ├── DirFileForm.Designer.vb
│   │   ├── DirFileForm.resx
│   │   ├── DirFileForm.vb
│   │   ├── FileForm.Designer.vb
│   │   ├── FileForm.resx
│   │   ├── FileForm.vb
│   │   ├── FileStreamForm.designer.vb
│   │   ├── FileStreamForm.resx
│   │   ├── FileStreamForm.vb
│   │   ├── mygame.resx
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── chapter8.vbproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── chapter8.BinaryRWForm.resources
│   │   │   ├── chapter8.DemoForm.resources
│   │   │   ├── chapter8.DirFileForm.resources
│   │   │   ├── chapter8.exe
│   │   │   ├── chapter8.FileForm.resources
│   │   │   ├── chapter8.FileStreamForm.resources
│   │   │   ├── chapter8.pdb
│   │   │   ├── chapter8.Resources.resources
│   │   │   ├── chapter8.StreamForm.resources
│   │   │   ├── chapter8.StreamRWForm.resources
│   │   │   ├── chapter8.vbproj.GenerateResource.Cache
│   │   │   ├── chapter8.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── StreamForm.designer.vb
│   │   ├── StreamForm.resx
│   │   ├── StreamForm.vb
│   │   ├── StreamRWForm.Designer.vb
│   │   ├── StreamRWForm.resx
│   │   ├── StreamRWForm.vb
│   │   └── Web References
│   │   └── localhost
│   │   ├── Reference.map
│   │   ├── Reference.vb
│   │   ├── Service.disco
│   │   └── Service.wsdl
│   ├── chapter8.sln
│   ├── chapter8.suo
│   ├── chapter8.vbproj
│   ├── close.JPG
│   ├── DemoForm.Designer.vb
│   ├── DemoForm.resx
│   ├── DemoForm.vb
│   ├── DirFileForm.Designer.vb
│   ├── DirFileForm.resx
│   ├── DirFileForm.vb
│   ├── FileForm.Designer.vb
│   ├── FileForm.resx
│   ├── FileForm.vb
│   ├── FileStreamForm.designer.vb
│   ├── FileStreamForm.resx
│   ├── FileStreamForm.vb
│   ├── mygame.resx
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── chapter8.vbproj.FileList.txt
│   │   └── Debug
│   │   ├── chapter8.BinaryRWForm.resources
│   │   ├── chapter8.DemoForm.resources
│   │   ├── chapter8.DirFileForm.resources
│   │   ├── chapter8.exe
│   │   ├── chapter8.FileForm.resources
│   │   ├── chapter8.FileStreamForm.resources
│   │   ├── chapter8.pdb
│   │   ├── chapter8.Resources.resources
│   │   ├── chapter8.StreamForm.resources
│   │   ├── chapter8.StreamRWForm.resources
│   │   ├── chapter8.vbproj.GenerateResource.Cache
│   │   ├── chapter8.xml
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── open.JPG
│   ├── save.JPG
│   ├── seacher.JPG
│   ├── StreamForm.designer.vb
│   ├── StreamForm.resx
│   ├── StreamForm.vb
│   ├── StreamRWForm.Designer.vb
│   ├── StreamRWForm.resx
│   ├── StreamRWForm.vb
│   └── Web References
│   └── localhost
│   ├── Reference.map
│   ├── Reference.vb
│   ├── Service.disco
│   └── Service.wsdl
├── chapter9
│   ├── bin
│   │   └── Debug
│   │   ├── chapter9.exe
│   │   ├── chapter9.exe.config
│   │   ├── chapter9.pdb
│   │   ├── chapter9.vshost.exe
│   │   ├── chapter9.vshost.exe.config
│   │   └── chapter9.xml
│   ├── chapter9
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── chapter9.exe
│   │   │   ├── chapter9.exe.config
│   │   │   ├── chapter9.pdb
│   │   │   ├── chapter9.vshost.exe
│   │   │   ├── chapter9.vshost.exe.config
│   │   │   └── chapter9.xml
│   │   ├── chapter9.vbproj
│   │   ├── ConnDBForm.Designer.vb
│   │   ├── ConnDBForm.resx
│   │   ├── ConnDBForm.vb
│   │   ├── MyDBDataSet.Designer.vb
│   │   ├── MyDBDataSet.xsc
│   │   ├── MyDBDataSet.xsd
│   │   ├── MyDBDataSet.xss
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── chapter9.vbproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── chapter9.ConnDBForm.resources
│   │   │   ├── chapter9.exe
│   │   │   ├── chapter9.Form1.resources
│   │   │   ├── chapter9.pdb
│   │   │   ├── chapter9.Resources.resources
│   │   │   ├── chapter9.VbProcedure.resources
│   │   │   ├── chapter9.vbproj.GenerateResource.Cache
│   │   │   ├── chapter9.xml
│   │   │   └── TempPE
│   │   │   ├── MyDBDataSet1.Designer.vb.dll
│   │   │   ├── MyDBDataSet2.Designer.vb.dll
│   │   │   ├── MyDBDataSet.Designer.vb.dll
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── VbProcedure.Designer.vb
│   │   ├── VbProcedure.resx
│   │   └── VbProcedure.vb
│   ├── chapter9.sln
│   ├── chapter9.suo
│   ├── chapter9.vbproj
│   ├── ConnDBForm.Designer.vb
│   ├── ConnDBForm.resx
│   ├── ConnDBForm.vb
│   ├── DDL语言.sql
│   ├── DML语言.sql
│   ├── MyDBDataSet.Designer.vb
│   ├── MyDBDataSet.xsc
│   ├── MyDBDataSet.xsd
│   ├── MyDBDataSet.xss
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── chapter9.vbproj.FileList.txt
│   │   └── Debug
│   │   ├── chapter9.ConnDBForm.resources
│   │   ├── chapter9.exe
│   │   ├── chapter9.Form1.resources
│   │   ├── chapter9.pdb
│   │   ├── chapter9.Resources.resources
│   │   ├── chapter9.VbProcedure.resources
│   │   ├── chapter9.vbproj.GenerateResource.Cache
│   │   ├── chapter9.xml
│   │   └── TempPE
│   │   ├── MyDBDataSet1.Designer.vb.dll
│   │   ├── MyDBDataSet2.Designer.vb.dll
│   │   ├── MyDBDataSet.Designer.vb.dll
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── query_user.sql
│   ├── VbProcedure.Designer.vb
│   ├── VbProcedure.resx
│   └── VbProcedure.vb
├── Database
│   ├── db1.mdb
│   ├── MyDB_log.ldf
│   └── MyDB.mdf
├── WebSite1
│   ├── App_Code
│   │   └── Service.vb
│   ├── Service.asmx
│   └── web.config
├── WinChatper13
│   ├── WinChatper13
│   │   ├── app.config
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── WinChatper13.exe
│   │   │   ├── WinChatper13.exe.config
│   │   │   ├── WinChatper13.pdb
│   │   │   ├── WinChatper13.vshost.exe
│   │   │   ├── WinChatper13.vshost.exe.config
│   │   │   └── WinChatper13.xml
│   │   ├── Form1.Designer.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── TempPE
│   │   │   │   │   ├── My Project.Resources.Designer.vb.dll
│   │   │   │   │   └── Web References.localhost.Reference.vb.dll
│   │   │   │   ├── WinChatper13.exe
│   │   │   │   ├── WinChatper13.Form1.resources
│   │   │   │   ├── WinChatper13.pdb
│   │   │   │   ├── WinChatper13.Resources.resources
│   │   │   │   ├── WinChatper13.vbproj.GenerateResource.Cache
│   │   │   │   └── WinChatper13.xml
│   │   │   └── WinChatper13.vbproj.FileList.txt
│   │   ├── Web References
│   │   │   └── localhost
│   │   │   ├── Reference.map
│   │   │   ├── Reference.vb
│   │   │   ├── Service.disco
│   │   │   └── Service.wsdl
│   │   └── WinChatper13.vbproj
│   ├── WinChatper13.sln
│   └── WinChatper13.suo
└── 补充图
├── 12-37MediaPlayer扩展界面.jpg
├── 15-19人事管理.jpg
├── 15-30部门设置.jpg
├── 15-34报表打印.jpg
├── 9-31DataGridView运行效果.jpg
└── readme.txt

190 directories, 1413 files

标签:

实例下载地址

VB.NET源代码实例集.

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警