Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hyperlinks
Message
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00516944
Message ID:
00516950
Views:
14
This message has been marked as the solution to the initial question of the thread.
The following works for me:
oIE = createobject('internetexplorer.application')
oIE.navigate('http://www.microsoft.com')
oIE.Visible = .t.
oIE.quit()
You can also use the IE activex control to display a web page on a VFP form.

>Hi everyone.
>
>Ok, this is what I would like to do.
>
>On a form, be able to have a label.
>
> label1.caption = "www.whatever.com"
>
>When I click on that label, it should open up an internet browser and go to that url address.
>
>I've played around with the WinInet.dll some. I got it to connect to the page in the background thanks to Microsoft Support site, but it never physically opened a browser window.
>
>Any help on this would be greatly appreciated.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform