Visual Basic Concepts
ActiveX Document Creation Recap
See Also
When you create a new ActiveX document, the steps you’ll generally follow are:
- Determine the features your document will provide.
- Design the appearance of your document.
- Design the interface for your document; that is, the properties, methods, and events your document will expose.
- Create a project consisting of your user document and any auxiliary forms.
- Add controls and/or code to the UserDocument object.
- Implement the interface and features of your document.
- Compile your document to create a .vbd file and test it with all potential target applications.