shortcut keys
-
how to create shortcut keys using vb... for ex:"ctrl+o" for opening...
-
how to create shortcut keys using vb... for ex:"ctrl+o" for opening...
In the Windows Form Designer, click on the menu item that you want to execute when the shortcut is entered. Use the
Shortcut
property of that menu item to set the shortcut that will cause that menu item to execute. Recompile. Test. -
In the Windows Form Designer, click on the menu item that you want to execute when the shortcut is entered. Use the
Shortcut
property of that menu item to set the shortcut that will cause that menu item to execute. Recompile. Test.how to add two or three key combinations to work any examples.........
-
how to add two or three key combinations to work any examples.........
The shortcut key combinations listed in the
Shortcut
property ComboBox are the only ones available for you to use.