Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hyperlinks
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00516944
Message ID:
00516950
Vues:
15
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform