Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Internet Explorer Version Number
Message
De
18/01/2001 10:02:19
 
 
À
18/01/2001 09:49:25
Information générale
Forum:
Visual FoxPro
Catégorie:
COM/DCOM et OLE Automation
Divers
Thread ID:
00465109
Message ID:
00465119
Vues:
13
>I want to get the version number of Internet Explorer. Is there an API Call or can I use the following
>
>oObject = CreateObject("InternetExplorer.Application")
>Don't know what to do from here.

You can use AGETFILEVERSION() - the help says it works for EXEs and DLLs built by VFP, but it also works for other apps (at least other M$ apps). e.g.,
oObject = CreateObject("InternetExplorer.Application")
AGetFileVersion(laVersion, oObject.FullName)
Display Memory Like laVersion
Insanity: Doing the same thing over and over and expecting different results.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform