Editing hyperlinks in RichTextBox Control in C#.NET

  • Thread starter Thread starter acconrad
  • Start date Start date
A

acconrad

We're trying to make it such that you can change the color for
hyperlinks in RichTextBox controls. Currently VS.NET '03 does not
allow one to do this. We tried this -->
http://pluralsight.com/wiki/default.aspx/Craig/RichTextBox2.html
and it did not work at all. Does anyone know of any RELIABLE
programs/code that allow one to edit RichTextBox controls in C# Windows
applications (NOT ASP.NET), including editing the color of hyperlinks?
I've scoured the web and I can't find a thing. Being able to make
tables would be a plus as well, but not necessary.
 
just got word from a MS tech that you can't...so if you buy any
software that claims that it can...it's lying to you!
 
probably you misunderstand them ....
for example your link worked for me!


anyway, one thing is sure, a third partie software, not based on a
RichTextBox could very well do it.
I'm sure you know one of them, it's called: ..... IE

you could try these free HTML editor (based on the IE COM interfaces)
http://www.windowsforms.net/ControlGallery/ControlDetail.aspx?Control=290&tabindex=0

or

http://www.itwriting.com/htmleditor/index.php =>
http://itwriting.com/phorum/list.php?f=3



Also you could try this one (around 600$)

http://www.syncfusion.com/products/product.aspx?p=25

I haven't try it but, according t o the spec, if I had the money to buy it,
I'm sure I will find it interesting....
 
Back
Top