BUG: Embedded Object's Size Changes When it Is RunLast reviewed: May 17, 1995Article ID: Q110872 |
The information in this article applies to:
SYMPTOMSA 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.
CAUSEThe container application failed to call IOleObject::SetExtent() after calling OleRun().
RESOLUTIONIOleObject::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().
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. We are researching this problem and will post new information here in the Microsoft Knowledge Base when it becomes available.
|
Additional reference words: 2.01 3.50 4.00
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |