Some constants #define WM_SYSKEYDOWN 260 #define WM_SYSKEYUP 261 ... SetActiveWindow(hWnd); SendMessage(hWnd, (ushort) WM_SYSKEYDOWN, ...
確定! 回上一頁