Ok, many thanks.
I never had tables in these RTF so I choose to avoid Format method.
Now I continue to test with my needs.
After that I'll try also to do that in the main thread and I'll keep you informed.
Search found 6 matches
- Wed Dec 02, 2009 8:13 pm
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16441
- Tue Dec 01, 2009 10:03 pm
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16441
- Tue Dec 01, 2009 8:07 pm
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16441
- Tue Dec 01, 2009 7:55 pm
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16441
- Tue Dec 01, 2009 3:59 pm
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16441
- Tue Dec 01, 2009 3:31 am
- Forum: Support
- Topic: TRichView at runtime on an hidden/minimized Form
- Replies: 9
- Views: 16441
TRichView at runtime on an hidden/minimized Form
Hi all,
I'm creating a TRichView/TRVStyle at runtime, then I added some RTF, then I call Format, finally I Save it to RTF.
I coded these little piece of code grabbing infos from help and this forum.
NOTE: Form1 is minimized.
This is my code:
TRichView *RV=NULL;
TRVStyle *RVS=NULL;
RV=new ...
I'm creating a TRichView/TRVStyle at runtime, then I added some RTF, then I call Format, finally I Save it to RTF.
I coded these little piece of code grabbing infos from help and this forum.
NOTE: Form1 is minimized.
This is my code:
TRichView *RV=NULL;
TRVStyle *RVS=NULL;
RV=new ...