Equivalent to WM_HOTKEY?
Windows Forms
3
Posts
2
Posters
13
Views
1
Watching
-
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
Nope. You have to override your forms WndProc method and look for the message yourself.
Dave Kreskowiak Microsoft MVP - Visual Basic
-
Nope. You have to override your forms WndProc method and look for the message yourself.
Dave Kreskowiak Microsoft MVP - Visual Basic