To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

ActiveX Document

From Wikipedia, the free encyclopedia

ActiveX Document (also known as DocObject or DocObj[1]) is a Microsoft technology that allows users to view and edit Microsoft Word, Excel, and PDF documents inside web browsers.[2] It defines a set of Component Object Model coding contracts between hosting programs like Internet Explorer or Microsoft Office Binder[3] and hosted documents from programs like Microsoft Word, Microsoft Excel and Adobe Reader. This allows them to negotiate communications about commands like save and navigate, as well as merging user interface elements such as menu,[4] to provide a unified user experience.

Initially designed for compound documents based on COM Structured Storage, the technology allows one single hosting program like Office Binder to contain unlimited type of documents.[3] The server program that provides an ActiveX document can be an EXE or a DLL server.

YouTube Encyclopedic

  • 1/3
    Views:
    3 018
    245 787
    266 293
  • Privacy Warning disable - FUN x EXCEL - Excel Basic 002
  • How To Enable ActiveX Controls on Internet Explorer.
  • ActiveX Controls : How to Allow ActiveX Controls to Run

Transcription

Code contracts

There are a few code contracts that ActiveX documents and their container need to implement in order to communicate about their capabilities and requirements.

An ActiveX document server application needs to implement the following code contracts that are expected by an ActiveX document container that is going to host the document:[5]

  • IPersistStorage, if use compound files as the storage
  • Standard OLE interfaces like IPersistFile, IOleObject, and IDataObject, for creating a document that supports object linking and embedding from file
  • IOleInPlaceObject and IOleInPlaceActiveObject, for editing inline
  • IOleDocument, IOleCommandTarget, and IPrint, for talking to document container, command routing, and printing

An ActiveX document container application needs to implement the following code contracts[6]

  • Provide storage for documents via IStorage
  • Implement IOleClientSite and IAdviseSink, for standard object linking and embedding
  • Implement IOleInPlaceSite and IOleInPlaceFrame, for editing inline
  • Implement IOleDocumentSite, IOleCommandTarget, IPrint and IContinueCallback, for document hosting, command routing and printing

Developer Support

Microsoft has ActiveX Document support in its developer tools to help programmers in creating ActiveX Document applications.

In Visual C++, programmers can include Microsoft Foundation Classes's support for ActiveX Documents in the MFC project wizard. A programmer can choose to add ActiveX document server and/or container support to the new program by checking a checkbox during the project creation process.[7]

In Visual Basic, ActiveX Document Migration wizard helps programmers to convert VB forms into ActiveX documents.[8]

In Visual FoxPro, The ActiveDoc Base Class supports development for ActiveX document servers.[9]

References

  1. ^ Definition of ActiveX Documents
  2. ^ Microsoft readies DocObject; technology will allow document editing in Web browsers, InfoWorld, April 29, 1996, page 49
  3. ^ a b Microsoft promises compound documents. (Win95 Suites Set to Clash) by Greenberg, Ilan, InfoWorld June 5, 1995 http://www.accessmylibrary.com/article-1G1-17053478/microsoft-promises-compound-documents.html
  4. ^ Menus in Active Documents, Visual FoxPro 7.0 documentation, by Microsoft https://msdn.microsoft.com/en-us/library/aa903362(v=VS.71).aspx
  5. ^ The Visual Programmer Puts ActiveX Document Objects Through Their Paces, by Joshua Trupin, Microsoft Systems Journal, June 1996, http://www.microsoft.com/msj/archive/S37B.aspx
  6. ^ Active Document Containers, Visual Studio 2012 documentation, by Microsoft, https://msdn.microsoft.com/en-us/library/644x1yy6.aspx
  7. ^ Compound Document Support, MFC Application Wizard, Visual Studio 2012 documentation, by Microsoft, https://msdn.microsoft.com/en-us/library/fa2f8zdk.aspx
  8. ^ You can't go there today. (ActiveX application development; Microsoft's Visual Basic 5.0 and Visual C++ 5.0, Borland's Delphi 3.0) by Blumenthal, Holly, InfoWorld | May 19, 1997 http://www.accessmylibrary.com/article-1G1-19431766/you-cant-go-there.html
  9. ^ Creating an Active Document, Visual Studio 7.0 documentation, by Microsoft https://msdn.microsoft.com/en-us/library/aa903396(v=vs.71).aspx
This page was last edited on 21 June 2021, at 20:32
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.