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:
00521307
Vues:
29
Hi!
DECLARE INTEGER ShellExecute IN SHELL32.DLL ;
      INTEGER nWinHandle, STRING cOperation,;
      STRING cFileName, STRING cParameters,;
      STRING cDirectory, INTEGER nShowWindow
ShellExecute(0, "", "mailto:yourmail@hotmail.com", "", "",1)
ShellExecute(0, "", "http:\\www.microsoft.com", "", "",1)
>Hi - I wondered if anyone could point me in the right direction - is there an easy way form within VFP to launch an email with a predetermined email address and also is the a way to launch a users web browser with a predetermined URL?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform