
Need help adding an ActiveX DLL to a project
Quote:
>I need to add an ActiveX DLL to a project programmatically i.e. without
>using the Project References dialog menu. Is this possible?
Yes, look into CreateObject
The AX DLL needs to be registered first - there are ways of doing that
programatically.
Shell RegSvr32 THEDLL.DLL or the CallWindowProc example in the
www.allapi.net guide.