C
C#
I have a richtextbox that i am copying to an invisible richtextbox . during
the keydown and keypress events i am inserting HTML tags into the invisble
richtextbox along with the origional text. The only problem i am running
into is when the user presses the backspace and delete key i have a hard
time knowing how to erase the charater(s) desired from the invisible
richtextbox because it contains additional text. Any help is GREATLY
appreciated. Thanks in advance!
the keydown and keypress events i am inserting HTML tags into the invisble
richtextbox along with the origional text. The only problem i am running
into is when the user presses the backspace and delete key i have a hard
time knowing how to erase the charater(s) desired from the invisible
richtextbox because it contains additional text. Any help is GREATLY
appreciated. Thanks in advance!