Hi,
I've come across a bug in the RichTextBox control.
If you add an RTB to a form, then add a url to the text property.
The run the project.
The mouse pointer (as you'd expect) changes to a hand while over the URL.
But it also remain a hand under the URL.
Also when you click in the area under the URL it raises the LinkClicked event.
This bug occurs in dotnet 1.1 and 1.0.
Can anyone suggest a workaround (other than adding an extra return character)?
TIA
I've come across a bug in the RichTextBox control.
If you add an RTB to a form, then add a url to the text property.
The run the project.
The mouse pointer (as you'd expect) changes to a hand while over the URL.
But it also remain a hand under the URL.
Also when you click in the area under the URL it raises the LinkClicked event.
This bug occurs in dotnet 1.1 and 1.0.
Can anyone suggest a workaround (other than adding an extra return character)?
TIA