Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Finding an instance of IE
Message
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Applications Internet
Divers
Thread ID:
00804631
Message ID:
01077012
Vues:
33
If I comment out the if statement, then this does show me instance of IE
that I have been trying to get into. But I can't figure how to use
oIe. to save the web page as an htm file? Can you refer me a sample?
Thanks Steve

oShell = NULL
oShell = CREATEOBJ('Shell.Application')
oIEColl = oShell.Windows
FOR EACH oIE IN oIEColl
*IF "IEXPLORE.EXE" $ oIE.FullName
WAIT wind oIE.LocationName
WAIT wind oIE.hWnd
WAIT wind oIE.LocationURL
*ENDIF
ENDFOR
oIEColl = NULL
oShell = NULL
oIEColl = NULL
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform