PRB: Some OLE Containers Do Not Call IViewObject::Draw

ID: Q131155

The information in this article applies to:

SYMPTOMS

A custom OLE rendering handler finds that its IViewObject::Draw method is never called by some OLE container applications.

CAUSE

Some OLE container applications never call IViewObject::Draw. These applications do not use the caching and drawing services provided by the object handler. Instead, they do their own caching and drawing of the presentations for OLE objects embedded in their documents.

Two examples of such container applications are Microsoft Word version 6.0 and Microsoft Excel version 5.0. They cache metafile representations of embedded OLE objects, and then do their own drawing of those metafiles.

STATUS

This behavior is by design. It is not possible to get Microsoft Word or Microsoft Excel to use a handler's drawing services.

Additional reference words: 2.01 3.50 4.00 5.00 6.00 KBCategory: kbole kbprb KBSubcategory: LeTwoOh

Last Reviewed: June 7, 1995