The
following file is available for download from the Microsoft Download
Center:
For additional information about how to download Microsoft Support files, click the following article number to view the article in the Microsoft Knowledge Base:
119591�
How to Obtain Microsoft Support Files from Online Services
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help to prevent any unauthorized changes to the file.
More Information About the Sample
Vbobjvw is a Microsoft Visual Basic sample that corresponds to
the Objvw Active Template Library (ATL) sample that is included in the Internet
Explorer Samples Catalog. This sample demonstrates how to:
- Access Internet Explorer's Automation model and scripting
model from within a contained Visual Basic ActiveX control.
- Enumerate all ActiveX controls, links, and other tags in a
page and sub pages. This includes an algorithm for recursively enumerating
floating frames and framesets.
- Mark a Visual Basic ActiveX control "Safe for scripting"
and "Safe for initialization."
Running the Sample
After you download the file, run the executable to extract the
sample files. Open Vbobjvw.vbp in Visual Basic 5.0 or 6.0. Make Vbobjvw.ocx
(this will also register the control). Open the TestVB.htm file, which contains
an instance of the control and links to several test pages.