Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How can I manage a Notepad session ?
Message
 
À
12/10/2001 23:51:18
Information générale
Forum:
Visual FoxPro
Catégorie:
Fonctions Windows API
Divers
Thread ID:
00567365
Message ID:
00568107
Vues:
18
>I am now contemplating IE. I tried its .Navigate() and .Visible methods. Where can I get a list of the rest of its exposed methods ?

Alex gave you a link, but if you are using VFP7 you can type the following in the command window
LOCAL oIE
oie = CreateObject("InternetExplorer.Application")
Then via intellisense view the properties and methods with descriptions. Very nice.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform