Here is an example from docs Dim Remote_24x7 As Object Set Remote_24x7 = CreateObject("24x7 Remote Control") If Remote_24x7 Is Nothing Then ' Handle the error ... MsgBox "Error creating 24x7 COM object..." End If Is this how you create the COM object? : Can you tell me how can I check this COM client, because I have 24x7 : scheduler, remote agent and remote control. as I undarstend from ver.3.x.x : COM+ support going together with 24x7 automation suite...
|