Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.lang.visual-basic > #18902
| Newsgroups | it.comp.lang.visual-basic |
|---|---|
| Date | 2016-11-05 11:06 -0700 |
| References | <nvhtp2$h0a$1@solani.org> <b3a63e45-32e0-41dd-9576-8499354fb65f@googlegroups.com> <nvinh0$3os$1@solani.org> |
| Message-ID | <c73929e9-d39e-45a4-9d1e-d81eca9c16b0@googlegroups.com> (permalink) |
| Subject | Re: FindWindow |
| From | Luca D <antaniserse@yahoo.it> |
On Friday, November 4, 2016 at 8:28:33 PM UTC+1, Greg wrote:
> Mi puoi dire il nome della classe per favore? Ero sicuro fosse "Internet Explorer" oppure
> "InternetExplorer.Application" dal momento che io creo l'ggetto con: Set IE =
> CreateObject("InternetExplorer.Application")
>
La classe COM e la classe delle varie Window sono due cose diverse... come ti suggericvabno nell'altro post, la classe della finestra principale è IEFrame (ma anche lì, il fatto che sia il nome di una DLL è casuale)
Nel momento in cui cominci a giocherellare con SendMessage, FindWindow e compagnia varia, tieni sempre sotto mano Spy++ o altra ultility simile... VB6 dovrebbe averla già inclusa come componente opzionale da qualche parte sul CD, altrimenti guarda su http://www.catch22.net/software/winspy-17
Back to it.comp.lang.visual-basic | Previous | Next — Previous in thread | Next in thread | Find similar
FindWindow Greg <greg@alicie.com> - 2016-11-04 13:08 +0100
Re: FindWindow Franz_aRTiglio <franzgol@N0SPAMtin.it> - 2016-11-04 16:41 +0100
Re: FindWindow Greg <greg@alicie.com> - 2016-11-04 20:07 +0100
Re: FindWindow Luca D <antaniserse@yahoo.it> - 2016-11-04 09:08 -0700
Re: FindWindow Greg <greg@alicie.com> - 2016-11-04 20:28 +0100
Re: FindWindow Luca D <antaniserse@yahoo.it> - 2016-11-05 11:06 -0700
Re: FindWindow Greg <greg@alicie.com> - 2016-11-06 19:56 +0100
Re: FindWindow Greg <greg@alicie.com> - 2016-11-04 20:29 +0100
csiph-web