Login  Register

Re: ActiveX Control Destruction

Posted by Runar Jordahl-2 on Jan 24, 2005; 5:20pm
URL: https://forum.world.st/ActiveX-Control-Destruction-tp3372787p3372799.html

Seems like the two last statements in the code below will correct my
problem.



site :=AXControlSite  progId: 'MP3PLAY.Mp3playCtrl.1'.

mp3Control := site controlDispatch.

mp3Control aboutBox.

site close.

site := nil.



Runar Jordahl