How to disable Copy/Paste feature
ActiveReports for .NET 2.0 Support
How to disable Copy/Paste feature
02-15-2010, 7:22 AM
I need to disable the feature because I want to implement my own logic. How can I ensure that built-in implementation won't be executing after pressing CTRL+C/CTRL+V?
Re: How to disable Copy/Paste feature
02-16-2010, 4:53 AM
Hello,
You may try using the a combination of the layoutchanging , keydown and keypress events to manage this. Please take a look at the attached sample where I have implemented this feature using the key hashcodes .
Regards,
Prantik