disable copying from textarea without disabling it

Dear all,

does someone know how to disable copying from the textarea without disabling it?
If I disable it, the textarea is grayed out. I need it to look normal, but without the user being able to copy text from it.

Thanks

paint it the way you want inside a canvas ?

send the focus somewhere else in the gotfocus event… no focus no copy

Jean-Yves, I’ll give that a try. Never thought about using the canvas for this.

thanks

Implement your own EditCopy file menu handler?

[quote=355565:@Gert Van Assche]Jean-Yves, I’ll give that a try. Never thought about using the canvas for this.

thanks[/quote]
Dave and Christian’s ideas are better than mine.