⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 history.txt

📁 键盘钩子程序及控件, C++ Builder 和DELPHI可用
💻 TXT
字号:
{*****************************************************************************

  02/03/2006 Updated to Version 1.9

  Version 1.9 now includes support for Low Level Keyboard Hooking using the
  WH_KEYBOARD_LL method as well as the WH_KEYBAORD method. The LowLevel Hooks
  can capture Injected keyboard events generated by calls to the Win32 API
  function keybd_event.

  Two new Properties have been introduced to support the new LowLevel Hooking
  methods: LowLevelHook, HookInjected: Boolean

  Set LowLevelHook to True to use the LowLevelHooking Method.
  Set HookInjected to True to capture Injected calls from keybd_event.
  Set HookInjected to False to ignore Injected calls from keybd_event.

  IMPORTANT: THe default Hooking method is WH_KEYBAORD as before.
  HookInjected is only supported when using the LowLevel Hooking method.

  23/04/2005 Updated to Version 1.8 Experimental

  Experimental version for keyboards using international dead-key character set.
  New Properties in TKeyState: DeadKey, DoubleKey: Boolean.
  Reverted TKeyNames.KeyChar back to Char Type.
  DLL Uses SendNotifyMessage instead of SendMessage.

  29/03/2005 Updated to Version 1.7
  
  Changed TKeyNames.KeyChar to WideChar for supporting Unicode characters and
  Foreign Keyboard Layouts that have dead key character keys.

  29/01/2005 Updated to Version 1.6

  Hard-coded DeallocateHwnd within the unit and also updated the DeallocateHwnd
  procedure which I think could be the cause of some AV's when using the Hook
  within a WinNT Service.

  Added function UpdateHook: boolean;

  The Function UpdateHook will notify the Hook of any changes made to the published
  properties (DisableKeyboard). This will allow you to update the settings without
  having to stop and start the Hook. To use this function you simply set the new
  properties then call UpdateHook.

  04/07/2004 Updated to Version 1.5

  The Hook DLL is now loaded dynamically using the LoadLibrary function and
  functions into the DLL are obtained by GetProcAddress. This was implemented
  to prevent error message if DLL could not be found.

  The Hook DLL is now automatically loaded with the Start_KeyHook function and
  unloaded with the Stop_KeyHook function. The loading of the DLL was removed
  from the TCPKeyHook.OnCreate event to prevent problems if the DLL was missing. 

  Added new property (HookLibLoaded: Boolean) to indicate if the DLL and functions
  successfully loaded. The Keyboard Hook will not start if this is False.

  Added new property (LicenceCode: string) for the DLL Licence check. For trial
  use this property can be left blank. Licenced users should set this property
  with your Licence Code for non-trial use.

*****************************************************************************}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -