const int WM_HOTKEY = 0x0312; //如果m.Msg的值為0x0312那麼表示用戶按下了熱鍵. switch (m.Msg). {. case WM_HOTKEY: ProcessHotkey(m); //按下熱鍵 ...
確定! 回上一頁