Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running Internet Browser
Message
From
08/12/2003 23:51:00
 
 
To
08/12/2003 17:50:22
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00856983
Message ID:
00857074
Views:
34
Hi,

>How about running and pointing the address to the default home page set in the Internet Option of the Tools menu?

Are talking about IE only (I don't know if all browsers have this layout <g>) ?

David's method is calling up the *registered* default browser.
If you may call IE and are certain it is deployed, use
oie = createobject("InternetExplorer.Application")
oie.GoHome()
*-- wait either for oie.readystate or oie.documentcomplete()
oie.visible = .t.
If you must use the default browser, you have to get that browser's home adress and feed it to shellexecute().

HTH

thomas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform