Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Launch Internet Explorer
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00763300
Message ID:
00763305
Views:
15
>What is the simplest syntax to launch Internet Explorer with a specific web address?

You can use WSH.
oShell = CREATEOBJECT("WScript.Shell")
oShell.Run("www.levelextreme.com")
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform