Okay I am way over my head with my latest project.

We have recently aquired an application that comes with support for full automation via COM.

When I use the Type Library Explorer to view the COM file, I get a listing of bunch of classes with the COM, and then a list of the members of methods and property's within that class.

Using the examples that they provided, I am creating an object as such

 Code:
createobject(MyCOMLibrary.Class)


I have to use one class to connect to the server application, and then need to use a different class to retrieve needed data.

Do I have to create a new object for each new class? Or should I be creating my "root" class differently? Can I do something more like this.
 Code:
createobject(system.MyCOMLibrary)


And since someone is likely to ask ... This is for the EFT product from GlobalScape.
_________________________
Today is the tomorrow you worried about yesterday.