Board index » Visual Studio » Disabling Copy, Paste, Delete etc..

Disabling Copy, Paste, Delete etc..

Visual Studio82
Hi!



I have a question is there any way of disabling the Copy, Paste, Delete ?

of a Windows Control Tex Box Right Click Property during runtime ?





Thanks!


-
 

Re:Disabling Copy, Paste, Delete etc..

Create your own Right Click menu using Context Menu, make it empty, that

should override the standard.





This is assuming you are trying to do it to a box within your application

of course?



--

Message posted via www.dotnetmonster.com">www.dotnetmonster.com

-