Originally posted by DiGiTaIErRoR
On the keypress event:

if keyascii = 22 then
'ctrl+v pressed
keyascii = 0
end if
What about pasting from the context menu?