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

Jason Boardman <jasonboardman_@_gmail.com> Fri, 16 Dec 2005 11:19:27 -0500
Newsgroups gmane.comp.mozilla.devel.windows
Organization BellSouth Internet Service
Message-ID <[email protected]>
Thanks! This looks great!

Jason

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