Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple way to launch email and web browser?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00521301
Message ID:
00521325
Vues:
19
Yes.
email="yourmail@hotmail.com"
ShellExecute(0, "", "mailto:" + email, "", "",1)
url="www.microsoft.com"
ShellExecute(0, "", "http:\\" + url, "", "",1)
>Thanks - I will try and use this - I have the email address's and URLS as character fields in a table. Should I just pass them as variables into the mailto: statement?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform