
Disable shortcut keys in vb application
Is it possible to disable the shortcut keys in the vb applications. For
example, the TextBox response to Shift+F10 for shortcut menu which is not
desire in my application. How can I disable these properity? It seems to be
a Windows default shortcut key. Should I disable it in somewhere under
windows environment or at run time in my vb application.
Thks