L
LiuMin
RegisterHotKey in "Hotkey.lib":
BOOL RegisterHotKey(
HWND hWnd,
int id,
UINT fsModifiers,
UINT vk
);How Can Use it in .net
BOOL RegisterHotKey(
HWND hWnd,
int id,
UINT fsModifiers,
UINT vk
);How Can Use it in .net