HP3000-L Archives

July 2001, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Charles Finley <[log in to unmask]>
Reply To:
Charles Finley <[log in to unmask]>
Date:
Thu, 26 Jul 2001 08:36:44 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (41 lines)
Add the following code to a Reflection VBA script:

        Dim IE As Object
        Set IE = CreateObject("InternetExplorer.Application")

        With IE
                .Visible = True
                .Navigate ("http://www.xformix.com/index.html")
        End With


Given the nature of the preceeding replies, I may have misunderstood the
question.  If so, it wouldn't be the first time.



Charles Finley
Transformix Computer Corporation
1832 Bailey Dr.
Oceanside, CA  92054
(760) 439-3146


> -----Original Message-----
> From: HP-3000 Systems Discussion [mailto:[log in to unmask]]On
> Behalf Of Mike Bigley
> Sent: Thursday, July 26, 2001 6:12 AM
> To: [log in to unmask]
> Subject: Running IE from Reflection
>
>
> I would like to know if anyone has been successful with a Reflections
> script that will start up Internet Explorer and pass it the name of a web
> page to open.  Thanks.
>
> * To join/leave the list, search archives, change list settings, *
> * etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2