www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - DFL control question

reply "jinheking" <caoqi bgi.net.cn> writes:
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> 
Apr 27 2007
next sibling parent Alexander Panek <alexander.panek brainsware.org> writes:
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.
Apr 27 2007
prev sibling parent "Chris Miller" <chris dprogramming.com> writes:
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=3D'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 ar= e = different colors and not specifically HTML. If you do in fact specifical= ly = need HTML, there is a discussion going on about it on the DFL forum at = http://dsource.org/forums/viewforum.php?f=3D39 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=3D39 - you went there, re-aske= d = something I already answered and then just came back to this newsgroup. - Chris
Apr 29 2007