The information in this article applies to:
SYMPTOMS
An ActiveX control added to an HTML page fails to appear or seems invisible. There is no indication that the control should be on the page; the standard icons for control failure--a white X in a red box, a dot in a white box, or a triangle/square/sphere icon--do not appear. CAUSEThe OBJECT tag does not specify a HEIGHT and WIDTH attribute. RESOLUTIONAdd WIDTH and HEIGHT attributes for the OBJECT tag. Here is an example OBJECT tag for a Visual Basic User Control that specifies a HEIGHT and WIDTH:
Alternatively, for Visual Basic controls, specify _ExtentX and _ExtentY parameters as specified in following example:
STATUSThis behavior is by design. Additional query words:
Keywords : kbActiveX kbDHTML kbIE400 kbIE401 kbJScript kbVBScript kbIE500 kbDSupport |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |