Hi,
Is it possible to work with *.docx files in TRichEdit5 ?
Hi,
Is it possible to work with *.docx files in TRichEdit5 ?
You can't (as far as I've investigated)
But you can open the document with Word.Application and save it as .RTF, then open it in the RichEdt control.
Thanks ! Does this mean I can't use VBA in RichEdit5?
For example: I highlighted some words/phrases in color. Then I need to extract these words/phrases from the RichEdit5 document. How can this be done ?
How to get text colored in a specific color from RichEdit5 ?