Need help adding an ActiveX DLL to a project 
Author Message
 Need help adding an ActiveX DLL to a project

I need to add an ActiveX DLL to a project programmatically  i.e. without
using the Project References dialog menu. Is this possible?


Wed, 17 Nov 2004 22:05:31 GMT  
 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.



Thu, 18 Nov 2004 00:10:10 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. ActiveX DLL project creates project with a FORM ?

2. Adding external modules to a project...need help calling them

3. need help on Dhtml Project(Activex EXE)

4. Need Help Quick! (Setup Project/DLLs)

5. Need help dynamically adding ActiveX controls to an MDI child window

6. {Need Help Big Project Need Help}

7. HELP needed registering DLLs + Custom Controls in an VB4 add-in

8. Help needed raising events from ActiveX DLL

9. help needed with database connectivity --- ActiveX DLL

10. Help needed raising events from ActiveX DLL

11. Need help creating ActiveX DLL

12. Incomplete Project Need Help (VB5 - Project Attached)

 

 
Powered by phpBB® Forum Software