Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Starting IE from VFP
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00318818
Message ID:
00318822
Vues:
18
Chris,

The ShellExecute() API can be used to launch the users default browser. There's an example over on my website. You can also use the _ShellExecute class or the HyperLink class (which uses ShellExecute() under the covers) In a button click for example:

this.parent.HyperLink.NavigateTo( "http://fox.wikis.com" )

>I would like to run Internet Explorer from one of my applications and have the user go to a specific web address...does anyone know if this can be done from VFP???
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform