tmp := SetWindowsHookEx(WH_KEYBOARD, @TestKey, 0, 0); The 0 instead of the dw should associate the hook with all existing threads.
確定! 回上一頁