I am using richtextbox in winforms. I have to show some links in the richtextbox which will be set readonly. It works fine for the links with out spaces like
\\efile\DSC_0618.JPG
But when the file has space like
\\2527 threshold.png
it wont work and link will get broke due to space.
i have used the solution mentioned in this link Link to File's path with spaces in RichTextBox?
But the problem is that escape sequence also get displayed in the Richtextbox according to that.
Is there any way i can make it as link without using escape sequence?