Results 1 to 2 of 2

Thread: COM over the Network and VB

Threaded View

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2003
    Posts
    39

    COM over the Network and VB

    Hi Everyone,

    I'm running a third party application that runs scripts under the parent ID. The problem is that in these scripts, I create objects, and use them.

    The actual DLL's are sitting on a server over the network. The problem is that when I'm finished using them in the VB script, and actually exit the program, if I look on the server, the DLL's are still open.

    I'm using the following:

    Dim Object as DLLWhatever
    Set Object = New DLLWhatever

    'Code

    Set Object = Nothing

    I'm wondering if there is a way to more actively kill these connections, other then setting them = nothing.
    Last edited by LabtroRob; Jun 13th, 2003 at 10:44 AM.

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