Article ID: 304562 - Last Review: March 2, 2007 - Revision: 4.3 Visual Studio 2005 and Visual Studio .NET do not provide an OLE container control for Windows FormsThis article was previously published under Q304562 SUMMARY Microsoft Visual Basic versions 6.0 and 5.0 provide an OLE
container control for embedding OLE objects directly on forms. The OLE
container control provides a means for embedding OLE objects such as Microsoft Excel
workbooks, Microsoft PowerPoint presentations, and Microsoft Word documents.
A similar OLE container control is not available for Windows Forms when you use the following:
MORE INFORMATION You can achieve similar functionality by using the
Microsoft WebBrowser control to host the document if the document uses ActiveX. Excel, PowerPoint, and Word all support ActiveX. Therefore,
documents from those sources may be displayed by using the WebBrowser control.
REFERENCES
For more information and sample code that shows you how to use Office documents together with the WebBrowser control, click the following article numbers to view the articles in the Microsoft Knowledge Base:
304662
(http://support.microsoft.com/kb/304662/
)
How to use the WebBrowser control to open Office documents in Visual C#
2005 or in Visual C# .NET
304643
(http://support.microsoft.com/kb/304643/
)
How to use the WebBrowser control to open an Office document in Visual Basic .NET
APPLIES TO
| Article Translations
|

Back to the top
