
This video discusses the Topics in this course.
This topic mentions who is this course meant for.
This video discusses what will you learn from this course.
This video lists out the tools that you will be needing for this course.
This video mentions the prerequisites of this course.
This video discusses the topics covered in this section.
This video gives a high level information of exporting AutoCAD Line Objects to Excel spreadsheet.
This video walks you through creating the VB.NET Project.
This video shows you how to design the User Interface for exporting the Line objects.
This video guides you to create a common utility class that will store all the common methods used in the project.
This video will show you how to develop the ExportLines method to export AutoCAD Line objects to Excel spreadsheet.
This video walk you through the testing/running of the ExportLines Method.
This video gives you a high level overview of exporting MTexts to Excel spreadsheet.
This video show you how to create the method to export MTexts to Excel.
This video gives you a high level information of exporting Polylines to Excel.
This video guides you how to develop the ExportPolylines method.
This video shows you the result of running the ExportPolylines Method.
This video gives an overview of exporting Blocks (without attributes) to Excel.
This video walks you through creation of ExportBlocks method.
This video creates the UI for exporting the Blocks (without attributes) and running the code.
This videos gives you information about exporting Blocks (with attributes) to Excel.
This video shows you the creation of User Interface to export blocks to Excel.
This video walks you through creation of BlocksForm UI.
This video shows you how to code the BlocksForm Load Event.
This video shows you the results of running the BlocksForm UI.
This video walks you through developing the methods to manipulate attributes.
This video walks you through the code behind of the Export Button.
This video walks you through developing the ExportBlocksWithAttributes method.
This video shows the result of exporting blocks with attributes to Excel.
This video gives you overview of importing Excel File into AutoCAD.
This video gives you high level overview of importing Lines from Excel Spreadsheet file.
This video shows how to develop the ImportExcelUtil Class starting from importing Lines into AutoCAD.
This video shows how to develop the ImportLines method.
This video shows adding the button for the ImportLines Method.
This video shows how to develop the code behind the Import Lines button.
This video shows the result of testing/running the ImportLines method.
This video gives you high level overview of importing MTexts from Excel File into AutoCAD.
This video walks through developing the ImportMTexts Method.
This video shows how to create the User Interface for the ImportMTexts Method.
This video shows the result of running/testing of ImportMTexts Method.
This video provides high level overview of importing Polylines into AutoCAD.
This video shows how to develop the ImportPolylines Method.
This video shows how to create the UI and code behind to import Polylines from Excel File.
This video tests and runs the ImportPolylines method.
This video gives you high level overview of importin blocks (without attributes) from Excel File into AutoCAD.
This video shows how to develop the ImportBlocks (without attributes) Method.
This video shows creating the UI for ImportBlocks Method.
This video shows running/testing the ImportBlocks Method.
This video provides high level overview of importing Blocks with attributes from Excel File into AutoCAD.
This video shows how to develop the ImportBlocksWithAttributes Method.
This video shows how to create the UI for the ImportBlocksWithAttributes Method.
This video shows the result of running and testing the ImportBlocksWithAttributes Method.
This video gives you a high level overview of exporting Lines to a File.
This video shows the creation of ExportFileUtil Class.
This video shows how to develop the ExportLinesToFile Method.
This video shows how to create the UI for the ExportLinesToFile Method.
This video shows the result of running and testing of ExportLinesToFile Method.
This video provides overview about exporting MTexts to File.
This video shows how to develop the EXportMTextToFile Method.
This video shows the creation of UI for the ExportMTextsToFile Method.
This video shows the result of running and testing the ExportMTextToFile Method.
This video gives a high level overview of exporting Polylines to a File.
This video shows how to develop the ExportPolylinesToFile Method.
This video shows the creation of UI for the ExportPolylinesToFile Method.
This video shows running and testing the ExportPolylinesToFile Method.
This video shows how to export Blocks (without attributes) to a file.
This video shows how to create ExportBlocksToFile Method.
This video shows how to create the ExportBlocksToFile User Interface.
This video shows the result of running and testing ExportBlocksToFile Method.
This video gives high level overview of Exporting Blocks (With Attributes) to a File.
This video shows how to develop the ExportBlocksWithAttributes Method.
This video shows the creation of UI for the ExportBlocksWithAttributesToFile Method.
This video shows the coding of BlocksForm for the ExportBlocksWithAttributesToFile Method.
This video shows the result of running and testing the ExportBlocksWithAttributesToFile Method.
This video provides high level overview of importing Text File into AutoCAD.
This video shows the creation of FileUtilClass.
This video shows how to create the ImportLines Method.
This video shows how the creation of ImportLines UI.
This video shows the coding of ImportLines UI button.
This video shows the result of running/testing of ImportLines Method.
This video provides a high level overview of importing MTexts from a Text File into AutoCAD.
This video shows how to create the ImportMTexts Method.
This video shows how to code the TextStyle to be assigned to MText object.
This video shows creating the button and coding it to call the ImportMText Method.
This video shows the result of running/testing of importing MTexts from a File into AutoCAD.
This video provides a high level overview of importing Polylines from a Text File into AutoCAD.
This video shows how to develop the ImportPolylines from a File Method.
This video shows how to create the UI button and the code behind it.
This video shows the result of running/testing the ImportPolylines Method.
This video shows provides a high level overview of importing Blocks (without Attributes) from a Text File into AutoCAD.
This videos shows how to create the ImportBlocks (Without Attributes) Method.
This videos shows the creationg of Button UI and code behind it to call the ImportBlocks Method.
This video shows the result of running/testing of ImportBlocks (without attributes) Method.
This video provides high level overview of importing Blocks (With Attributes) from a File into AutoCAD.
This video shows the creation on ImportBlocksWithAttributes Method.
This video shows the creation of ImportBlocksWithAttributes UI (Part 1).
This video shows the coding part of the BlocksForm to handle the importing of Blocks with Attributes.
This video shows the result of running/testing of ImportBlocksWithAttributes Method.
Thank you!
In this course, you will learn how to develop AutoCAD Plugins using VB.NET with Windows Forms that will integrate with Excel and Text Files. You will develop a project that will have all the Export and Import functionalities for both Excel Spreadsheets and Text Files (.csv and .txt).
This will guide you step-by-step, from method creation to designing the UI with the code behind. You will learn how to export Lines, MTexts, Polylines, Blocks with and without Attributes into Excel Spreadsheet as wells as Comma Separated Values (csv files), and Pipe Delimited Files.
You will also learn how to design the User Interface by grouping related controls together using the Group Container control. You will also learn how to pass data from one form to another using Fields. Simple code validations are also used in the program.
Furthermore, for every section and individual tasks, it gives you a high level flow chart that serves as a guide in developing your methods.
The plugin source code will be available for you to follow along. You are free to modify and use the code for your respective needs.
By the time you finish this course, you will have the fully functional plugin complete with User Interfaces that you can use right away at work.
Join me and explore the world of AutoCAD, VB.NET, and Excel.