vb.net & word

  • Thread starter Thread starter msdn
  • Start date Start date
M

msdn

hi

it is possible to open word document in RichTextBox(textarea) ?

but i don't want to install MsWord, i want only open document, inesert some
text and save it.

do you know how to do this ?
thx
 
* "msdn said:
it is possible to open word document in RichTextBox(textarea) ?

No, if it's not saved in RTF format.
but i don't want to install MsWord, i want only open document, inesert some
text and save it.

That's basically not possible, except if the document ist stored in Word
2003's WordML. Then you can use .NET's XML classes to modify the
document.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top