在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 《AutoCAD VBA & VB.NET开发基础与实例教程》光盘

《AutoCAD VBA & VB.NET开发基础与实例教程》光盘

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:4.03M
  • 下载次数:35
  • 浏览次数:514
  • 发布时间:2021-11-10
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
《AutoCAD VBA & VB.NET开发基础与实例教程》1-22章节代码
【实例截图】
【核心代码】
16359647568312819085.rar
├── chap01
│   └── ex01.dvb
├── chap02
│   ├── dwg
│   │   ├── cadtoansys.txt
│   │   ├── Drawing1.bak
│   │   ├── Drawing1.dwg
│   │   ├── 多边形.dwg
│   │   └── 首尾相接实体创建多段线.dwg
│   ├── ex01.dvb
│   ├── ex02.dvb
│   ├── ex03.dvb
│   ├── ex04.dvb
│   ├── ex05.dvb
│   ├── ex06.dvb
│   ├── ex07.dvb
│   ├── ex08.dvb
│   ├── ex09.dvb
│   ├── ex10.dvb
│   ├── ex11.dvb
│   └── VBA审阅样例程序
│   ├── ex10.dvb
│   └── 功能介绍.txt
├── chap03
│   ├── ex01.dvb
│   ├── ex02.dvb
│   ├── ex03.dvb
│   ├── ex04.dvb
│   ├── ex05.dvb
│   └── ex06.dvb
├── chap04
│   ├── custom.lin
│   ├── ex01.dvb
│   ├── ex02.dvb
│   ├── MyShape.shp
│   └── MyShape.shx
├── chap05
│   ├── ex01.dvb
│   ├── ex02.dvb
│   └── ex03.dvb
├── chap06
│   ├── dwg
│   │   └── Drawing1.dwg
│   ├── ex01.dvb
│   ├── ex02.dvb
│   └── ex03.dvb
├── chap07
│   ├── ex01.dvb
│   ├── ex02.dvb
│   ├── ex03.dvb
│   └── 文字替换.dwg
├── chap08
│   ├── ex01.dvb
│   ├── ex02.dvb
│   └── ex03.dvb
├── chap09
│   ├── ex01.dvb
│   ├── ex02.dvb
│   ├── ex03.dvb
│   ├── ex04.dvb
│   └── ex05.dvb
├── chap10
│   ├── ex01.dvb
│   ├── ex02.dvb
│   └── ex03.dvb
├── chap11
│   ├── ex01.dvb
│   ├── ex02.dvb
│   └── plot.log
├── chap12
│   ├── ex01.dvb
│   └── ex02.dvb
├── chap13
│   ├── Database
│   │   └── ex02.mdb
│   ├── Drawing1_recover.dwg
│   ├── ex01.dvb
│   ├── ex02.dvb
│   ├── ex03.dvb
│   ├── ex04.dvb
│   ├── File
│   │   ├── binaryFile.pot
│   │   └── txtFile.txt
│   └── profile
│   └── profile.ini
├── chap14
│   ├── Dll
│   │   ├── CTest.cls
│   │   ├── frmTest.frm
│   │   ├── MSSCCPRJ.SCC
│   │   ├── prjTest.dll
│   │   ├── prjTest.exp
│   │   ├── prjTest.lib
│   │   ├── prjTest.vbp
│   │   └── prjTest.vbw
│   ├── ex01.dvb
│   ├── ex02
│   │   ├── ex02.vbp
│   │   ├── ex02.vbw
│   │   ├── frmMain.frm
│   │   ├── frmMain.frx
│   │   └── Module1.bas
│   ├── ex02_dll.dvb
│   ├── ex03.dvb
│   ├── ex04.dvb
│   ├── ex05.dvb
│   ├── Excel
│   │   └── demo.xls
│   └── Icon
│   ├── Line.bmp
│   ├── MyIcon.ico
│   ├── NEW.BMP
│   ├── OPEN.BMP
│   └── SAVE.BMP
├── chap15
│   ├── C#
│   │   ├── CsMgdAcad1
│   │   │   ├── CsMgdAcad1
│   │   │   │   ├── bin
│   │   │   │   │   └── Debug
│   │   │   │   ├── Class.cs
│   │   │   │   ├── CsMgdAcad1.csproj
│   │   │   │   ├── CsMgdAcad1.csproj.user
│   │   │   │   ├── obj
│   │   │   │   │   └── Debug
│   │   │   │   │   └── TempPE
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── CsMgdAcad1.sln
│   │   │   └── CsMgdAcad1.suo
│   │   ├── Hello
│   │   │   ├── Hello
│   │   │   │   ├── Class1.cs
│   │   │   │   ├── Hello.csproj
│   │   │   │   ├── Hello.csproj.user
│   │   │   │   └── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Hello.sln
│   │   │   └── Hello.suo
│   │   └── InitAndOpt
│   │   ├── InitAndOpt
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── InitAndOpt.dll
│   │   │   │   └── InitAndOpt.pdb
│   │   │   ├── InitAndOpt.csproj
│   │   │   ├── InitAndOpt.csproj.user
│   │   │   ├── InitAndOpt.suo
│   │   │   ├── Init.cs
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── InitAndOpt.dll
│   │   │   │   │   ├── InitAndOpt.pdb
│   │   │   │   │   └── TempPE
│   │   │   │   └── InitAndOpt.csproj.FileList.txt
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── InitAndOpt.sln
│   │   └── InitAndOpt.suo
│   └── VB
│   ├── Hello
│   │   ├── Hello
│   │   │   ├── Class1.vb
│   │   │   ├── Hello.vbproj
│   │   │   ├── Hello.vbproj.user
│   │   │   └── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── Hello.sln
│   │   └── Hello.suo
│   ├── InitAndOpt
│   │   ├── bin
│   │   │   └── Debug
│   │   ├── InitAndOpt.sln
│   │   ├── InitAndOpt.suo
│   │   ├── InitAndOpt.vbproj
│   │   ├── InitAndOpt.vbproj.user
│   │   ├── Init.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── obj
│   │   └── Debug
│   │   └── TempPE
│   └── VbMgdAcad1
│   ├── VbMgdAcad1
│   │   ├── Class.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── VbMgdAcad1.vbproj
│   │   └── VbMgdAcad1.vbproj.user
│   ├── VbMgdAcad1.sln
│   └── VbMgdAcad1.suo
├── chap16
│   ├── C#
│   │   ├── chap16
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── chap16.dll
│   │   │   │   │   └── chap16.pdb
│   │   │   │   └── Release
│   │   │   ├── chap16.csproj
│   │   │   ├── chap16.csproj.user
│   │   │   ├── Class1.cs
│   │   │   ├── ModelSpace.cs
│   │   │   ├── obj
│   │   │   │   ├── chap16.csproj.FileList.txt
│   │   │   │   ├── Debug
│   │   │   │   │   ├── chap16.dll
│   │   │   │   │   ├── chap16.pdb
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   └── Release
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── chap16.sln
│   │   └── chap16.suo
│   ├── chap16.suo
│   └── VB
│   ├── chap16
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── chap16.dll
│   │   │   │   ├── chap16.pdb
│   │   │   │   └── chap16.xml
│   │   │   └── Release
│   │   ├── chap16.vbproj
│   │   ├── chap16.vbproj.user
│   │   ├── Class1.vb
│   │   ├── ModelSpace.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── obj
│   │   ├── chap16.vbproj.FileList.txt
│   │   ├── Debug
│   │   │   ├── chap16.dll
│   │   │   ├── chap16.pdb
│   │   │   ├── chap16.Resources.resources
│   │   │   ├── chap16.vbproj.GenerateResource.Cache
│   │   │   ├── chap16.xml
│   │   │   ├── ResolveAssemblyReference.cache
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   └── Release
│   ├── chap16.sln
│   └── chap16.suo
├── chap17
│   ├── C#
│   │   ├── chap17
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── chap17.dll
│   │   │   │   │   └── chap17.pdb
│   │   │   │   └── Release
│   │   │   ├── chap17.csproj
│   │   │   ├── chap17.csproj.user
│   │   │   ├── Edit.cs
│   │   │   ├── Interactive.cs
│   │   │   ├── obj
│   │   │   │   ├── chap17.csproj.FileList.txt
│   │   │   │   ├── Debug
│   │   │   │   │   ├── chap17.dll
│   │   │   │   │   ├── chap17.pdb
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   └── Release
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   └── TestEdit.cs
│   │   ├── chap17.sln
│   │   └── chap17.suo
│   └── VB
│   ├── chap17
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── chap17.dll
│   │   │   │   ├── chap17.pdb
│   │   │   │   └── chap17.xml
│   │   │   └── Release
│   │   ├── chap17.vbproj
│   │   ├── chap17.vbproj.user
│   │   ├── Edit.vb
│   │   ├── Interactive.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── chap17.vbproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── chap17.dll
│   │   │   │   ├── chap17.pdb
│   │   │   │   ├── chap17.Resources.resources
│   │   │   │   ├── chap17.vbproj.GenerateResource.Cache
│   │   │   │   ├── chap17.xml
│   │   │   │   └── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   └── Release
│   │   └── TestEdit.vb
│   └── chap17.sln
├── chap18
│   ├── C#
│   │   ├── chap18
│   │   │   ├── bin
│   │   │   │   ├── Debug
│   │   │   │   │   ├── chap18.dll
│   │   │   │   │   └── chap18.pdb
│   │   │   │   └── Release
│   │   │   ├── chap18.csproj
│   │   │   ├── chap18.csproj.user
│   │   │   ├── DimStyle.cs
│   │   │   ├── Layer.cs
│   │   │   ├── obj
│   │   │   │   ├── chap18.csproj.FileList.txt
│   │   │   │   ├── Debug
│   │   │   │   │   ├── chap18.dll
│   │   │   │   │   ├── chap18.pdb
│   │   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   └── Release
│   │   │   ├── Properties
│   │   │   │   └── AssemblyInfo.cs
│   │   │   ├── Style.cs
│   │   │   ├── UCS.cs
│   │   │   ├── View.cs
│   │   │   └── ViewPost.cs
│   │   ├── chap18.sln
│   │   └── chap18.suo
│   └── VB
│   ├── chap18
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── chap18.dll
│   │   │   │   ├── chap18.pdb
│   │   │   │   └── chap18.xml
│   │   │   └── Release
│   │   ├── chap18.vbproj
│   │   ├── chap18.vbproj.user
│   │   ├── DimStyle.vb
│   │   ├── Layer.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── chap18.vbproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── chap18.dll
│   │   │   │   ├── chap18.pdb
│   │   │   │   ├── chap18.Resources.resources
│   │   │   │   ├── chap18.vbproj.GenerateResource.Cache
│   │   │   │   ├── chap18.xml
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   └── Release
│   │   ├── Style.vb
│   │   ├── UCS.vb
│   │   ├── ViewPost.vb
│   │   └── View.vb
│   └── chap18.sln
├── chap19
│   ├── C#
│   │   ├── chap19
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── chap19.dll
│   │   │   │   └── chap19.pdb
│   │   │   ├── chap19.csproj
│   │   │   ├── chap19.csproj.user
│   │   │   ├── DatabaseOperation.cs
│   │   │   ├── MyGroup.cs
│   │   │   ├── MyXData.cs
│   │   │   ├── MyXrecord.cs
│   │   │   ├── obj
│   │   │   │   ├── chap19.csproj.FileList.txt
│   │   │   │   └── Debug
│   │   │   │   ├── chap19.dll
│   │   │   │   ├── chap19.pdb
│   │   │   │   ├── Refactor
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── chap19.sln
│   │   └── chap19.suo
│   └── VB
│   ├── chap19
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── chap19.dll
│   │   │   ├── chap19.pdb
│   │   │   └── chap19.xml
│   │   ├── chap19.vbproj
│   │   ├── chap19.vbproj.user
│   │   ├── DatabaseOperation.vb
│   │   ├── MyGroup.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── MyXData.vb
│   │   ├── MyXrecord.vb
│   │   └── obj
│   │   ├── chap19.vbproj.FileList.txt
│   │   └── Debug
│   │   ├── chap19.dll
│   │   ├── chap19.pdb
│   │   ├── chap19.Resources.resources
│   │   ├── chap19.vbproj.GenerateResource.Cache
│   │   ├── chap19.xml
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   ├── chap19.sln
│   └── chap19.suo
├── chap20
│   ├── C#
│   │   ├── chap20
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── chap20.dll
│   │   │   │   └── chap20.pdb
│   │   │   ├── BlockImportClass.cs
│   │   │   ├── chap20.csproj
│   │   │   ├── chap20.csproj.user
│   │   │   ├── MyBlock.cs
│   │   │   ├── net5_Csharp.suo
│   │   │   ├── obj
│   │   │   │   ├── chap20.csproj.FileList.txt
│   │   │   │   └── Debug
│   │   │   │   ├── chap20.dll
│   │   │   │   ├── chap20.pdb
│   │   │   │   ├── Refactor
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── chap20.sln
│   │   └── chap20.suo
│   └── VB
│   ├── chap20
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── chap20.dll
│   │   │   ├── chap20.pdb
│   │   │   └── chap20.xml
│   │   ├── BlockImportClass.vb
│   │   ├── chap20.vbproj
│   │   ├── chap20.vbproj.user
│   │   ├── MyBlock.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── obj
│   │   ├── chap20.vbproj.FileList.txt
│   │   └── Debug
│   │   ├── chap20.dll
│   │   ├── chap20.pdb
│   │   ├── chap20.Resources.resources
│   │   ├── chap20.vbproj.GenerateResource.Cache
│   │   ├── chap20.xml
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   ├── chap20.sln
│   └── chap20.suo
├── chap21
│   ├── C#
│   │   ├── chap21
│   │   │   ├── AppPane.cs
│   │   │   ├── bin
│   │   │   │   └── Debug
│   │   │   │   ├── chap21.dll
│   │   │   │   ├── chap21.pdb
│   │   │   │   └── Resources
│   │   │   │   ├── Circle.BMP
│   │   │   │   ├── Copy.BMP
│   │   │   │   ├── Erase.BMP
│   │   │   │   ├── Line.BMP
│   │   │   │   ├── Move.BMP
│   │   │   │   ├── Polyline.BMP
│   │   │   │   ├── Rectangle.BMP
│   │   │   │   └── Rotate.BMP
│   │   │   ├── BlockImportClass.cs
│   │   │   ├── CADDialog.cs
│   │   │   ├── chap21.csproj
│   │   │   ├── chap21.csproj.user
│   │   │   ├── CommandTools.cs
│   │   │   ├── CommandTools.Designer.cs
│   │   │   ├── CommandTools.resx
│   │   │   ├── ContextMenu.cs
│   │   │   ├── ModalForm.cs
│   │   │   ├── ModalForm.Designer.cs
│   │   │   ├── ModalForm.resx
│   │   │   ├── ModifyTools.cs
│   │   │   ├── ModifyTools.Designer.cs
│   │   │   ├── ModifyTools.resx
│   │   │   ├── MoveCircleEvent.cs
│   │   │   ├── MyBlock.cs
│   │   │   ├── MyMenu.cs
│   │   │   ├── MyToolBar.cs
│   │   │   ├── net6_Csharp.suo
│   │   │   ├── obj
│   │   │   │   ├── chap21.csproj.FileList.txt
│   │   │   │   └── Debug
│   │   │   │   ├── chap21.CommandTools.resources
│   │   │   │   ├── chap21.csproj.GenerateResource.Cache
│   │   │   │   ├── chap21.csproj.ResolveComReference.cache
│   │   │   │   ├── chap21.dll
│   │   │   │   ├── chap21.ModalForm.resources
│   │   │   │   ├── chap21.ModifyTools.resources
│   │   │   │   ├── chap21.pdb
│   │   │   │   ├── chap21.PictureTab.resources
│   │   │   │   ├── chap21.Properties.Resources.resources
│   │   │   │   ├── net7.csproj.ResolveComReference.cache
│   │   │   │   ├── Refactor
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── PictureTab.cs
│   │   │   ├── PictureTab.designer.cs
│   │   │   ├── PictureTab.resx
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   └── Resources.resx
│   │   │   ├── Resources
│   │   │   │   ├── Child.gif
│   │   │   │   ├── Circle.BMP
│   │   │   │   ├── Copy.BMP
│   │   │   │   ├── Erase.BMP
│   │   │   │   ├── Line.BMP
│   │   │   │   ├── Move.BMP
│   │   │   │   ├── Polyline.BMP
│   │   │   │   ├── Rectangle.BMP
│   │   │   │   └── Rotate.BMP
│   │   │   ├── TabbedDialog.cs
│   │   │   └── ToolPaletteSample.cs
│   │   ├── chap21.sln
│   │   └── chap21.suo
│   ├── chap21.suo
│   └── VB
│   ├── chap21
│   │   ├── AppPane.vb
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── chap21.dll
│   │   │   ├── chap21.pdb
│   │   │   ├── chap21.xml
│   │   │   ├── MyToolBar.vb
│   │   │   └── Resources
│   │   │   ├── Circle.BMP
│   │   │   ├── Copy.BMP
│   │   │   ├── Erase.BMP
│   │   │   ├── Line.BMP
│   │   │   ├── Move.BMP
│   │   │   ├── Polyline.BMP
│   │   │   ├── Rectangle.BMP
│   │   │   └── Rotate.BMP
│   │   ├── BlockImportClass.vb
│   │   ├── CADDialog.vb
│   │   ├── chap21.vbproj
│   │   ├── chap21.vbproj.user
│   │   ├── CommandTools.Designer.vb
│   │   ├── CommandTools.resx
│   │   ├── CommandTools.vb
│   │   ├── ContextMenu.vb
│   │   ├── ModalForm.Designer.vb
│   │   ├── ModalForm.resx
│   │   ├── ModalForm.vb
│   │   ├── ModifyTools.Designer.vb
│   │   ├── ModifyTools.resx
│   │   ├── ModifyTools.vb
│   │   ├── MoveCircleEvent.vb
│   │   ├── MyBlock.vb
│   │   ├── MyMenu.vb
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── MyToolBar.vb
│   │   ├── obj
│   │   │   ├── chap21.vbproj.FileList.txt
│   │   │   └── Debug
│   │   │   ├── chap21.CommandTools.resources
│   │   │   ├── chap21.dll
│   │   │   ├── chap21.ModalForm.resources
│   │   │   ├── chap21.ModifyTools.resources
│   │   │   ├── chap21.pdb
│   │   │   ├── chap21.PictureTab.resources
│   │   │   ├── chap21.Resources.resources
│   │   │   ├── chap21.vbproj.GenerateResource.Cache
│   │   │   ├── chap21.vbproj.ResolveComReference.cache
│   │   │   ├── chap21.xml
│   │   │   ├── net7.vbproj.ResolveComReference.cache
│   │   │   └── TempPE
│   │   ├── PictureTab.Designer.vb
│   │   ├── PictureTab.resx
│   │   ├── PictureTab.vb
│   │   ├── Resources
│   │   │   ├── Child.gif
│   │   │   ├── Circle.BMP
│   │   │   ├── Copy.BMP
│   │   │   ├── Erase.BMP
│   │   │   ├── Line.BMP
│   │   │   ├── Move.BMP
│   │   │   ├── Polyline.BMP
│   │   │   ├── Rectangle.BMP
│   │   │   └── Rotate.BMP
│   │   ├── TabbedDialog.vb
│   │   └── ToolPaletteSample.vb
│   ├── chap21.sln
│   └── chap21.suo
└── chap22
├── C#
│   ├── chap22
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── chap22.dll
│   │   │   │   └── chap22.pdb
│   │   │   └── Release
│   │   ├── chap22.csproj
│   │   ├── chap22.csproj.user
│   │   ├── drawJig_start.cs
│   │   ├── EntityJig_Ellipse.cs
│   │   ├── Jig_Move.cs
│   │   ├── obj
│   │   │   ├── chap22.csproj.FileList.txt
│   │   │   ├── Debug
│   │   │   │   ├── chap22.dll
│   │   │   │   ├── chap22.pdb
│   │   │   │   ├── ResolveAssemblyReference.cache
│   │   │   │   └── TempPE
│   │   │   └── Release
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── chap22.sln
│   └── chap22.suo
└── VB
├── chap22
│   ├── bin
│   │   ├── Debug
│   │   │   ├── chap22.dll
│   │   │   ├── chap22.pdb
│   │   │   └── chap22.xml
│   │   └── Release
│   ├── chap22.vbproj
│   ├── chap22.vbproj.user
│   ├── drawJig_start.vb
│   ├── EntityJig_Ellipse.vb
│   ├── Jig_Move.vb
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   └── obj
│   ├── chap22.vbproj.FileList.txt
│   ├── Debug
│   │   ├── chap22.dll
│   │   ├── chap22.pdb
│   │   ├── chap22.Resources.resources
│   │   ├── chap22.vbproj.GenerateResource.Cache
│   │   ├── chap22.xml
│   │   ├── ResolveAssemblyReference.cache
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   └── Release
├── chap22.sln
└── chap22.suo

201 directories, 514 files

标签:

实例下载地址

《AutoCAD VBA & VB.NET开发基础与实例教程》光盘

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警