Edited text of question
Main Topics
Browse All TopicsHow to display a saved document inside a textbox?
I would like to display a document file created with Microsoft Word.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Well, like I said above, if you just want to display the Word document, then you can insert the document itself into the project using OLE. Go to Project | Components and when the dialog box appears, scroll through the list of insertable objects. You should find Word Document somewhere in that list. Keep in mind, however, that Office components are not redistributable. If you use an Office component in your project, you must make sure that all target machines have Office installed on them or the project will fail to run.
It's possible. You would just have to add an OLE Container object to your form at design time. Then, you could insert any OLE compliant document (Word, Excel, etc) into it by setting the correct proeprties. Unfortunatly, I'm not experienced enough with the OLE Container to tell you specifically how to use it. Never needed it myself.
Maybe you can use the wordviewer from
http://www.microsoft.com/w
to view the word document embedded in a vb5 app?
/mtoft
Business Accounts
Answer for Membership
by: seahpcPosted on 1998-06-30 at 01:17:06ID: 1464574
what kind of document is that ?
a word document, a text file ?????????????