I've got a textbox on my form and inside that textbox is a value.
I have it set up so that the cursor is hidden whenever the user clicks on a given textbox. I also have it setup so that they cannot type anything into the textbox.

I have two issues still though.

1) The user can highlight the text with the mouse, then click the delete key.
2) The user can click in the textbox and even though the cursor doesn't show up it is there, so the user can hit the delete key and erase the textbox contents that way as well.

I could simply set ENABLED = FALSE but I want to allow clicking and OLE Drag Drop....just no typing or deleting.

Any ideas?