Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call up a website or e-mail
Message
From
18/01/2001 19:58:04
 
 
To
10/01/2001 09:20:29
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00461576
Message ID:
00465499
Views:
13
>what is the command to call up a I/E brower with a web address.

oIE = CREATEOBJECT('internetexplorer.application')
oIE.Navigate('www.levelextreme.com')
oIE.Visible = .T.


That fires up IE just like you asked, though, since the ShellExecute uses Windows' default browser I'd be more likely to use that.
Previous
Reply
Map
View

Click here to load this message in the networking platform