Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Studio 2015 & .NET 4.6
  4. shortcut keys

shortcut keys

Scheduled Pinned Locked Moved Visual Studio 2015 & .NET 4.6
tutorial
4 Posts 2 Posters 2 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    srinivasankrishnaa
    wrote on last edited by
    #1

    how to create shortcut keys using vb... for ex:"ctrl+o" for opening...

    M 1 Reply Last reply
    0
    • S srinivasankrishnaa

      how to create shortcut keys using vb... for ex:"ctrl+o" for opening...

      M Offline
      M Offline
      Mike Meinz
      wrote on last edited by
      #2

      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.

      S 1 Reply Last reply
      0
      • M Mike Meinz

        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.

        S Offline
        S Offline
        srinivasankrishnaa
        wrote on last edited by
        #3

        how to add two or three key combinations to work any examples.........

        M 1 Reply Last reply
        0
        • S srinivasankrishnaa

          how to add two or three key combinations to work any examples.........

          M Offline
          M Offline
          Mike Meinz
          wrote on last edited by
          #4

          The shortcut key combinations listed in the Shortcut property ComboBox are the only ones available for you to use.

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups