BUG: VBComponents Add Method Cannot Add a FormLast reviewed: August 5, 1997Article ID: Q172244 |
The information in this article applies to:
SYMPTOMSWhen attempting to add a Form to a Visual Basic 5.0 project through the IDTExtensibility model with VBComponents' Add method and passing vbext_ct_MSForm, you get Run-time error '-2147467259 (800004005)':
"System Error &h80004005(-2147467259). Unspecified error" CAUSEVisual Basic 5.0 does not support Forms3 designers, enum member vbext_ct_MSForm is not valid.
RESOLUTIONUse VBComponents' AddFromTemplate method. See the MORE INFORMATION Section of this article.
STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Problem
Keywords : vb5all Version : 5.0 Platform : WINDOWS Issue type : kbbug |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |