Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #12351
| Path | csiph.com!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail |
|---|---|
| From | "Mayayana" <mayayana@invalid.nospam> |
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | Re: Embedded WebBrowser won't work in WSH? |
| Date | Tue, 6 Jul 2021 08:54:18 -0400 |
| Organization | A noiseless patient Spider |
| Lines | 18 |
| Message-ID | <sc1jr4$d41$1@dont-email.me> (permalink) |
| References | <7g4nfj8forql$.1urjtzdtnqtq7.dlg@40tude.net> |
| Injection-Date | Tue, 6 Jul 2021 12:55:00 -0000 (UTC) |
| Injection-Info | reader02.eternal-september.org; posting-host="051dd5e48540b2621b515ee2200e2255"; logging-data="13441"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18J9avu61eXw6FSNWC/JS55+8uRMl4xEPk=" |
| Cancel-Lock | sha1:22sQ7/TweDTHO985ouBzRmlC0so= |
| X-MimeOLE | Produced By Microsoft MimeOLE V6.00.2900.5512 |
| X-Newsreader | Microsoft Outlook Express 6.00.2900.5512 |
| X-Priority | 3 |
| X-MSMail-Priority | Normal |
| Xref | csiph.com microsoft.public.scripting.vbscript:12351 |
Show key headers only | View raw
"JJ" <jj4public@gmail.com> wrote
| By "embedded WebBrowser", I meant the `Shell.Explorer` object.
|
| Using either `Navigate` or `Navigate2` to open `about:blank` causes
| 0x80004005 "Unspecifier error" exception. Even checking its `busy`
property
| causes the same error.
|
| Anyone managed to use the embedded WebBrowser from WSH?
Isn't that the same as the WebBrowser control? And you're
just writing a VBS where you use CreateObject("Shell.Explorer")?
That's a control, requiring that it be set in a window. You'd
need something like a DLL with a window and dispatch binding to
provide it. But it's the same as IE, so why not use IE?
Back to microsoft.public.scripting.vbscript | Previous | Next — Previous in thread | Next in thread | Find similar
Embedded WebBrowser won't work in WSH? JJ <jj4public@gmail.com> - 2021-07-06 19:06 +0700
Re: Embedded WebBrowser won't work in WSH? "Mayayana" <mayayana@invalid.nospam> - 2021-07-06 08:54 -0400
Re: Embedded WebBrowser won't work in WSH? JJ <jj4public@gmail.com> - 2021-07-07 10:07 +0700
Re: Embedded WebBrowser won't work in WSH? "Mayayana" <mayayana@invalid.nospam> - 2021-07-06 23:28 -0400
Re: Embedded WebBrowser won't work in WSH? JJ <jj4public@gmail.com> - 2021-07-08 06:53 +0700
csiph-web