Feb 2, 2007 #1 LouisC4 Programmer Jul 26, 2003 54 US Is there a way to have a textbox that wont allow pasting? (No CTRL-V or right-click paste.) I've seen this somewhere but I don't know how this is accomplished. Thanks for your help, Louis
Is there a way to have a textbox that wont allow pasting? (No CTRL-V or right-click paste.) I've seen this somewhere but I don't know how this is accomplished. Thanks for your help, Louis
Feb 2, 2007 #2 ca8msm Programmer May 9, 2002 11,327 GB This could only be accomplished with javascript. I suggest you ask in that particular forum. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
This could only be accomplished with javascript. I suggest you ask in that particular forum. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
Feb 2, 2007 #3 jbenson001 Programmer Jan 7, 2004 8,172 US do you want the user to be able to type buy not paste. If you want it just for display, you can set the enabled property to false. Upvote 0 Downvote
do you want the user to be able to type buy not paste. If you want it just for display, you can set the enabled property to false.
Feb 2, 2007 Thread starter #4 LouisC4 Programmer Jul 26, 2003 54 US I do want the user to be able to type but not paste. Upvote 0 Downvote