View Single Post
  #1 (permalink)  
Old 03-10-2008, 09:59 AM
BjornF BjornF is offline
Senior Member
 
Join Date: Apr 2007
Location: Copenhagen
Posts: 143
Default Copying from a textbox with IgnoreKey

I have a textbox with a content which I want to protect from accidental changes. For this I am using a text box with IgnoreKey.

However I would also like the user to be able to copy parts from that text. Unfortunately the IgnoreKey also makes the textbox ignore ctrl-C (although you can mark text with shift-arrow). Is there any easy solution to this that I have overlooked?

all the best / Björn
Reply With Quote