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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

.doc format

Status
Not open for further replies.

mettodog

Vendor
Joined
Jul 11, 2000
Messages
94
Location
US
anyone know if a good Active X, or code snippet for the reading of .Doc (Microsoft Word) files? Something that would open a .doc file, and open for editing in a rtf box.(so that it can be saved as a .rtf file)
 
The Rich Text Box has a loadfile property that will read the .doc files.
David Paulson


 
how would i use the loadfile property?
 
RichTextBox1.LoadFile "Yourfile.doc"

David Paulson


 
oh god, dont tell me i was that stupid. i thought you had to do something like rtf1.loadfile (Microsoft Word) then call a dll or something.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top