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

Niky Williams <[email protected]> Fri, 16 Dec 2005 08:18:49 -0500
Newsgroups gmane.comp.mozilla.devel.windows
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
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