Page 1 of 1

Realted to the source code

Posted: Tue Aug 02, 2011 3:17 pm
by mitesh
hello everyone...!!
can you please suggest me the code for "rvf to rtf".
or is there any way to used richview application in visual studio 2010.


please reply me as soon as possible its a high priority task...

happy to receive an help from you....

Posted: Wed Aug 03, 2011 5:36 pm
by Sergey Tkachenko

Code: Select all

RichView1.LoadRVF(FileName1);
RichView1.Format;
RichView1.SaveRTF(FileName2, False);
Sorry, only Delphi and C++Builder is supported.