Link to home
Start Free TrialLog in
Avatar of heng03
heng03

asked on

RTF file & RTFbox

Hi

How can I read a RTF (.rtf) file (with aisan language) & append
to a RTFBox control in run-time ?

Note :

RTFbox's control can append text :- RTFbox.appendtext("This is a sample line.")

But how can I declare a doc which read RTF (.rtf) or (.doc) file with aisan language in it ?
And then append the text into the textarea of RTFbox control ?

Thanks & Rgds
Heng
ASKER CERTIFIED SOLUTION
Avatar of Tai-San
Tai-San

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of heng03
heng03

ASKER

Hi Tai-San

RTFBox do not have anything like openfile etc. Also seltext is for the RTF content already
in the RTF box.

Any can help.

Thanks & Rgds
Heng03
Avatar of heng03

ASKER

Hi Tai-san

I found that it is loaadfile().

Thanks & Rgds
Heng03