Realted to the source code

General TRichView support forum. Please post your questions here
Post Reply
mitesh
Posts: 1
Joined: Tue Aug 02, 2011 3:06 pm
Location: ahmedabad,india

Realted to the source code

Post 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....
Sergey Tkachenko
Site Admin
Posts: 17557
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post by Sergey Tkachenko »

Code: Select all

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