I have a rich text box that has a cetain format to it...

I am trapping keystrokes to prevent certain things from being entered.

How can I check what is being pasted from the clipboard before the text is actually inserted into the richtextbox.

I do not wish to do this with _change... I need to trap it before the data is pasted.

any help would be great!