Hi,
I have done an COM component in VC 6. I'm using it from
VBScript.
The code is something like:
Dim obj
Set obj = CreateObject("Comcom.Interface1")
cver = obj.GetVersion
Set obj = Nothing
My problem is that the DLL that contain the COM is
unloaded from memory only when the Internet Explorer
window is closed.
Is there any way to unload the dll but keeping the
Internet Explorer window open ?
Thanks,
Gabi