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. Windows Forms
  4. Equivalent to WM_HOTKEY?

Equivalent to WM_HOTKEY?

Scheduled Pinned Locked Moved Windows Forms
questionwinforms
3 Posts 2 Posters 13 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.
  • L Offline
    L Offline
    LionAM
    wrote on last edited by
    #1

    Hello! How can I be notified in Windows Forms, when a hotkey (which I registered with RegisterHotKey) is pressed. Is there an event for this? Alex

    D 1 Reply Last reply
    0
    • L LionAM

      Hello! How can I be notified in Windows Forms, when a hotkey (which I registered with RegisterHotKey) is pressed. Is there an event for this? Alex

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      Nope. You have to override your forms WndProc method and look for the message yourself.

      Dave Kreskowiak Microsoft MVP - Visual Basic

      L 1 Reply Last reply
      0
      • D Dave Kreskowiak

        Nope. You have to override your forms WndProc method and look for the message yourself.

        Dave Kreskowiak Microsoft MVP - Visual Basic

        L Offline
        L Offline
        LionAM
        wrote on last edited by
        #3

        OK. Thank you. Alex

        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