Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to find Iexpore.exe path
Message
 
À
06/08/2009 15:52:57
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP2
Divers
Thread ID:
01416565
Message ID:
01416574
Vues:
59
or this way
DECLARE INTEGER ShellExecute IN shell32.dll ;
    INTEGER hndWin, ;
    STRING cAction, ;
    STRING cFileName, ;
    STRING cParams, ;
    STRING cDir, ;
    INTEGER nShowWin

lcUrl = "about:blank"
ShellExecute(0, "Open", lcUrl, "", "", 1)
>Using VFP9, how can I find the path to where Iexplore.exe is installed? I want to be able to use a VFP Run command to start Internet Explorer from a VFP app but need the full path to the EXE.
>
>Thanks,
>
>Jerry
_______________________________________________________________
Testing displays the presence, not the absence of bugs.
If a software application has to be designed, it has to be designed correctly!
_______________________________________________________________
Vladimir Zografski
Systems Analyst
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform