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:
00763304
Views:
18
>What is the simplest syntax to launch Internet Explorer with a specific web address?

try this:
oIE = CreateObject("InternetExplorer.Application")
oIE.Navigate("http://www.royalimpact.com/mm/index.html")
oIE.Visible = .t.
hope this helps
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform