SBendBuckeye
Programmer
Client has an OCX with no source code (they lost it somewhere along the line before my time). They are using it to interface into MS Project from a form (written in Uniface) which allows external OCX calls but no external DLL calls.
If I add the OCX file to the References collection in VBA, I can see the properties, methods and Declare statements using the object browser.
How do I instantiate or link to an object? It will let me Dim it but I get an error when I try to use the NEW keyword.
Also, how do I reference its methods? If I put the object on a form I cannot then see the methods which are displayed in the browser.
Thanks in advance for any help and or suggestions you can give me! Have a great day!
If I add the OCX file to the References collection in VBA, I can see the properties, methods and Declare statements using the object browser.
How do I instantiate or link to an object? It will let me Dim it but I get an error when I try to use the NEW keyword.
Also, how do I reference its methods? If I put the object on a form I cannot then see the methods which are displayed in the browser.
Thanks in advance for any help and or suggestions you can give me! Have a great day!