Visual Basic Concepts
Designing the User Interface for ActiveX Documents
Designing an ActiveX document's User Interface has some similarities, and some major differences, to designing the User Interface for a standard application. Similarities include the ability to add forms and menus to the project. However, the differences result from one overwhelming fact: The ActiveX document is always viewed in a container. In other words, the User Interface of your ActiveX document will always be viewed within the context of another application. The following topics explain what you should consider as you design a User Interface for an ActiveX document.
Menu Design for ActiveX Documents Add menus to your ActiveX documents with the Menu Editor.
ActiveX Document Viewport The container's Viewport determines the size of the window an ActiveX document is being viewed in. This topic shows you how to control what is shown in the ViewPort.
Adding Forms and Modules to ActiveX Document Projects Add forms to your ActiveX document project as you would with any other. The topic also covers the NonModalAllowed property.