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