|
-
Sep 12th, 2006, 12:53 PM
#1
Thread Starter
New Member
How to close VB ActiveX DLL?
Hello,
I have a program that is compiled as ActiveX DLL. This application is being invoked from JavaScript.
How should I exit (or close, or end) ActiveX DLL application?
Right now, when I close ActiveX window, everything appears to be working. But, DLL file remains to be locked. In order to delete or replace it, I need to reboot the machine.
Please advice.
Thank you.
Note:
I have found discussion about closing regular (EXE) application at:
http://forums.microsoft.com/MSDN/Sho...10523&SiteID=1
-
Sep 13th, 2006, 04:03 AM
#2
Re: How to close VB ActiveX DLL?
Make sure that the Java application that is using the ActiveX is properly closing and disposing the object.
Use [code] source code here[/code] tags when you post source code.
My Articles
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
|