Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
ActiveX Document Creation Recap
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.