Path: csiph.com!aioe.org!.POSTED!not-for-mail From: Franz_aRTiglio Newsgroups: it.comp.lang.visual-basic Subject: Re: Come forzare la chiusura di un mio oggetto? Date: Thu, 03 Nov 2016 19:16:46 +0100 Organization: Aioe.org NNTP Server Lines: 19 Message-ID: References: NNTP-Posting-Host: RonRoNZLK6c8o8GFY8UrOA.user.gioia.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15"; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-ICQ: 1931503972 X-Newsreader: MesNews/1.08.06.00-it Xref: csiph.com it.comp.lang.visual-basic:18887 Sembra che Greg abbia detto : > Dim IE As Object > Set IE = CreateObject("InternetExplorer.Application") > > Navigate... > Quit > > Se dopo qualche secondo pigio di nuovo il bottone per ricrearlo ottengo: > Errore di automazione. Arresto sistema già pianificato. > > Come fare perchè l'oggetto si chiuda immediatamente? Andando a memoria : Set IE = Nothing Sempre a memoria: If IE <> Nothing then ' oggetto non chiuso