Re: displaying simple HTML in VB6 project w/o overkill?

harry <[email protected]> Tue, 20 Dec 2005 23:09:41 +0100
Newsgroups gmane.comp.mozilla.devel.windows
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Here is the MS link for RTF specification.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnrtfspec/html/rtfspec.asp

Or search for "rich text format" on the msdn page.

Harry


Niky Williams wrote:
> Jason Boardman wrote:
>> Does the rich text format have support for something like tables?
>>
>> Jason
>>
>> harry wrote:
>>  > Check the Microsoft Rich Textbox Control 6.0.
>>> It can handle .rtf files (Word/OpenOffice/..). But: No Links!
>>>
>>> Harry
> 
> Yup, it can do tables...Here is a link to a nice little RTF pocket 
> guide...it's not the whole thing, but will give you and idea on how to 
> build RTF in your program.
> 
> http://www.oreilly.com/catalog/rtfpg/chapter/part1.pdf
> 
> One of the best ways I found out how to do things is to load up MS 
> Word..make a table, save it in RTF and then open it in notepad.
> 
> Niky Williams