I have learned that the RichTextControl supports CTRL-v, Shift-Insert, Drag/Drop, and other when pasting data. My goal is to pre-process the pasted data and not have it go directly into the RichTextBox document. I have tried to use the Form_KeyDown event with no results- i suspect that CTRL-v is a windows thing. I might have to use a combination of APIs functions to do what i want. Has anybody solved this problem? Any suggestions on how i should tackle this?
Thank you,
–Llyal