Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #18887
| Path | csiph.com!aioe.org!.POSTED!not-for-mail |
|---|---|
| From | Franz_aRTiglio <franzgol@N0SPAMtin.it> |
| 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 | <nvfutl$1nvv$1@gioia.aioe.org> (permalink) |
| References | <nvf3tc$nga$1@solani.org> |
| 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 |
Show key headers only | View raw
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
Back to it.comp.lang.visual-basic | Previous | Next — Previous in thread | Next in thread | Find similar
Come forzare la chiusura di un mio oggetto? Greg <greg@alicie.com> - 2016-11-03 11:35 +0100
Re: Come forzare la chiusura di un mio oggetto? Franz_aRTiglio <franzgol@N0SPAMtin.it> - 2016-11-03 19:16 +0100
Re: Come forzare la chiusura di un mio oggetto? Greg <greg@alicie.com> - 2016-11-03 20:01 +0100
Re: Come forzare la chiusura di un mio oggetto? Franz_aRTiglio <franzgol@N0SPAMtin.it> - 2016-11-03 21:15 +0100
Re: Come forzare la chiusura di un mio oggetto? Greg <greg@alicie.com> - 2016-11-03 22:33 +0100
Re: Come forzare la chiusura di un mio oggetto? Greg <greg@alicie.com> - 2016-11-03 23:21 +0100
Re: Come forzare la chiusura di un mio oggetto? Greg <greg@alicie.com> - 2016-11-04 15:15 +0100
Re: Come forzare la chiusura di un mio oggetto? Franz_aRTiglio <franzgol@N0SPAMtin.it> - 2016-11-04 16:48 +0100
Re: Come forzare la chiusura di un mio oggetto? Greg <greg@alicie.com> - 2016-11-04 20:03 +0100
Re: Come forzare la chiusura di un mio oggetto? Greg <greg@alicie.com> - 2016-11-04 23:43 +0100
csiph-web