Unicode Controls & Classes for VB6 - Version 4

clsScreens.GetMonitorHandleFromPoint Function

Returns the handle of the monitor from a given point; returns 0 if the monitor has not been found

Syntax
Public Function GetMonitorHandleFromPoint (ByVal x As Long, _
ByVal y As Long) As Long
Parameters
Parameter Description
ByVal x As Long The X coordinate
ByVal y As Long The Y coordinmte
Remarks