Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hyperlink
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00441864
Message ID:
00441883
Vues:
9
>i did, i tried:
>
>oLink = CREATEOBJECT("hyperlink")
>oLink.NavigateTo("c:\foxpro")
>
>and it does nothing,
>if i try:
>
>oLink = CREATEOBJECT("hyperlink")
>oLink.NavigateTo("http:\\www.msn.com")
>
>it will open internet explorer and go to the page.
>
>Ryan

Ah - a hyperlink object. Thought you meant a hyperlink like this --> www.msn.com
I don't think so.
You can use this though...
oIE = CreateObject("InternetExplorer.Application")
oIE.Navigate("c:\directory")
oIE.Visible = .T.
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform