Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to imbed a Word doc to a .NET Form?

Status
Not open for further replies.

qsysoper

Programmer
Mar 20, 2003
7
US
In VB6 you would use the OLE control to display any office doc in a form, but how do you do it in .NET? A way to display it would be great, but a way to allow editing in form would be even better. Specifically I'm looling to show and allow users to edit Word docs.

Thanks
 

OLE Container control is unavailable in VB.NET. To use an equivalent of OLE Container control, you’ll need to add a WebBrowser control to the form and use it as an OLE Container control.


This article is prolly dated but I couldn't find another solution. I'll keep looking....

Scott
Programmer Analyst
<{{><
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top