Thread overview
DFL control question
Apr 27, 2007
jinheking
Apr 27, 2007
Alexander Panek
Apr 29, 2007
Chris Miller
April 27, 2007
I have a question, is there a way to display basic HTML + CSS in a
richtextboox or other control?
Like this:
<font color='red'>Hello</font>


April 27, 2007
On Fri, 27 Apr 2007 16:25:04 +0800
"jinheking" <caoqi@bgi.net.cn> wrote:

> I have a question, is there a way to display basic HTML + CSS in a
> richtextboox or other control?
> Like this:
> <font color='red'>Hello</font>
> 
> 

Not that I know of.
April 29, 2007
On Fri, 27 Apr 2007 04:25:04 -0400, jinheking <caoqi@bgi.net.cn> wrote:

> I have a question, is there a way to display basic HTML + CSS in a
> richtextboox or other control?
> Like this:
> <font color='red'>Hello</font>
>

A RichTextBox can have differently colored text, but it uses rich text format, not HTML or CSS. There is an example provided if all you need are different colors and not specifically HTML. If you do in fact specifically need HTML, there is a discussion going on about it on the DFL forum at http://dsource.org/forums/viewforum.php?f=39

Also, in my previous replies to you, I was trying to tell you that DFL questions should be directed to the DFL forum at: http://dsource.org/forums/viewforum.php?f=39 - you went there, re-asked something I already answered and then just came back to this newsgroup.

- Chris