Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anyone using the Mozilla Suite (browser/mail)?
Message
De
19/01/2006 11:41:21
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
Anyone using the Mozilla Suite (browser/mail)?
Versions des environnements
Visual FoxPro:
VFP 8 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01088475
Message ID:
01088475
Vues:
59
I need a test done, if you have Mozilla as the default mail client. Try the following:
DECLARE INTEGER ShellExecute IN shell32.dll ;
  INTEGER hndWin, STRING cAction, STRING cFileName, ;
  STRING cParams, STRING cDir, INTEGER nShowWin

cFileName = "mailto:john@mycompany.com?subject=How To Send Mail"
cAction = "open"
ShellExecute(0,cAction,cFileName,"","",1)
Does the above open the mail client and properly populate the To: field?

Also, using IE, will clicking on a mailto: link bring up the client properly? I'm trying to determine if I have a blown install or registry problem, or I'm dealing with a Mozilla bug. TIA.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform