|
-
April 12th, 1999, 04:00 AM
#1
ActiveX DLLs in VB
when we should make use of Activex Dlls?In ActiveX DLLs what is the equivalent of END command?
-
April 12th, 1999, 04:10 AM
#2
Re: ActiveX DLLs in VB
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|