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

VB.NET入门经典+源码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:103.92M
  • 下载次数:7
  • 浏览次数:183
  • 发布时间:2021-01-31
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
VB.NET入门经典(第三版)含源代码勾月科技。内容详细且易懂,是一本非常优秀全面的书籍。
【实例截图】
【核心代码】
82c7935b-8955-459e-9180-a1e37122130d
└── 20141101-VB.NET入门经典(第三版)
├── code
│   ├── 559923 code02
│   │   └── ProVB.NET
│   │   ├── AssemblyInfo.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── ProVB.NET.sln
│   │   ├── ProVB.NET.suo
│   │   ├── ProVB.NET.vbproj
│   │   └── ProVB.NET.vbproj.user
│   ├── 559923 code03
│   │   ├── AttributeDemo
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── AttributeDemo.sln
│   │   │   ├── AttributeDemo.suo
│   │   │   ├── AttributeDemo.vbproj
│   │   │   ├── AttributeDemo.vbproj.user
│   │   │   └── Module1.vb
│   │   └── GenerationsDemo
│   │   ├── AssemblyInfo.vb
│   │   ├── GenerationsDemo.sln
│   │   ├── GenerationsDemo.suo
│   │   ├── GenerationsDemo.vbproj
│   │   ├── GenerationsDemo.vbproj.user
│   │   └── Module1.vb
│   ├── 559923 code04
│   │   ├── Boolean
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Boolean.sln
│   │   │   ├── Boolean.suo
│   │   │   ├── Boolean.vbproj
│   │   │   ├── Boolean.vbproj.user
│   │   │   └── Module1.vb
│   │   ├── Collections
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Collections.sln
│   │   │   ├── Collections.suo
│   │   │   ├── Collections.vbproj
│   │   │   ├── Collections.vbproj.user
│   │   │   └── Module1.vb
│   │   ├── Decimal
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Decimal.sln
│   │   │   ├── Decimal.suo
│   │   │   ├── Decimal.vbproj
│   │   │   ├── Decimal.vbproj.user
│   │   │   └── Module1.vb
│   │   ├── ExplicitCasting
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── ExplicitCasting.sln
│   │   │   ├── ExplicitCasting.suo
│   │   │   ├── ExplicitCasting.vbproj
│   │   │   ├── ExplicitCasting.vbproj.user
│   │   │   └── Module1.vb
│   │   ├── MyCSharpClass
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── MyCSharpClass.cs
│   │   │   ├── MyCSharpClass.csproj
│   │   │   ├── MyCSharpClass.csproj.user
│   │   │   ├── MyCSharpClass.sln
│   │   │   ├── MyCSharpClass.sln.old
│   │   │   ├── MyCSharpClass.suo
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   └── MyCSharpClass.projdata
│   │   ├── ReDim
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── DBNull
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── DBNull.sln
│   │   │   │   ├── DBNull.suo
│   │   │   │   ├── DBNull.vbproj
│   │   │   │   ├── DBNull.vbproj.user
│   │   │   │   └── Module1.vb
│   │   │   ├── Module1.vb
│   │   │   ├── ReDim.sln
│   │   │   ├── ReDim.suo
│   │   │   ├── ReDim.vbproj
│   │   │   └── ReDim.vbproj.user
│   │   ├── TestingCSharp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Module1.vb
│   │   │   ├── TestingCSharp.sln
│   │   │   ├── TestingCSharp.suo
│   │   │   ├── TestingCSharp.vbproj
│   │   │   └── TestingCSharp.vbproj.user
│   │   └── ValueTypes
│   │   ├── AssemblyInfo.vb
│   │   ├── Module1.vb
│   │   ├── ValueTypes.sln
│   │   ├── ValueTypes.suo
│   │   ├── ValueTypes.vbproj
│   │   └── ValueTypes.vbproj.user
│   ├── 559923 code26
│   │   ├── MobileProVBNET
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── MobileProVBNET.dll
│   │   │   │   └── MobileProVBNET.pdb
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.resx
│   │   │   ├── Global.asax.vb
│   │   │   ├── MobileProVBNET.sln
│   │   │   ├── MobileProVBNET.suo
│   │   │   ├── MobileProVBNET.vbproj
│   │   │   ├── MobileProVBNET.vbproj.webinfo
│   │   │   ├── MobileWebForm1.aspx
│   │   │   ├── MobileWebForm1.aspx.resx
│   │   │   ├── MobileWebForm1.aspx.vb
│   │   │   └── Web.config
│   │   └── SmartProVBNET
│   │   ├── AssemblyInfo.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── SmartProVBNET.sln
│   │   ├── SmartProVBNET.suo
│   │   ├── SmartProVBNET.vbdproj
│   │   └── SmartProVBNET.vbdproj.user
│   ├── 559923 codeAppA
│   │   ├── example1
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── WindowsApplication5.sln
│   │   │   ├── WindowsApplication5.suo
│   │   │   ├── WindowsApplication5.vbproj
│   │   │   └── WindowsApplication5.vbproj.user
│   │   └── VB6Example
│   │   ├── Example.NET
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Example.log
│   │   │   ├── Example.sln
│   │   │   ├── Example.suo
│   │   │   ├── Example.vbproj
│   │   │   ├── Example.vbproj.user
│   │   │   ├── Form1.resX
│   │   │   ├── Form1.vb
│   │   │   ├── _UpgradeReport_Files
│   │   │   │   ├── UpgradeReport.css
│   │   │   │   ├── UpgradeReport_Minus.gif
│   │   │   │   └── UpgradeReport_Plus.gif
│   │   │   └── _UpgradeReport.htm
│   │   ├── Example.vbp
│   │   ├── Example.vbw
│   │   └── Form1.frm
│   ├── bin
│   │   ├── TestCode.exe
│   │   ├── TestCode.pdb
│   │   └── test.txt
│   ├── ButtonApp
│   │   ├── AssemblyInfo.vb
│   │   ├── ButtonApp.sln
│   │   ├── ButtonApp.suo
│   │   ├── ButtonApp.vbproj
│   │   ├── ButtonApp.vbproj.user
│   │   ├── Form1.resx
│   │   └── Form1.vb
│   ├── CalcApp
│   │   ├── AssemblyInfo.vb
│   │   ├── CalcApp.sln
│   │   ├── CalcApp.suo
│   │   ├── CalcApp.vbproj
│   │   ├── CalcApp.vbproj.user
│   │   ├── Form1.resx
│   │   └── Form1.vb
│   ├── CalcApp2
│   │   ├── CalcApp2.vbp
│   │   ├── CalcApp2.vbw
│   │   └── Form1.frm
│   ├── CalcFrame
│   │   ├── AssemblyInfo.vb
│   │   ├── CalcFrame.sln
│   │   ├── CalcFrame.suo
│   │   ├── CalcFrame.vbproj
│   │   ├── CalcFrame.vbproj.user
│   │   ├── Form1.resx
│   │   └── Form1.vb
│   ├── Chap14_Code
│   │   ├── HelloWorld.zip
│   │   └── LoanSlicer.zip
│   ├── Chap15_Code
│   │   ├── SimpleWebUserControl
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Authors.aspx
│   │   │   ├── Authors.aspx.resx
│   │   │   ├── Authors.aspx.vb
│   │   │   ├── bin
│   │   │   │   ├── SimpleWebUserControl.dll
│   │   │   │   └── SimpleWebUserControl.pdb
│   │   │   ├── Booksellers.aspx
│   │   │   ├── Booksellers.aspx.resx
│   │   │   ├── Booksellers.aspx.vb
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.resx
│   │   │   ├── Global.asax.vb
│   │   │   ├── images
│   │   │   │   ├── hp_leftnav_authors.gif
│   │   │   │   ├── hp_leftnav_authors_on.gif
│   │   │   │   ├── hp_leftnav_booksellers.gif
│   │   │   │   ├── hp_leftnav_booksellers_on.gif
│   │   │   │   ├── hp_leftnav_librarians.gif
│   │   │   │   ├── hp_leftnav_librarians_on.gif
│   │   │   │   └── Thumbs.db
│   │   │   ├── Librarians.aspx
│   │   │   ├── Librarians.aspx.resx
│   │   │   ├── Librarians.aspx.vb
│   │   │   ├── SimpleWebUserControl.ascx
│   │   │   ├── SimpleWebUserControl.ascx.resx
│   │   │   ├── SimpleWebUserControl.ascx.vb
│   │   │   ├── SimpleWebUserControl.vbproj
│   │   │   ├── SimpleWebUserControl.vbproj.webinfo
│   │   │   ├── Styles.css
│   │   │   ├── _vti_cnf
│   │   │   │   ├── AssemblyInfo.vb
│   │   │   │   ├── Authors.aspx
│   │   │   │   ├── Authors.aspx.resx
│   │   │   │   ├── Authors.aspx.vb
│   │   │   │   ├── Booksellers.aspx
│   │   │   │   ├── Booksellers.aspx.resx
│   │   │   │   ├── Booksellers.aspx.vb
│   │   │   │   ├── Global.asax
│   │   │   │   ├── Global.asax.resx
│   │   │   │   ├── Global.asax.vb
│   │   │   │   ├── Librarians.aspx
│   │   │   │   ├── Librarians.aspx.resx
│   │   │   │   ├── Librarians.aspx.vb
│   │   │   │   ├── SimpleWebUserControl.ascx
│   │   │   │   ├── SimpleWebUserControl.ascx.resx
│   │   │   │   ├── SimpleWebUserControl.ascx.vb
│   │   │   │   ├── SimpleWebUserControl.vbproj
│   │   │   │   ├── SimpleWebUserControl.vbproj.webinfo
│   │   │   │   ├── Styles.css
│   │   │   │   └── Web.config
│   │   │   ├── _vti_pvt
│   │   │   │   ├── access.cnf
│   │   │   │   ├── deptodoc.btr
│   │   │   │   ├── doctodep.btr
│   │   │   │   ├── linkinfo.cnf
│   │   │   │   ├── service.cnf
│   │   │   │   ├── service.lck
│   │   │   │   └── services.cnf
│   │   │   ├── Web.config
│   │   │   ├── WebForm2.aspx
│   │   │   ├── WebForm2.aspx.resx
│   │   │   └── WebForm2.aspx.vb
│   │   ├── SubClassedControls
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── SubClassedControls.dll
│   │   │   │   └── SubClassedControls.pdb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── SubClassedControls.dll
│   │   │   │   └── SubClassedControls.pdb
│   │   │   ├── SubClassedControls.sln
│   │   │   ├── SubClassedControls.suo
│   │   │   ├── SubClassedControls.vbproj
│   │   │   ├── SubClassedControls.vbproj.user
│   │   │   └── WebCustomControl1.vb
│   │   └── WebControls
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── SubClassedControls.dll
│   │   │   ├── SubClassedControls.pdb
│   │   │   ├── WebControls.dll
│   │   │   └── WebControls.pdb
│   │   ├── Global.asax
│   │   ├── Global.asax.resx
│   │   ├── Global.asax.vb
│   │   ├── NavBar.ascx
│   │   ├── NavBar.ascx.resx
│   │   ├── NavBar.ascx.vb
│   │   ├── Styles.css
│   │   ├── SubClassingAControl.aspx
│   │   ├── SubClassingAControl.aspx.resx
│   │   ├── SubClassingAControl.aspx.vb
│   │   ├── _vti_cnf
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.resx
│   │   │   ├── Global.asax.vb
│   │   │   ├── NavBar.ascx
│   │   │   ├── NavBar.ascx.resx
│   │   │   ├── NavBar.ascx.vb
│   │   │   ├── Styles.css
│   │   │   ├── Web.config
│   │   │   ├── WebControls.sln
│   │   │   ├── WebControls.suo
│   │   │   ├── WebControls.vbproj
│   │   │   ├── WebControls.vbproj.webinfo
│   │   │   ├── WebForm1.aspx
│   │   │   ├── WebForm1.aspx.resx
│   │   │   ├── WebForm1.aspx.vb
│   │   │   └── WebForm1Paste.txt
│   │   ├── _vti_pvt
│   │   │   ├── access.cnf
│   │   │   ├── deptodoc.btr
│   │   │   ├── doctodep.btr
│   │   │   ├── linkinfo.cnf
│   │   │   ├── service.cnf
│   │   │   ├── service.lck
│   │   │   └── services.cnf
│   │   ├── Web.config
│   │   ├── WebControls.sln
│   │   ├── WebControls.suo
│   │   ├── WebControls.vbproj
│   │   ├── WebControls.vbproj.webinfo
│   │   ├── WebForm1.aspx
│   │   ├── WebForm1.aspx.resx
│   │   ├── WebForm1.aspx.vb
│   │   └── WebForm1Paste.txt
│   ├── Chapter10
│   │   ├── DOM
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── DOM.exe
│   │   │   │   └── DOM.pdb
│   │   │   ├── DentalOfficeReadyPrescriptionsV2.xml
│   │   │   ├── DOM.sln
│   │   │   ├── DOM.sln.old
│   │   │   ├── DOM.suo
│   │   │   ├── DOM.vbproj
│   │   │   ├── DOM.vbproj.user
│   │   │   ├── Module1.vb
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── DOM.exe
│   │   │   └── DOM.pdb
│   │   ├── TypedDataSet
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Authors.vb
│   │   │   ├── bin
│   │   │   │   ├── TypedDataSet.exe
│   │   │   │   └── TypedDataSet.pdb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── TypedDataSet.exe
│   │   │   │   ├── TypedDataSet.Form1.resources
│   │   │   │   └── TypedDataSet.pdb
│   │   │   ├── TypedDataSet.sln
│   │   │   ├── TypedDataSet.sln.old
│   │   │   ├── TypedDataSet.suo
│   │   │   ├── TypedDataSet.vbproj
│   │   │   └── TypedDataSet.vbproj.user
│   │   ├── TypedDataSetDemo
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Authors.vb
│   │   │   ├── bin
│   │   │   │   ├── TypedDataSetDemo.exe
│   │   │   │   └── TypedDataSetDemo.pdb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── TypedDataSetDemo.exe
│   │   │   │   ├── TypedDataSetDemo.Form1.resources
│   │   │   │   └── TypedDataSetDemo.pdb
│   │   │   ├── TypedDataSetDemo.sln
│   │   │   ├── TypedDataSetDemo.sln.old
│   │   │   ├── TypedDataSetDemo.suo
│   │   │   ├── TypedDataSetDemo.vbproj
│   │   │   └── TypedDataSetDemo.vbproj.user
│   │   ├── UsingMemoryStream
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── UsingMemoryStream.exe
│   │   │   │   └── UsingMemoryStream.pdb
│   │   │   ├── Module1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── UsingMemoryStream.exe
│   │   │   │   └── UsingMemoryStream.pdb
│   │   │   ├── UsingMemoryStream.sln
│   │   │   ├── UsingMemoryStream.sln.old
│   │   │   ├── UsingMemoryStream.suo
│   │   │   ├── UsingMemoryStream.vbproj
│   │   │   └── UsingMemoryStream.vbproj.user
│   │   ├── VBNetXML01
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Module1.vb
│   │   │   ├── VBNetXML01.sln
│   │   │   ├── VBNetXML01.suo
│   │   │   ├── VBNetXML01.vbproj
│   │   │   ├── VBNetXML01.vbproj.user
│   │   │   ├── VBNetXML.sln
│   │   │   └── VBNetXML.suo
│   │   ├── VBNetXML02
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── VBNetXML02.exe
│   │   │   │   └── VBNetXML02.pdb
│   │   │   ├── justaddwater.xml
│   │   │   ├── Module1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── VBNetXML02.exe
│   │   │   │   └── VBNetXML02.pdb
│   │   │   ├── VBNetXML02.sln
│   │   │   ├── VBNetXML02.suo
│   │   │   ├── VBNetXML02.vbproj
│   │   │   └── VBNetXML02.vbproj.user
│   │   ├── VBNetXML03
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── VBNetXML03.exe
│   │   │   │   └── VBNetXML03.pdb
│   │   │   ├── Module1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── VBNetXML03.exe
│   │   │   │   └── VBNetXML03.pdb
│   │   │   ├── VBNetXML03.sln
│   │   │   ├── VBNetXML03.suo
│   │   │   ├── VBNetXML03.vbproj
│   │   │   └── VBNetXML03.vbproj.user
│   │   ├── VBNetXML04
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── VBNetXML04.exe
│   │   │   │   └── VBNetXML04.pdb
│   │   │   ├── Module1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── VBNetXML04.exe
│   │   │   │   └── VBNetXML04.pdb
│   │   │   ├── PrescriptionsProgrammatic.XML
│   │   │   ├── VBNetXML04.sln
│   │   │   ├── VBNetXML04.suo
│   │   │   ├── VBNetXML04.vbproj
│   │   │   └── VBNetXML04.vbproj.user
│   │   ├── VBNetXML05
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── VBNetXML05.exe
│   │   │   │   └── VBNetXML05.pdb
│   │   │   ├── DentalManage.xml
│   │   │   ├── Module1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── VBNetXML05.exe
│   │   │   │   └── VBNetXML05.pdb
│   │   │   ├── VBNetXML05.sln
│   │   │   ├── VBNetXML05.suo
│   │   │   ├── VBNetXML05.vbproj
│   │   │   └── VBNetXML05.vbproj.user
│   │   ├── VBNetXML06
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── VBNetXML06.exe
│   │   │   │   └── VBNetXML06.pdb
│   │   │   ├── Malformed.xml
│   │   │   ├── Module1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── VBNetXML06.exe
│   │   │   │   └── VBNetXML06.pdb
│   │   │   ├── VBNetXML06.sln
│   │   │   ├── VBNetXML06.suo
│   │   │   ├── VBNetXML06.vbproj
│   │   │   └── VBNetXML06.vbproj.user
│   │   └── XSLT
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── XSLT.exe
│   │   │   └── XSLT.pdb
│   │   ├── ConvertLegacyToNewStandard.xslt
│   │   ├── Module1.vb
│   │   ├── NewStandard.xml
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── XSLT.exe
│   │   │   └── XSLT.pdb
│   │   ├── OneWXClientMultiPresciptions.xml
│   │   ├── ShowIt.html
│   │   ├── WXDisplayThatPuppy.xslt
│   │   ├── XSLT.sln
│   │   ├── XSLT.sln.old
│   │   ├── XSLT.suo
│   │   ├── XSLT.vbproj
│   │   └── XSLT.vbproj.user
│   ├── Chapter12
│   │   └── Chapter12Demos
│   │   ├── Add Dynamic Control Demo.sln
│   │   ├── Add Dynamic Control Demo.suo
│   │   ├── Add Dynamic Control Demo.vbproj
│   │   ├── Add Dynamic Control Demo.vbproj.user
│   │   ├── AssemblyInfo.vb
│   │   ├── AutoResize Demo.resx
│   │   ├── AutoResize Demo.vb
│   │   ├── bin
│   │   │   ├── Add Dynamic Control Demo.exe
│   │   │   └── Add Dynamic Control Demo.pdb
│   │   ├── DialogResult Demo.resx
│   │   ├── DialogResult Demo.vb
│   │   ├── Drag and Drop Demo.resx
│   │   ├── Drag and Drop Demo.vb
│   │   ├── ErrorProvider Demo.resx
│   │   ├── ErrorProvider Demo.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── GroupBox Demo.resx
│   │   ├── GroupBox Demo.vb
│   │   ├── MainMenu Demo.resx
│   │   ├── MainMenu Demo.vb
│   │   ├── MDI Parent Form.resx
│   │   ├── MDI Parent Form.vb
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Add_Dynamic_Control_Demo.AutoResize_Demo.resources
│   │   │   ├── Add_Dynamic_Control_Demo.DialogResult_Demo.resources
│   │   │   ├── Add_Dynamic_Control_Demo.Drag_and_Drop_Demo.resources
│   │   │   ├── Add_Dynamic_Control_Demo.ErrorProvider_Demo.resources
│   │   │   ├── Add Dynamic Control Demo.exe
│   │   │   ├── Add_Dynamic_Control_Demo.Form1.resources
│   │   │   ├── Add_Dynamic_Control_Demo.GroupBox_Demo.resources
│   │   │   ├── Add_Dynamic_Control_Demo.MainMenu_Demo.resources
│   │   │   ├── Add_Dynamic_Control_Demo.MDI_Parent_Form.resources
│   │   │   ├── Add_Dynamic_Control_Demo.Panel_Demo.resources
│   │   │   ├── Add Dynamic Control Demo.pdb
│   │   │   ├── Add_Dynamic_Control_Demo.Toolbar_Demo.resources
│   │   │   └── Add_Dynamic_Control_Demo.Validating_Demo.resources
│   │   ├── Panel Demo.resx
│   │   ├── Panel Demo.vb
│   │   ├── Toolbar Demo.resx
│   │   ├── Toolbar Demo.vb
│   │   ├── Validating Demo.resx
│   │   └── Validating Demo.vb
│   ├── Chapter13
│   │   ├── MyControls
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── MyControls.dll
│   │   │   │   └── MyControls.pdb
│   │   │   ├── MyControls.sln
│   │   │   ├── MyControls.sln.old
│   │   │   ├── MyControls.suo
│   │   │   ├── MyControls.vbproj
│   │   │   ├── MyControls.vbproj.user
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── MyControls.dll
│   │   │   │   ├── MyControls.pdb
│   │   │   │   └── MyControls.TrafficLight.resources
│   │   │   ├── TrafficLight.resx
│   │   │   ├── TrafficLight.vb
│   │   │   └── TRFFC09.ICO
│   │   ├── NewLimitedCheckedListBox
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── NewLimitedCheckedListBox.dll
│   │   │   │   └── NewLimitedCheckedListBox.pdb
│   │   │   ├── NewLimitedCheckedListBox.resx
│   │   │   ├── NewLimitedCheckedListBox.sln
│   │   │   ├── NewLimitedCheckedListBox.suo
│   │   │   ├── NewLimitedCheckedListBox.vb
│   │   │   ├── NewLimitedCheckedListBox.vbproj
│   │   │   ├── NewLimitedCheckedListBox.vbproj.user
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── NewLimitedCheckedListBox.dll
│   │   │   ├── NewLimitedCheckedListBox.NewLimitedCheckedListBox.resources
│   │   │   └── NewLimitedCheckedListBox.pdb
│   │   ├── NumericTextBox
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── NumericTextBox.dll
│   │   │   │   └── NumericTextBox.pdb
│   │   │   ├── CompositeControl.resx
│   │   │   ├── CompositeControl.vb
│   │   │   ├── NumericTextBox.resx
│   │   │   ├── NumericTextBox.sln
│   │   │   ├── NumericTextBox.suo
│   │   │   ├── NumericTextBox.vb
│   │   │   ├── NumericTextBox.vbproj
│   │   │   ├── NumericTextBox.vbproj.user
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── NumericTextBox.CompositeControl.resources
│   │   │   ├── NumericTextBox.dll
│   │   │   ├── NumericTextBox.NumericTextBox.resources
│   │   │   └── NumericTextBox.pdb
│   │   ├── TestNewLimitedCheckedListBox
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── NewLimitedCheckedListBox.dll
│   │   │   │   ├── NewLimitedCheckedListBox.pdb
│   │   │   │   ├── TestNewLimitedCheckedListBox.exe
│   │   │   │   └── TestNewLimitedCheckedListBox.pdb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── TestNewLimitedCheckedListBox.exe
│   │   │   │   ├── TestNewLimitedCheckedListBox.Form1.resources
│   │   │   │   └── TestNewLimitedCheckedListBox.pdb
│   │   │   ├── TestNewLimitedCheckedListBox.vbproj
│   │   │   └── TestNewLimitedCheckedListBox.vbproj.user
│   │   └── TestTrafficLight
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── MyControls.dll
│   │   │   ├── MyControls.pdb
│   │   │   ├── TestTrafficLight.exe
│   │   │   └── TestTrafficLight.pdb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── TestTrafficLight.exe
│   │   │   ├── TestTrafficLight.Form1.resources
│   │   │   └── TestTrafficLight.pdb
│   │   ├── TestTrafficLight.vbproj
│   │   └── TestTrafficLight.vbproj.user
│   ├── Chapter16
│   │   ├── AuthorEditor
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── AuthorEditor.sln
│   │   │   ├── AuthorEditor.sln.old
│   │   │   ├── AuthorEditor.suo
│   │   │   ├── AuthorEditor.vbproj
│   │   │   ├── AuthorEditor.vbproj.user
│   │   │   ├── bin
│   │   │   │   ├── AuthorEditor.exe
│   │   │   │   └── AuthorEditor.pdb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── AuthorEditor.exe
│   │   │   ├── AuthorEditor.Form1.resources
│   │   │   └── AuthorEditor.pdb
│   │   ├── BindingLists
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── BindingLists.exe
│   │   │   │   └── BindingLists.pdb
│   │   │   ├── BindingLists.sln
│   │   │   ├── BindingLists.sln.old
│   │   │   ├── BindingLists.suo
│   │   │   ├── BindingLists.vbproj
│   │   │   ├── BindingLists.vbproj.user
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── BindingLists.exe
│   │   │   ├── BindingLists.Form1.resources
│   │   │   └── BindingLists.pdb
│   │   ├── DataGrid
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── DataGrid.exe
│   │   │   │   └── DataGrid.pdb
│   │   │   ├── DataGrid.sln
│   │   │   ├── DataGrid.sln.old
│   │   │   ├── DataGrid.suo
│   │   │   ├── DataGrid.vbproj
│   │   │   ├── DataGrid.vbproj.user
│   │   │   ├── DataSet1.vb
│   │   │   ├── DataSet1.xsd
│   │   │   ├── DataSet1.xsx
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── DataGrid.exe
│   │   │   ├── DataGrid.Form1.resources
│   │   │   ├── DataGrid.pdb
│   │   │   └── TempPE
│   │   │   └── DataSet1.vb.dll
│   │   ├── DataGrid1
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── DataGrid1.exe
│   │   │   │   └── DataGrid1.pdb
│   │   │   ├── DataGrid1.sln
│   │   │   ├── DataGrid1.sln.old
│   │   │   ├── DataGrid1.suo
│   │   │   ├── DataGrid1.vbproj
│   │   │   ├── DataGrid1.vbproj.user
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── DataGrid1.exe
│   │   │   ├── DataGrid1.Form1.resources
│   │   │   └── DataGrid1.pdb
│   │   └── DataGrid3
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── DataGrid3.exe
│   │   │   └── DataGrid3.pdb
│   │   ├── DataGrid3.sln
│   │   ├── DataGrid3.sln.old
│   │   ├── DataGrid3.suo
│   │   ├── DataGrid3.vbproj
│   │   ├── DataGrid3.vbproj.user
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   └── obj
│   │   └── Debug
│   │   ├── DataGrid3.exe
│   │   ├── DataGrid3.Form1.resources
│   │   └── DataGrid3.pdb
│   ├── Chapter 19
│   │   └── Threading
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── Threading.exe
│   │   │   └── Threading.pdb
│   │   ├── Form10.resx
│   │   ├── Form10.vb
│   │   ├── Form11.resx
│   │   ├── Form11.vb
│   │   ├── Form12.resx
│   │   ├── Form12.vb
│   │   ├── Form13.resx
│   │   ├── Form13.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── Form2.resx
│   │   ├── Form2.vb
│   │   ├── Form3.resx
│   │   ├── Form3.vb
│   │   ├── Form4.resx
│   │   ├── Form4.vb
│   │   ├── Form5.resx
│   │   ├── Form5.vb
│   │   ├── Form6.resx
│   │   ├── Form6.vb
│   │   ├── Form7.resx
│   │   ├── Form7.vb
│   │   ├── Form8.resx
│   │   ├── Form8.vb
│   │   ├── Form9.resx
│   │   ├── Form9.vb
│   │   ├── Main.resx
│   │   ├── Main.vb
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Threading.exe
│   │   │   ├── Threading.Form10.resources
│   │   │   ├── Threading.Form11.resources
│   │   │   ├── Threading.Form12.resources
│   │   │   ├── Threading.Form13.resources
│   │   │   ├── Threading.Form1.resources
│   │   │   ├── Threading.Form2.resources
│   │   │   ├── Threading.Form3.resources
│   │   │   ├── Threading.Form4.resources
│   │   │   ├── Threading.Form5.resources
│   │   │   ├── Threading.Form6.resources
│   │   │   ├── Threading.Form7.resources
│   │   │   ├── Threading.Form8.resources
│   │   │   ├── Threading.Form9.resources
│   │   │   ├── Threading.Main.resources
│   │   │   └── Threading.pdb
│   │   ├── Primes.vb
│   │   ├── Threading.sln
│   │   ├── Threading.suo
│   │   ├── Threading.vbproj
│   │   └── Threading.vbproj.user
│   ├── Chapter 20
│   │   ├── ActivatorClient
│   │   │   ├── ActivatorClient.vbproj
│   │   │   ├── ActivatorClient.vbproj.user
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── ActivatorClient.exe
│   │   │   │   ├── ActivatorClient.pdb
│   │   │   │   ├── SimpleInterface.dll
│   │   │   │   ├── SimpleInterface.pdb
│   │   │   │   ├── SimpleLibrary.dll
│   │   │   │   └── SimpleLibrary.pdb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── ActivatorClient.exe
│   │   │   ├── ActivatorClient.Form1.resources
│   │   │   └── ActivatorClient.pdb
│   │   ├── InterfaceClient
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── InterfaceClient.exe
│   │   │   │   ├── InterfaceClient.pdb
│   │   │   │   ├── SimpleInterface.dll
│   │   │   │   └── SimpleInterface.pdb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── InterfaceClient.vbproj
│   │   │   ├── InterfaceClient.vbproj.user
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── InterfaceClient.exe
│   │   │   ├── InterfaceClient.Form1.resources
│   │   │   └── InterfaceClient.pdb
│   │   ├── ProxyClient
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── ProxyClient.exe
│   │   │   │   ├── ProxyClient.pdb
│   │   │   │   └── SimpleProxy.dll
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── ProxyClient.exe
│   │   │   │   ├── ProxyClient.Form1.resources
│   │   │   │   └── ProxyClient.pdb
│   │   │   ├── ProxyClient.vbproj
│   │   │   ├── ProxyClient.vbproj.user
│   │   │   └── SimpleProxy.dll
│   │   ├── SimpleClient
│   │   │   ├── App.config
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── SimpleClient.exe
│   │   │   │   ├── SimpleClient.exe.config
│   │   │   │   ├── SimpleClient.pdb
│   │   │   │   ├── SimpleInterface.dll
│   │   │   │   ├── SimpleInterface.pdb
│   │   │   │   ├── SimpleLibrary.dll
│   │   │   │   └── SimpleLibrary.pdb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── SimpleClient.exe
│   │   │   │   ├── SimpleClient.Form1.resources
│   │   │   │   └── SimpleClient.pdb
│   │   │   ├── SimpleClient.sln
│   │   │   ├── SimpleClient.suo
│   │   │   ├── SimpleClient.vbproj
│   │   │   └── SimpleClient.vbproj.user
│   │   ├── SimpleHost
│   │   │   ├── bin
│   │   │   │   ├── SimpleHost.dll
│   │   │   │   ├── SimpleHost.pdb
│   │   │   │   ├── SimpleInterface.dll
│   │   │   │   ├── SimpleInterface.pdb
│   │   │   │   ├── SimpleLibrary.dll
│   │   │   │   └── SimpleLibrary.pdb
│   │   │   ├── SimpleHost.sln
│   │   │   ├── SimpleHost.suo
│   │   │   ├── SimpleHost.vbproj
│   │   │   ├── SimpleHost.vbproj.webinfo
│   │   │   ├── _vti_pvt
│   │   │   │   ├── access.cnf
│   │   │   │   ├── deptodoc.btr
│   │   │   │   ├── doctodep.btr
│   │   │   │   ├── service.cnf
│   │   │   │   ├── service.lck
│   │   │   │   └── services.cnf
│   │   │   └── Web.config
│   │   ├── SimpleInterface
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── SimpleInterface.dll
│   │   │   │   └── SimpleInterface.pdb
│   │   │   ├── ICalculator.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── SimpleInterface.dll
│   │   │   │   └── SimpleInterface.pdb
│   │   │   ├── SimpleInterface.vbproj
│   │   │   └── SimpleInterface.vbproj.user
│   │   ├── SimpleLibrary
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── SimpleInterface.dll
│   │   │   │   ├── SimpleInterface.pdb
│   │   │   │   ├── SimpleLibrary.dll
│   │   │   │   └── SimpleLibrary.pdb
│   │   │   ├── Calculator.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── SimpleLibrary.dll
│   │   │   │   └── SimpleLibrary.pdb
│   │   │   ├── SimpleLibrary.sln
│   │   │   ├── SimpleLibrary.suo
│   │   │   ├── SimpleLibrary.vbproj
│   │   │   └── SimpleLibrary.vbproj.user
│   │   └── SimpleServer
│   │   ├── App.config
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── SimpleInterface.dll
│   │   │   ├── SimpleInterface.pdb
│   │   │   ├── SimpleLibrary.dll
│   │   │   ├── SimpleLibrary.pdb
│   │   │   ├── SimpleServer.exe
│   │   │   ├── SimpleServer.exe.config
│   │   │   └── SimpleServer.pdb
│   │   ├── Module1.vb
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── SimpleServer.exe
│   │   │   └── SimpleServer.pdb
│   │   ├── SimpleServer.sln
│   │   ├── SimpleServer.suo
│   │   ├── SimpleServer.vbproj
│   │   └── SimpleServer.vbproj.user
│   ├── Chapter21
│   │   ├── CounterMonitor
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── CounterMonitor.exe
│   │   │   │   └── CounterMonitor.pdb
│   │   │   ├── CounterMonitor.resx
│   │   │   ├── CounterMonitor.sln
│   │   │   ├── CounterMonitor.sln.old
│   │   │   ├── CounterMonitor.suo
│   │   │   ├── CounterMonitor.vb
│   │   │   ├── CounterMonitor.vbproj
│   │   │   ├── CounterMonitor.vbproj.user
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── CounterMonitor.CounterMonitor.resources
│   │   │   │   ├── CounterMonitor.exe
│   │   │   │   ├── CounterMonitor.pdb
│   │   │   │   └── CounterMonitor.ProjectInstaller.resources
│   │   │   ├── ProjectInstaller.resx
│   │   │   └── ProjectInstaller.vb
│   │   ├── CounterTest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── CounterTest.sln
│   │   │   ├── CounterTest.sln.old
│   │   │   ├── CounterTest.suo
│   │   │   ├── CounterTest.vbproj
│   │   │   ├── CounterTest.vbproj.user
│   │   │   ├── Form1.resx
│   │   │   └── Form1.vb
│   │   ├── Enhanced CounterTest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── CounterTest.exe
│   │   │   │   └── CounterTest.pdb
│   │   │   ├── CounterTest.sln
│   │   │   ├── CounterTest.sln.old
│   │   │   ├── CounterTest.suo
│   │   │   ├── CounterTest.vbproj
│   │   │   ├── CounterTest.vbproj.user
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── CounterTest.exe
│   │   │   ├── CounterTest.Form1.resources
│   │   │   └── CounterTest.pdb
│   │   ├── Enhanced CounterTest 2
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── CounterTest.exe
│   │   │   │   └── CounterTest.pdb
│   │   │   ├── CounterTest.sln
│   │   │   ├── CounterTest.sln.old
│   │   │   ├── CounterTest.suo
│   │   │   ├── CounterTest.vbproj
│   │   │   ├── CounterTest.vbproj.user
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── CounterTest.exe
│   │   │   ├── CounterTest.Form1.resources
│   │   │   └── CounterTest.pdb
│   │   └── FileWatcherService
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── FileWatcherService.exe
│   │   │   └── FileWatcherService.pdb
│   │   ├── FileWatcherService.resx
│   │   ├── FileWatcherService.sln
│   │   ├── FileWatcherService.sln.old
│   │   ├── FileWatcherService.suo
│   │   ├── FileWatcherService.vb
│   │   ├── FileWatcherService.vbproj
│   │   ├── FileWatcherService.vbproj.user
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── FileWatcherService.exe
│   │   │   ├── FileWatcherService.FileWatcherService.resources
│   │   │   ├── FileWatcherService.pdb
│   │   │   └── FileWatcherService.ProjectInstaller.resources
│   │   ├── ProjectInstaller.resx
│   │   └── ProjectInstaller.vb
│   ├── Chapter22
│   │   ├── UpdateRemote
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── UpdateRemote.dll
│   │   │   │   └── UpdateRemote.pdb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Web References.localhost.Reference.vb.dll
│   │   │   │   ├── UpdateRemote.dll
│   │   │   │   └── UpdateRemote.pdb
│   │   │   ├── UpdateRemote.sln
│   │   │   ├── UpdateRemote.sln.old
│   │   │   ├── UpdateRemote.suo
│   │   │   ├── UpdateRemote.vb
│   │   │   ├── UpdateRemote.vbproj
│   │   │   ├── UpdateRemote.vbproj.user
│   │   │   └── Web References
│   │   │   └── localhost
│   │   │   ├── Reference.map
│   │   │   ├── Reference.vb
│   │   │   ├── service1.disco
│   │   │   └── service1.wsdl
│   │   ├── UpdateRemoteTest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── UpdateRemote.dll
│   │   │   │   ├── UpdateRemote.pdb
│   │   │   │   ├── UpdateRemoteTest.exe
│   │   │   │   └── UpdateRemoteTest.pdb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── UpdateRemoteTest.exe
│   │   │   │   ├── UpdateRemoteTest.Form1.resources
│   │   │   │   └── UpdateRemoteTest.pdb
│   │   │   ├── UpdateRemoteTest.sln
│   │   │   ├── UpdateRemoteTest.suo
│   │   │   ├── UpdateRemoteTest.vbproj
│   │   │   └── UpdateRemoteTest.vbproj.user
│   │   └── WebService1
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── WebService1.dll
│   │   │   └── WebService1.pdb
│   │   ├── Dataset1.vb
│   │   ├── Dataset1.xsd
│   │   ├── Dataset1.xsx
│   │   ├── Global.asax
│   │   ├── Global.asax.resx
│   │   ├── Global.asax.vb
│   │   ├── Service1.asmx
│   │   ├── Service1.asmx.resx
│   │   ├── Service1.asmx.vb
│   │   ├── _vti_cnf
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Global.asax
│   │   │   ├── Global.asax.resx
│   │   │   ├── Global.asax.vb
│   │   │   ├── Web.config
│   │   │   ├── WebService1.vbproj
│   │   │   └── WebService1.vbproj.webinfo
│   │   ├── _vti_pvt
│   │   │   ├── access.cnf
│   │   │   ├── deptodoc.btr
│   │   │   ├── doctodep.btr
│   │   │   ├── service.cnf
│   │   │   ├── service.lck
│   │   │   └── services.cnf
│   │   ├── Web.config
│   │   ├── WebService1.vbproj
│   │   └── WebService1.vbproj.webinfo
│   ├── Chapter23
│   │   ├── Downloader
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── Downloader.exe
│   │   │   │   └── Downloader.pdb
│   │   │   ├── Downloader.sln
│   │   │   ├── Downloader.sln.old
│   │   │   ├── Downloader.suo
│   │   │   ├── Downloader.vbproj
│   │   │   ├── Downloader.vbproj.user
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── Downloader.exe
│   │   │   ├── Downloader.Form1.resources
│   │   │   └── Downloader.pdb
│   │   ├── MiniBrowser
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   │   ├── Interop.SHDocVw.dll
│   │   │   │   ├── MiniBrowser.dll
│   │   │   │   └── MiniBrowser.pdb
│   │   │   ├── MiniBrowser.resx
│   │   │   ├── MiniBrowser.sln
│   │   │   ├── MiniBrowser.sln.old
│   │   │   ├── MiniBrowser.suo
│   │   │   ├── MiniBrowser.vb
│   │   │   ├── MiniBrowser.vbproj
│   │   │   ├── MiniBrowser.vbproj.user
│   │   │   └── obj
│   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   ├── Debug
│   │   │   │   ├── MiniBrowser.dll
│   │   │   │   ├── MiniBrowser.MiniBrowser.resources
│   │   │   │   └── MiniBrowser.pdb
│   │   │   └── Interop.SHDocVw.dll
│   │   ├── MiniBrowserHost
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── AxInterop.SHDocVw.dll
│   │   │   │   ├── Interop.SHDocVw.dll
│   │   │   │   ├── MiniBrowser.dll
│   │   │   │   ├── MiniBrowserHost.exe
│   │   │   │   ├── MiniBrowserHost.pdb
│   │   │   │   └── MiniBrowser.pdb
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── MiniBrowserHost.sln
│   │   │   ├── MiniBrowserHost.suo
│   │   │   ├── MiniBrowserHost.vbproj
│   │   │   ├── MiniBrowserHost.vbproj.user
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── MiniBrowserHost.exe
│   │   │   ├── MiniBrowserHost.Form1.resources
│   │   │   └── MiniBrowserHost.pdb
│   │   └── Wrox Messenger
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── Wrox Messenger.exe
│   │   │   └── Wrox Messenger.pdb
│   │   ├── Conversation.resx
│   │   ├── Conversation.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── Listener.vb
│   │   ├── Message.vb
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── Wrox_Messenger.Conversation.resources
│   │   │   ├── Wrox Messenger.exe
│   │   │   ├── Wrox_Messenger.Form1.resources
│   │   │   └── Wrox Messenger.pdb
│   │   ├── Wrox Messenger.sln
│   │   ├── Wrox Messenger.sln.old
│   │   ├── Wrox Messenger.suo
│   │   ├── Wrox Messenger.vbproj
│   │   └── Wrox Messenger.vbproj.user
│   ├── Chapter24
│   │   ├── cryptography
│   │   │   ├── 1.txt
│   │   │   ├── Checksum.exe
│   │   │   ├── Checksum.vb
│   │   │   ├── compile_all.bat
│   │   │   ├── DSASign.exe
│   │   │   ├── DSASign.vb
│   │   │   ├── DSAVerify.exe
│   │   │   ├── DSAVerify.vb
│   │   │   ├── FileUtil.dll
│   │   │   ├── FileUtil.vb
│   │   │   ├── GenDSAKeys.exe
│   │   │   ├── GenDSAKeys.vb
│   │   │   ├── GetWeb.exe
│   │   │   ├── GetWeb.vb
│   │   │   ├── LoadCert.exe
│   │   │   ├── LoadCert.vb
│   │   │   ├── SymEnc.exe
│   │   │   ├── SymEnc.vb
│   │   │   ├── SymKey.exe
│   │   │   ├── SymKey.vb
│   │   │   ├── TestCrypt.exe
│   │   │   ├── TestCrypt.vb
│   │   │   ├── TestGetPubKey.exe
│   │   │   ├── TestGetPubKey.vb
│   │   │   ├── TestKeyHash.exe
│   │   │   ├── TestKeyHash.vb
│   │   │   ├── TestMD5.exe
│   │   │   ├── TestMD5.vb
│   │   │   ├── TestRSAKey.exe
│   │   │   ├── TestRSAKey.vb
│   │   │   ├── TestSHA1.exe
│   │   │   └── TestSHA1.vb
│   │   └── permissions
│   │   ├── SecurityApp
│   │   │   ├── bin
│   │   │   │   └── SecurityApp.exe
│   │   │   ├── Form1.resx
│   │   │   ├── Form1.vb
│   │   │   ├── obj
│   │   │   │   └── Release
│   │   │   │   ├── SecurityApp.exe
│   │   │   │   └── SecurityApp.Form1.resources
│   │   │   ├── SecurityApp.exe
│   │   │   ├── SecurityApp.sln
│   │   │   ├── SecurityApp.sln.old
│   │   │   ├── SecurityApp.suo
│   │   │   ├── SecurityApp.vbproj
│   │   │   ├── SecurityApp.vbproj.user
│   │   │   └── Testkey.snk
│   │   ├── securityexample.xml
│   │   ├── testing.txt
│   │   └── testsecurity.spc
│   ├── Chapter 5
│   │   └── ObjectIntro
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── ObjectIntro.exe
│   │   │   └── ObjectIntro.pdb
│   │   ├── Component1.resx
│   │   ├── Component1.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── ObjectIntro.exe
│   │   │   ├── ObjectIntro.Form1.resources
│   │   │   └── ObjectIntro.pdb
│   │   ├── ObjectIntro.sln
│   │   ├── ObjectIntro.sln.old
│   │   ├── ObjectIntro.suo
│   │   ├── ObjectIntro.vbproj
│   │   ├── ObjectIntro.vbproj.user
│   │   ├── People.vb
│   │   ├── Person.vb
│   │   └── Sort.vb
│   ├── Chapter 6
│   │   └── InheritanceAndInterfaces
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── InheritanceAndInterfaces.exe
│   │   │   └── InheritanceAndInterfaces.pdb
│   │   ├── Employee.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── InheritanceAndInterfaces.sln
│   │   ├── InheritanceAndInterfaces.sln.old
│   │   ├── InheritanceAndInterfaces.suo
│   │   ├── InheritanceAndInterfaces.vbproj
│   │   ├── InheritanceAndInterfaces.vbproj.user
│   │   ├── Interfaces.vb
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── InheritanceAndInterfaces.exe
│   │   │   ├── InheritanceAndInterfaces.Form1.resources
│   │   │   └── InheritanceAndInterfaces.pdb
│   │   ├── OfficeEmployee.vb
│   │   └── Person.vb
│   ├── Chapter 7
│   │   ├── Interfaces
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── Interfaces.dll
│   │   │   │   └── Interfaces.pdb
│   │   │   ├── Interfaces.vb
│   │   │   ├── Interfaces.vbproj
│   │   │   ├── Interfaces.vbproj.user
│   │   │   └── obj
│   │   │   └── Debug
│   │   │   ├── Interfaces.dll
│   │   │   └── Interfaces.pdb
│   │   ├── Objects
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── bin
│   │   │   │   ├── Interfaces.dll
│   │   │   │   ├── Interfaces.pdb
│   │   │   │   ├── Objects.dll
│   │   │   │   └── Objects.pdb
│   │   │   ├── Class1.vb
│   │   │   ├── obj
│   │   │   │   └── Debug
│   │   │   │   ├── Objects.dll
│   │   │   │   └── Objects.pdb
│   │   │   ├── Objects.vbproj
│   │   │   └── Objects.vbproj.user
│   │   └── ObjectsAndComponents
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── Interfaces.dll
│   │   │   ├── Interfaces.pdb
│   │   │   ├── ObjectsAndComponents.exe
│   │   │   └── ObjectsAndComponents.pdb
│   │   ├── Customer.vb
│   │   ├── Encapsulation.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── ObjectsAndComponents.exe
│   │   │   ├── ObjectsAndComponents.Form1.resources
│   │   │   └── ObjectsAndComponents.pdb
│   │   ├── ObjectPrinter.vb
│   │   ├── ObjectsAndComponents.sln
│   │   ├── ObjectsAndComponents.sln.old
│   │   ├── ObjectsAndComponents.suo
│   │   ├── ObjectsAndComponents.vbproj
│   │   ├── ObjectsAndComponents.vbproj.user
│   │   ├── Parent.vb
│   │   ├── Person.vb
│   │   └── Poly.vb
│   ├── Chapter9
│   │   └── Form1.vb
│   ├── Magic
│   │   ├── MagicButton.ctl
│   │   ├── Magic.exp
│   │   ├── Magic.lib
│   │   ├── Magic.ocx
│   │   ├── Magic.vbp
│   │   └── Magic.vbw
│   ├── MeanCalculator
│   │   ├── MeanCalc.cls
│   │   ├── MeanCalculator.dll
│   │   ├── MeanCalculator.exp
│   │   ├── MeanCalculator.lib
│   │   ├── MeanCalculator.vbp
│   │   └── MeanCalculator.vbw
│   ├── MeanCalculator2
│   │   ├── MeanCalc.cls
│   │   ├── MeanCalculator2.dll
│   │   ├── MeanCalculator2.exp
│   │   ├── MeanCalculator2.lib
│   │   ├── MeanCalculator2.vbp
│   │   └── MeanCalculator2.vbw
│   ├── MeanCalculator3
│   │   ├── AssemblyInfo.vb
│   │   ├── Class1.vb
│   │   ├── MeanCalculator3.sln
│   │   ├── MeanCalculator3.suo
│   │   ├── MeanCalculator3.vbproj
│   │   └── MeanCalculator3.vbproj.user
│   ├── MegaCalculator
│   │   ├── IMegaCalc.cls
│   │   ├── MegaCalculator.dll
│   │   ├── MegaCalculator.exp
│   │   ├── MegaCalculator.lib
│   │   ├── MegaCalculator.vbp
│   │   └── MegaCalculator.vbw
│   ├── MegaCalculator2
│   │   ├── AssemblyInfo.vb
│   │   ├── Class1.vb
│   │   ├── MegaCalculator2.sln
│   │   ├── MegaCalculator2.suo
│   │   ├── MegaCalculator2.vbproj
│   │   └── MegaCalculator2.vbproj.user
│   ├── obj
│   │   └── Debug
│   │   ├── temp
│   │   │   ├── TestCode.exe
│   │   │   └── TestCode.pdb
│   │   ├── TestCode.AuthorsDS.AuthorsDS.resources
│   │   ├── TestCode.exe
│   │   └── TestCode.pdb
│   ├── QueuedApp
│   │   ├── AssemblyInfo.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── QueuedApp.sln
│   │   ├── QueuedApp.suo
│   │   ├── QueuedApp.vbproj
│   │   └── QueuedApp.vbproj.user
│   ├── Reporter
│   │   ├── AssemblyInfo.vb
│   │   ├── Class1.vb
│   │   ├── Reporter.sln
│   │   ├── Reporter.suo
│   │   ├── Reporter.vbproj
│   │   └── Reporter.vbproj.user
│   ├── SqlWrapper
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── IK.Data.dll
│   │   │   └── IK.Data.pdb
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── IK.Data.dll
│   │   │   ├── IK.Data.pdb
│   │   │   └── IK.Data.SqlServer.resources
│   │   ├── PubsStoredProcedures.xml
│   │   ├── PubsStoredProcedures.xsd
│   │   ├── PubsStoredProcedures.xsx
│   │   ├── SqlServerInstaller.vb
│   │   ├── SqlServer.resx
│   │   ├── SqlServer.vb
│   │   ├── SqlWrapper.sln
│   │   ├── SqlWrapper.sln.old
│   │   ├── SqlWrapper.suo
│   │   ├── SqlWrapper.vbproj
│   │   └── SqlWrapper.vbproj.user
│   ├── TestCode.suo
│   ├── TransApp
│   │   ├── AssemblyInfo.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── TransApp.sln
│   │   ├── TransApp.suo
│   │   ├── TransApp.vbproj
│   │   └── TransApp.vbproj.user
│   ├── TransApp2
│   │   ├── AssemblyInfo.vb
│   │   ├── Form1.resx
│   │   ├── Form1.vb
│   │   ├── TransApp2.sln
│   │   ├── TransApp2.suo
│   │   ├── TransApp2.vbproj
│   │   └── TransApp2.vbproj.user
│   ├── TransSample
│   │   ├── AssemblyInfo.vb
│   │   ├── Class1.vb
│   │   ├── TransSample.sln
│   │   ├── TransSample.suo
│   │   ├── TransSample.vbproj
│   │   └── TransSample.vbproj.user
│   ├── TransSample2
│   │   ├── AssemblyInfo.vb
│   │   ├── Class1.vb
│   │   ├── TransSample2.sln
│   │   ├── TransSample2.suo
│   │   ├── TransSample2.vbproj
│   │   └── TransSample2.vbproj.user
│   ├── TypedDS
│   │   ├── authors.vb
│   │   ├── authors.xsd
│   │   ├── makeclass.txt
│   │   ├── makedll.txt
│   │   └── xsd.exe
│   └── WindowsApplication
│   ├── WindowsApplication
│   │   ├── AssemblyInfo.vb
│   │   ├── bin
│   │   │   ├── IK.Data.dll
│   │   │   ├── IK.Data.pdb
│   │   │   ├── IK.Data.tlb
│   │   │   ├── PubsStoredProcedures.xml
│   │   │   ├── WindowsApplication.exe
│   │   │   └── WindowsApplication.pdb
│   │   ├── frmTest.resx
│   │   ├── frmTest.vb
│   │   ├── obj
│   │   │   └── Debug
│   │   │   ├── temp
│   │   │   │   ├── WindowsApplication.exe
│   │   │   │   └── WindowsApplication.pdb
│   │   │   ├── WindowsApplication.exe
│   │   │   ├── WindowsApplication.exe.licenses
│   │   │   ├── WindowsApplication.frmTest.resources
│   │   │   └── WindowsApplication.pdb
│   │   ├── UDF.sql
│   │   ├── WindowsApplication.vbproj
│   │   └── WindowsApplication.vbproj.user
│   ├── WindowsApplication.sln
│   ├── WindowsApplication.sln.old
│   └── WindowsApplication.suo
├── readme.txt
├── TestCode.suo
└── VB.NET入门经典(2003).pdf

283 directories, 1166 files

标签:

实例下载地址

VB.NET入门经典+源码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警