Re: Intercepting CTRL-V for pasting

pinEdit

Intercepting CTRL-V for pasting


Hubert 12-09-2009, 10:30
I am using pinEditNet for a desktop application. I want the user to paste in Plain Text only. I left the Paste Plain Text button on the toolbar but that will not prevent the user from using CTRL-V to paste hence all the formats will get pasted as well.

Is there an event or setting that can intercept the CTRL-V? Either we stop the CTRL-V paste from happening at all. Or can we somehow filter it.

Re: Intercepting CTRL-V for pasting


Pintexx Support 12-10-2009, 8:26
Hello Hubert,

please try keydown event and try to suppress.

Regards,
Hans-Peter

Re: Intercepting CTRL-V for pasting


Hubert 12-14-2009, 3:23
Hi Hans-Peter,

It works perfectly. Thank you for you help.

P.S. We bought pinEdit last week through ComponentSource. Your good support was part of the reason we stuck with pinEdit instead of other 3rd party controls.

Hubert

Re: Intercepting CTRL-V for pasting


Pintexx Support 12-15-2009, 8:27
Thank you!