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 Basic
  4. shortcut key for image button?

shortcut key for image button?

Scheduled Pinned Locked Moved Visual Basic
questiongraphicshelplearning
2 Posts 2 Posters 0 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.
  • D Offline
    D Offline
    dungti
    wrote on last edited by
    #1

    how can I set a shortkey for a image button? my button only display bitmap, not display any text. I want set shortcut key on my button. pls, help me - a beginner!!! thanks alot. dungti

    C 1 Reply Last reply
    0
    • D dungti

      how can I set a shortkey for a image button? my button only display bitmap, not display any text. I want set shortcut key on my button. pls, help me - a beginner!!! thanks alot. dungti

      C Offline
      C Offline
      Csharp
      wrote on last edited by
      #2

      i may have answered your question on vbforums.com like this.... Private Sub Button1_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles Button1.KeyDown If e.Alt = True Then If e.KeyCode = Keys.X Then MsgBox("alt & x") End If End If End Sub hope thats what you wanted :)

      Csharp™  the coder formally known as dynamic


      Dim TwinsHaveArrived AsString = "twins arrived safely , 17/08/2003 (18:05 & 18:07)"


      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