|
-
Mar 8th, 2007, 01:59 PM
#1
Thread Starter
Fanatic Member
[RESOLVED] Locking a textbox.
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?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|