Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to open an URL in IE
Message
 
To
22/01/2001 14:32:51
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00466796
Message ID:
00483287
Views:
13
And the best way to make it open borderless withing the confines of your form?

>>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