Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #18880
| From | Greg <greg@alicie.com> |
|---|---|
| Newsgroups | it.comp.lang.visual-basic |
| Subject | Re: Google maps |
| Date | 2016-10-25 14:20 +0200 |
| Organization | solani.org |
| Message-ID | <nunilv$hlc$1@solani.org> (permalink) |
| References | <nucmj9$cju$1@solani.org> <numtta$3pf$1@solani.org> |
Il 25/10/16 08:25:43 Greg ha scritto:
> Il 21/10/2016 11:19:36 Greg ha scritto:
>> Visualizzo le mappe di Google Maps tramite l'oggetto WebBrowser.
>
> Sono passato ad usare SHDocVwCtl.dll, risolto il problema, inoltre posso controllare molte piu cose rispetto al
> WebBrowser
La scelta però pone un altro problema: la finestra che viene creata, dopo che ha perso il focus non c'è modo di
riaverlo.
La creo in questo modo:
Dim MIE As Object
Set MIE = CreateObject("InternetExplorer.Application")
imposto tutte le preferenze, ma quando faccio clik nella form posta sotto giustamente perde il focus, quindi cerco di
restituire il focus con l'istruzione MIE.Setfocus ma non funziona. Come fare senza ricorrere ad una serie di funzioni
api?
--
Greg
Back to it.comp.lang.visual-basic | Previous | Next — Previous in thread | Find similar
Google maps Greg <greg@alicie.com> - 2016-10-21 11:19 +0200
Re: Google maps Greg <greg@alicie.com> - 2016-10-25 08:25 +0200
Re: Google maps Greg <greg@alicie.com> - 2016-10-25 14:20 +0200
csiph-web