I am deveoping an application which requires to address an Active X control provided by another application.
This is provided via an EXE (ie. out-of-session)
I am able to see via the class browser all the function calls that the Active X provides by opening the type library file that came with the SDK.
I have used CreatObject to instantiate but nothing happens. Can you suggest what might be wrong.
This is my first attempt to use COM.
Thanks in advance
Tom Macaulay
This is provided via an EXE (ie. out-of-session)
I am able to see via the class browser all the function calls that the Active X provides by opening the type library file that came with the SDK.
I have used CreatObject to instantiate but nothing happens. Can you suggest what might be wrong.
This is my first attempt to use COM.
Thanks in advance
Tom Macaulay