i have two richtextboxes... i want it so that user can only see one of them. I also want the same effect to happen to the invisible one if the user changes the visible one. for example, if user copy and past on the visible one, the invisible one automatically copy and pastes also.. so it should be that whatever happens to visible rtf, same thing happens to the invisible one.. help

one thing i should say, i can't make the text equal... what i mean is that i cannot do r1.text = r2.text... because I'm planning to put html tags on the invisible one as the user inputs.. I know i should do something with keyascii but i can't seem to figure it out

[Edited by xstopx81 on 09-06-2000 at 06:10 PM]