Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "UnregisterHotKey" in [All]

user32

.
Summary
.

static extern bool UnregisterHotKey(IntPtr hWnd, int id);

.

Declare Auto Function UnregisterHotKey Lib "user32.dll" (ByVal hWnd As IntPtr, ByVal id As Integer) As Integer

.

    Declare Auto Function UnregisterHotKey Lib "user32.dll" (ByVal hWnd As IntPtr, ByVal id As Integer) As Integer

.

        UnregisterHotKey(Me.Handle, hotKeyID)

.

        private static extern bool UnregisterHotKey(IntPtr hWnd, int id);

.

        public static void UnregisterHotKey(Form f)

.

                    UnregisterHotKey(f.Handle, keyId); // modify this if you want more than one hotkey

.
Documentation

 
Access PInvoke.net directly from VS: