Many programming tasks involve more than simply working with the AutoCAD ActiveX object model. This chapter provides a brief overview of creating dialog boxes, handling errors, controlling window focus, and distributing your application to others.
Remember, the Microsoft documentation for VBA contains more information on these topics.
Topics in this section
- More VBA Terminology
- Forms in VBA
- Handle Errors
- Encrypt VBA Code Modules
- Run a VBA Macro from a Toolbar or Menu
- Automatically Load a VBA Project
- Automatically Run a VBA Macro
- Automatically Open the VBA IDE Whenever a Project Is Loaded
- Work in a Zero Document State
- Distribute Your Application
- 64-bit Migration