I am using the RichTextBox control in Windows Forms to convert RTF to plain text. In the RTF document there is a string like "www.google.com" which the RichTextBox control converts to a URL. However, if I omit the preceding "http" or "www" (e.g. "google.com"), the string is not converted to a URL.
How can I get the RichTextBox control to convert these strings to URLs?