AndreaVB | Forum | News | Downloads | Register | Help | Member List | Statistics | Search | PM | Profile
Hi, I would like to know, what the difference is between ActiveX Exe and ActiveX Dll. Thanks
I did not know either but you can read all about it here. http://kandkconsulting.tripod.com/VB/Tutorials/activex_exe_tutorial.htm Steve
Normal saying both are same. Activex dll will run in the process space of the called application, so it is called in-process component. acitvex exe - is out-process component. It runs as different process space from the called application. Praveen