Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.lang.visual-basic > #18893

Re: Come forzare la chiusura di un mio oggetto?

Path csiph.com!weretis.net!feeder4.news.weretis.net!feeder5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From Greg <greg@alicie.com>
Newsgroups it.comp.lang.visual-basic
Subject Re: Come forzare la chiusura di un mio oggetto?
Date Fri, 04 Nov 2016 15:15:44 +0100
Organization solani.org
Lines 24
Message-ID <nvi56m$lmt$1@solani.org> (permalink)
References <nvf3tc$nga$1@solani.org> <nvfutl$1nvv$1@gioia.aioe.org> <nvg1ig$d50$1@solani.org> <nvg5s5$45b$1@gioia.aioe.org>
Mime-Version 1.0
Content-Type text/plain; charset="iso-8859-15"; format=flowed
Content-Transfer-Encoding 8bit
X-Trace solani.org 1478268950 22237 eJwNyMEBwCAIA8CVrJCA44iG/Uew9zwYP55wgo5GS3lj9bjVw/h/dcA3lhzIPTVFHa+MpnHaAyf9ER8= (4 Nov 2016 14:15:50 GMT)
X-Complaints-To abuse@news.solani.org
NNTP-Posting-Date Fri, 4 Nov 2016 14:15:50 +0000 (UTC)
X-Newsreader MesNews/1.08.06.00-it
X-NNTP-Posting-Host eJwFwQkBwEAIAzBLxyiPHb76l7DE1MUn4OYwGp+0ahgWc1eR0lHMyZPmpiS/81ctQ8ZC8QMmpBHA
Cancel-Lock sha1:1Z2A1xfaOU6mcZZphlDn7/zF/KQ=
X-User-ID eJwFwYEBwCAIA7CXlJWWdybY/08wyY+bLTCJdNo/T0gVe4UxiJjrK9sjHK9WlyCyGnNZDyZSEX4=
Xref csiph.com it.comp.lang.visual-basic:18893

Show key headers only | View raw


Il 03/11/2016 21:15:26 Franz_aRTiglio ha scritto:

> L'hai reso visibile ?
>
> IE.Visible = True
>
> Altrimenti è ovvio che setfocus fallisce....

Dopo la SendMessage ho provato oggi con SetActiveWindow, mi restituisce 0, in progettazione porta la finestra di 
explorer in primo piano, ma dopo aver compilato non più. Non so più cosa fare, da cosa può dipendere? Grazie a tutti

Private Sub Command5_Click()
 Set IE = CreateObject("InternetExplorer.Application")

 IE.Visible = True
 IE.Left = 200
 IE.Top = 400

 IE.Navigate "https://www.google.it/maps/place/Via+Nicolò+Tommaseo+15,+Brescia,+BS,+25100"
 r = SetActiveWindow(IE.hwnd)
End Sub

-- 
Greg

Back to it.comp.lang.visual-basic | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

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