I found an answer to my problem! Kim Little supplied me with the solution!
It has to do with the way that Delphi imports the VB control. It creates both a standard and a IDispatch interface. By default the Standard interface is selected.
If you modify the Type library file to use the IDispatch...
Hi,
My problem is the following:
I create a very basic ActiveX control in Visual Basic 6 using the ActiveX control wizard. It has one method that simply displayes a message box. When I compile this to an .OCX file, it works correctly in Visual C++ or other Visual Basic projects. I can also use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.