In order to use the COM objects in your Visual Basic 6 application add WMonitorX libraries to the list of the project references Optionally, you may add also: Imports WMonitorXLibin order to reference the objects without specifying the namespace. The actual creation is: Dim monitor As IWMonitorXSet monitor = New WMonitorXClass |