[Mono-bugs] [Bug 82585][Wis] New - RichTexBox and underline/folow URL

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Aug 24 20:26:26 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by surfzoid2002 at yahoo.fr.

http://bugzilla.ximian.com/show_bug.cgi?id=82585

--- shadow/82585	2007-08-24 20:26:26.000000000 -0400
+++ shadow/82585.tmp.25255	2007-08-24 20:26:26.000000000 -0400
@@ -0,0 +1,39 @@
+Bug#: 82585
+Product: Mono: Class Libraries
+Version: 1.2
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com                            
+ReportedBy: surfzoid2002 at yahoo.fr               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: RichTexBox and underline/folow URL 
+
+With MS VCS or VB when yu had a richtextbox there is a property to display
+text url in blue and handle the click event of the URL with this code for
+exemple :
+
+
+
+        private void richTextBox1_LinkClicked(object sender,
+LinkClickedEventArgs e)
+
+        {
+
+            this.process1.StartInfo.FileName = e.LinkText;
+
+            this.process1.Start();
+
+        }
+
+But mono implementation doesn't display URL in blue in the RTFBox and so
+user cannot click on the URL (like in a about form)
+see :
+svn co https://jobexftp.svn.sourceforge.net/svnroot/jobexftp/CobexFtp


More information about the mono-bugs mailing list