I am trying to write a VB app that starts are remote PC anywhere session using Symantec's commands as described in their documentation. However, I am running into a problem and Symantec does not provide support for the OLE interface. In the documentation, they describe objects and methods which I have been able to get to work in my app by using CreateObject. But, to get a connection to another workstation, it says I need to use AWREM32 functions. AWREM32 is an .exe that comes with the software but I don't know how to "call it" and let my app use the commands associated with it.
This may be a dumb question but I am learning VB as I go.
Thanks
This may be a dumb question but I am learning VB as I go.
Thanks