Hi all,
im writing a program in C#, but i'm having a couple of problems with a richtextbox i have on my form. Firstly, I want a user to be able highlight a certain part of a line, but at the moment when i do this the whole line gets highlighted. Secondly, when i rightclick inside the richtextbox, no menu gets displayed (i.e. to paste in some text - i dont want to just use ctrl-v). Is there something i can do about this.
Thanks in advance for any help.
Mootroot
im writing a program in C#, but i'm having a couple of problems with a richtextbox i have on my form. Firstly, I want a user to be able highlight a certain part of a line, but at the moment when i do this the whole line gets highlighted. Secondly, when i rightclick inside the richtextbox, no menu gets displayed (i.e. to paste in some text - i dont want to just use ctrl-v). Is there something i can do about this.
Thanks in advance for any help.
Mootroot
Comment