home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
QBasic & Borland Pascal & C
/
Delphi5.iso
/
Basic
/
Samples
/
VBZ01
/
VBZ01.ZIP
/
HOTKEY.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
BASIC Source File
|
1993-02-26
|
193 b
|
7 lines
'HOTKEY.DLL functions
DefInt A-Z
Declare Function CreateHK& Lib "HOTKEY.DLL" (ByVal KeyCode, ByVal Shift, ByVal hWnd, ByVal UserVK)
Declare Sub KillHK Lib "HOTKEY.DLL" (ByVal hHotKey&)