Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
IE 6 Object Model
Message
De
29/08/2001 14:03:27
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, États-Unis
 
 
À
29/08/2001 13:22:05
Nancy Folsom
Pixel Dust Industries
Washington, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00550403
Message ID:
00550465
Vues:
13
Nancy,

That was my point! The code doesn't work in VB or VFP. So I wanted to know if anyone know where the object model can be found....

Jim

>Jim-
>
>>Does anyone know where I can find the object model for IE 6?
>
>The 6.0 object model does not yet appear to be on the MSDN site, which is where you'd want to look. (It's too recently released to have been on the July CDs.)
>
>> The following code doesn't work from VB or VFP.
>
>The code you posted is VB. Of course it wouldn't work in VFP, right?
>
>>Set oexplorer = CreateObject("internetexplorer.application")
>>oexplorer.navigate = "File://" & CurDir & "\Help\index.html"
>>oexplorer.Visible = True
>
>You need something like:
>
>LOCAL oe
>oe = CREATEOBJECT("InternetExplorer.Application")
>oe.navigate("File://" + CurDir() + "\Help\index.html") && Assuming CurDir() doesn't have a space.
>oe.visible = .t.
Thanks

Jim
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform