Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > microsoft.public.scripting.vbscript > #12351
| From | "Mayayana" <mayayana@invalid.nospam> |
|---|---|
| Newsgroups | microsoft.public.scripting.vbscript |
| Subject | Re: Embedded WebBrowser won't work in WSH? |
| Date | 2021-07-06 08:54 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <sc1jr4$d41$1@dont-email.me> (permalink) |
| References | <7g4nfj8forql$.1urjtzdtnqtq7.dlg@40tude.net> |
"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