PDA

View Full Version : Scripting -- Releasing COM Object



jschimmoeller
01-13-2005, 09:16 AM
I am using scripting and I dont see a method that will release the COM object; ussually that is a close() or dispose() method; is there such a method? I need this since I am trying to open the cd door/tray with another object but this control still has a lock on it. I have tried setting the object to null but that didnt work. Please advice; thanks.

Thanks
Jim

Spoon
01-13-2005, 04:17 PM
All com objects have a .release() method