Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Advantage of ActiveX Dll over Active Exe ?

active ActiveX advantage DLL exe
0
Posted

Advantage of ActiveX Dll over Active Exe ?

0

ACTIVEX DLL: ============= An in-process component, or ActiveX DLL, runs in another applications process. In-process components are used by applications or other in-process components. this allows you to wrap up common functionality (like an ActiveX Exe). ACTIVEX EXE: ============= An out-of-process component, or ActiveX EXE, runs in its own address space. The client is usually an application running in another process.The code running in an ActiveX Exe is running in a separate process space. You would usually use this in N-Tier programming. An ActiveX EXE runs out of process while an ActiveX DLL runs in the same process space as VB app. Also, and ActiveX EXE can be run independent of your application if desired. Explain single thread and multithread thread apartments All components created with Visual Basic use the apartment model, whether theyre single-threaded or multithreaded. A single-threaded component has only one apartment, which contains all the objects the component provides.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123