^Johnny2Bad
June 24th, 2007, 05:24 AM
Hi,
First off I am using Visual Studio 2005 .net 3.0. I am trying my best too keep to .net 2.0 technology which in this particular case is fine.
I created a "compisite" tool I believe its called called dataBox which is directly derived from textbox. Anyhow I have made a context menu too perform such tasks as Paste, Copy etc. However I have noticed that the keyboard short cuts such as ctrl+v (paste) still work even though I may have paste disabled in my context menu. It appears it is still using the shortcut for the normal textbox paste etc.
Is there a way too disable the textbox generic menu shortcuts, if so how?
Thanking you in advance,
Jonathan.
First off I am using Visual Studio 2005 .net 3.0. I am trying my best too keep to .net 2.0 technology which in this particular case is fine.
I created a "compisite" tool I believe its called called dataBox which is directly derived from textbox. Anyhow I have made a context menu too perform such tasks as Paste, Copy etc. However I have noticed that the keyboard short cuts such as ctrl+v (paste) still work even though I may have paste disabled in my context menu. It appears it is still using the shortcut for the normal textbox paste etc.
Is there a way too disable the textbox generic menu shortcuts, if so how?
Thanking you in advance,
Jonathan.