home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 27 / IOPROG_27.ISO / SOFT / BUTTON.ZIP / modVB6B.bas < prev    next >
Encoding:
BASIC Source File  |  1999-05-17  |  310 b   |  12 lines

  1. Attribute VB_Name = "modVB6Bx"
  2. Public Tempo
  3. Public Type POINTAPI
  4.         X As Long
  5.         Y As Long
  6. End Type
  7.  
  8. Public Declare Function GetCursorPos Lib "user32" (lpPoint As POINTAPI) As Long
  9. Public Declare Function WindowFromPoint Lib "user32" (ByVal xPoint As Long, ByVal yPoint As Long) As Long
  10.  
  11.  
  12.