Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Running Internet Browser
Message
De
08/12/2003 23:51:00
 
 
À
08/12/2003 17:50:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00856983
Message ID:
00857074
Vues:
33
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform