Click to See Complete Forum and Search --> : ActiveX DLLs in VB


April 12th, 1999, 04:00 AM
when we should make use of Activex Dlls?In ActiveX DLLs what is the equivalent of END command?

Lothar Haensler
April 12th, 1999, 04:10 AM
there is no equivalent of an END command in an ActiveX Dll. The DLL is unloaded automatically as soon as the last instance of the client programs that use that DLL is unloaded.

when to use? very broad subject: I'd say whenever there is a chance that the logic in that dll is going to be used by another app.