Visual Basic 6

Private Sub PerformCapture(ByVal hwnd As Integer, ByVal x1 As Integer, ByVal y1 As Integer, ByVal x2 As Integer, ByVal y2 As Integer)

    'perform the capture
           

End Sub

............


AddHandler m_wMonitor.WEvent, AddressOf PerformCapture
Comments