Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to find Iexpore.exe path
Message
 
To
06/08/2009 15:52:57
Jerry Tovar
Dana Corporation Dana It
Maumee, Ohio, United States
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
Miscellaneous
Thread ID:
01416565
Message ID:
01416574
Views:
72
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform