Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to close Internet Explorer_Frame class objects
Message
De
24/04/2002 11:49:11
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Titre:
How to close Internet Explorer_Frame class objects
Divers
Thread ID:
00648734
Message ID:
00648734
Vues:
46
the code below from ED closes all internet windows.

oShell = CREATEOBJ('Shell.Application')
oIEColl = oShell.Windows
FOR EACH oInstance in oIEColl
oInstance.Quit
ENDFOR
oIEColl = NULL
oShell = NULL

but there are two problems :
1 - it closes the windows explorer window too.
2 - it can't close the "Internet Explorer_Frame" class objects.

how to solve these problems ?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform