Re: manipulating Opera and/or Netscape from Visual Basic. HELP!
From: Joe Fawcett (joefawcett_at_hotmail.com)
Date: 03/22/04
- Next message: McKirahan: "Re: VBScript newbie question.. (Long post I apologize)"
- Previous message: Matt Hickman: "Re: Script to change password in AD"
- In reply to: imadog_at_optonline.net: "manipulating Opera and/or Netscape from Visual Basic. HELP!"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 22 Mar 2004 14:43:10 -0000
<imadog@optonline.net> wrote in message
news:OVWdJ05DEHA.3392@TK2MSFTNGP11.phx.gbl...
> I used an old email address to post before, so here it is again:
>
>
> In my app, I control an Internet Explorer browser window.
>
> I use:
>
> Private IEOBJ as InternetExplorer
>
> then to manipulate i can use (plus more):
>
> IEOBJ.Navigate
>
> IEOBJ.Stop
>
> IEOBJ.document or
>
> IEOBJ.whatever......
>
> OR to refer to the IE browser window I can now just use IEOBJ
>
>
>
> I want to be able to do the same things in Netscape Navigator and Opera.
>
> How do I tell my app this; "Private IEOBJ as InternetExplorer" but for
> Navigator and for Opera??? It doesnt work the same way....
>
> Thanx
>
>
Netscape does have a com interface. I don't have it installed on this
machine and I've forgotten the ProgId but search your registry in
HKEY\classes_root for netscape or netscape.exe.
Joe
- Next message: McKirahan: "Re: VBScript newbie question.. (Long post I apologize)"
- Previous message: Matt Hickman: "Re: Script to change password in AD"
- In reply to: imadog_at_optonline.net: "manipulating Opera and/or Netscape from Visual Basic. HELP!"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|