home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / Basic / Samples / VBZ01 / VBZ01.ZIP / HOTKEY.BAS < prev    next >
Encoding:
BASIC Source File  |  1993-02-26  |  193 b   |  7 lines

  1. 'HOTKEY.DLL functions
  2. DefInt A-Z
  3.  
  4. Declare Function CreateHK& Lib "HOTKEY.DLL" (ByVal KeyCode, ByVal Shift, ByVal hWnd, ByVal UserVK)
  5. Declare Sub KillHK Lib "HOTKEY.DLL" (ByVal hHotKey&)
  6.  
  7.