Hello
In Framework 2.0
as a result I can see "c:/text.txt" formates as a link to file test.txtCode:this.rtb = new RichTextBox(); rtb.DetectUrl = true; rtb.AppendText("c:/text.txt");
In Framework 1.1
as a result I can see "c:/test.txt" which is not formated as a link.
My question is:
1. Does DetectUrls work only for HTTP links ?
2. Is it possible to format "c:/.." string as a link to file without addidtional extra code ?
Thanks in advance
andrzej




Reply With Quote