UNKNOWN '************************************** 'Windows API/Global Declarations for :Hy ' perlink Sample (one API function used:-) ' '************************************** Private Declare Sub mouse_event Lib "user32"( _ ByVal dwFlags As Long, ByVal dx As Long, _ ByVal dy As Long, ByVal cButtons As Long, _ ByVal dwExtraInfo As Long)