Results 1 to 2 of 2

Thread: How to close VB ActiveX DLL?

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2006
    Posts
    1

    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

  2. #2
    Shared Member
    Join Date
    May 2005
    Location
    Kashmir, India
    Posts
    2,277

    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
  •  



Click Here to Expand Forum to Full Width