I need to control a terminal program from withoin VBA6, and I've been having a boat load of problems. I have just one question that MIGHT clear up all of the issues I've been having.
Basically, I tried putting the terminal window in my form, but I ran into some other problems. So now I wanted to try to CreateObject the application and work with it from there. In the terminals help file, it talks about referencing OLE objects to be able to automate other programs from within the terminal program. Given this info, it stands to reason there is also a class I can CreateObject to control the terminal... but I don't know what it is.
There are over 200 DLL's and about 35 references for this suite, and most of them have nothing to do with the terminal. I've tried going through all of them, but I can't find the one I'm looking for, I could have easily over looked it. There must be some way to see the Classes that are available for CreateObject to open, or another way to open it that will tell me what class it is for automation.
I would normally have contected their help department, but it is a pay-per-incident help line and I'm not authorized to do that.
Basically, I'm looking for an easier way to find the class to CreateObject on. Any help?
Basically, I tried putting the terminal window in my form, but I ran into some other problems. So now I wanted to try to CreateObject the application and work with it from there. In the terminals help file, it talks about referencing OLE objects to be able to automate other programs from within the terminal program. Given this info, it stands to reason there is also a class I can CreateObject to control the terminal... but I don't know what it is.
There are over 200 DLL's and about 35 references for this suite, and most of them have nothing to do with the terminal. I've tried going through all of them, but I can't find the one I'm looking for, I could have easily over looked it. There must be some way to see the Classes that are available for CreateObject to open, or another way to open it that will tell me what class it is for automation.
I would normally have contected their help department, but it is a pay-per-incident help line and I'm not authorized to do that.
Basically, I'm looking for an easier way to find the class to CreateObject on. Any help?