Skip to content
This repository was archived by the owner on Nov 26, 2022. It is now read-only.

WinLib.MessageMonitor.Constructor

Andrew Lambert edited this page Jul 16, 2014 · 1 revision

WinLib.MessageMonitor.Constructor

##Method Signatures

 Sub Constructor()
 Sub Constructor(HWND As Integer) 

##Notes Creates a new instance of MessageMonitor and subclasses the window/control specified by the handle HWND. If you do not specify a handle, your application's front-most window will be used (Window(0)).

Clone this wiki locally