BUG: Embedded Object's Size Changes When it is Run
PSS ID Number: Q111004
Article last modified on 08-09-1994

2.01

WINDOWS


----------------------------------------------------------------------
The information in this article applies to:

 - Microsoft OLE version 2.01
----------------------------------------------------------------------

SYMPTOMS
========

A non-running embedded object is resized in an OLE 2.01 container
application. The next time the object is run, it snaps back to its previous
size.

CAUSE
=====

The container application failed to call IOleObject::SetExtent() after
calling OleRun().

RESOLUTION
==========

IOleObject::SetExtent can be called only when an object is running. If an
object is resized while it is not running, the container application should
take note of this. When the object is subsequently run, the container
should then inform the object of its new size by calling
IOleObject::SetExtent.

Additional reference words: 2.01
KBCategory: Prg
KBSubcategory: LeTwoCdt

=============================================================================

Copyright Microsoft Corporation 1994.
