The information in this article applies to:
SYMPTOMS
When browsing to an ActiveX Document using Microsoft Internet Explorer, the
document will fail to load the associated VBD file correctly. Instead,
Microsoft Internet Explorer will display the following message:
The user is presented with a choice of Opening or Saving the VBD file. If the user selects Open, the Open With window is displayed asking which application should launch the file. None of the applications listed, including Microsoft Internet Explorer, will successfully launch the VBD file. CAUSE
The Setup Wizard for Microsoft Visual Basic 5.0 creates a set of files to
be used for Internet download of ActiveX Documents. These files include a
cabinet (CAB), VBD, and a hypertext-markup HTM file.
RESOLUTION
Below is a sample of an original HTM file created using the Microsoft
Visual Basic 5.0 Setup Wizard. Following the example, is another sample
that shows a working HTM file.
Example 1 - Original HTM File
Example 2 - Changed HTM File
The changes to the Window_OnLoad procedure allow the VBD file to be launched successfully, thus the ActiveX Document will initialize and display within Microsoft Internet Explorer. To convert an HTM file created with Setup Wizard, do the following:
STATUS
Microsoft is researching this problem and will post new information here in
the Microsoft Knowledge Base as it becomes available.
Keywords : kbtool kbActiveX kbVBp500 kbCodeDownload kbGrpVB AXSDKCompDownload AXSDKDocObjects kbIEFAQ |
Last Reviewed: January 27, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |