Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to open an URL in IE
Message
From
22/01/2001 14:32:51
 
 
To
22/01/2001 13:30:15
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00466796
Message ID:
00466853
Views:
10
>I need open an URL in internet explorer by clicking in a text on my form.

ShellExecute() and the FFC class that uses it both open up the default browser for the machine. If you want IE to come up, these three lines work
oIE = CREATEOBJECT('internetexplorer.application')
oIE.Navigate('www.levelextreme.com')
oIE.Visible = .T.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform