home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 27 / CDROM27.iso / share / progra / mai / Window, returning handle of with mouse capture < prev    next >
Encoding:
Text File  |  1997-07-16  |  234 b   |  7 lines

  1. 'Description: Returns HWND of window that has the mouse captured
  2.  
  3. 'Private Declare Function M_GetCapture Lib "user32" Alias "GetCapture" () As Long
  4. 'Public Function GetCapture() As Long
  5. GetCapture = M_GetCapture()
  6. 'End Function
  7.