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

📄 history.txt

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

  03/05/2005 Updated to Version 1.3

  Added TMouseHookFilters type for setting Hook Filter properties:
  Added Property HidePointer: boolean value to Hide/Disable the Mouse Pointer.
  Added Property InvertPointer: boolean value to Invert/Mirror the Mouse Pointer direction.
  Added Property WrapPointer: boolean value to Wrap the Mouse Pointer at Screen Border.
  Added Property BlockLeftButton: boolean value to Disable the Left Mouse Button.
  Added Property BlockRightButton: boolean value to Disable the Right Mouse Button.
  Added Property BlockMiddleButton: boolean value to Disable the Middle Mouse Button.
  Added Property BlockWheel: boolean value to Disable the Mouse Wheel.
  Added Property SwapButtons: boolean value to Swap the Left and Right Mouse Buttons.
  Added property ScreenMickeyX: Extended readonly Absolute X Screen coordinate of Pointer.
  Added property ScreenMickeyY: Extended readonly Absolute Y Screen coordinate of Pointer;
  Added DLL Function TFncHookInvertPointer
  Added DLL Function TFncHookWrapPointer
  Updated DLL Function TFncHookStart

  29/01/2005 Updated to Version 1.2

  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 (DisableMouse). 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.

  15/09/2004 Updated to Version 1.1

  Added new variable (LicenceCode: string) to MouseHook_Start function

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

  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.

  Added new property (HookLibLoaded: Boolean) to indicate if the DLL and functions
  successfully loaded. The MouseHook 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 + -