Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Running Internet Browser
Message
 
 
To
08/12/2003 17:22:45
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00856983
Message ID:
00856987
Views:
24
Valentin,
declare long ShellExecute in "shell32.dll" long hwnd, string lpszOp, ;
                    string lpszFile, string lpszParams, ;
                    string lpszDir, long nShowCmd

ShellExecute( 0, "open", "www.microsoft.com", "", "", 1 )
will launch the users current browser application. You don't have to worry about what browser they use or where it is installed.

>How can I run the Internet Browser(IEXPLORE.EXE) regardless of where it is being installed (C drive or D drive)?
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform